Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [m2e-users] Supporting custom packaging type without writing a m2e plugin

Are you able to build the project on command line using maven 3.0.2? What is exact error that you get inside m2e?

The error message most likely means that maven is not able to find (maven) pluging that defines the packaging type. m2e itself does not need to know anything about packaging type and should work for the project as long as there is lifecycly mapping for all interesting plugin executions.
-- 
Sent from my SGS

Klaus Reimer <k@xxxxxxxx> wrote:

>Hello,
>
>is it possible to use a maven project with m2e which uses a custom
>packaging type WITHOUT writing a m2e plugin for it? It would be
>sufficient to simply configure the "compile" goal to execute by
>configuring the lifecycle-mapping plugin in the pom but this doesn't
>work because Eclipse alway complains about "Unknown packaging". Maybe
>there are also some configuration options for handling custom packaging
>types?
>
>-- 
>Bye, K <http://www.ailis.de/~k/>
>[A735 47EC D87B 1F15 C1E9 53D3 AA03 6173 A723 E391]
>(Finger k@xxxxxxxx to get public key)
>_______________________________________________
>m2e-users mailing list
>m2e-users@xxxxxxxxxxx
>https://dev.eclipse.org/mailman/listinfo/m2e-users



Back to the top