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 <[email protected]> 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 [email protected] to get public key) >_______________________________________________ >m2e-users mailing list >[email protected] >https://dev.eclipse.org/mailman/listinfo/m2e-users _______________________________________________ m2e-users mailing list [email protected] https://dev.eclipse.org/mailman/listinfo/m2e-users
