Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[m2e-users] Handling Unknown packaging type in config

Hello,

we have an unknown Maven packaging type, for which we have no m2e connector (we have plugin lifecycle mapping in the lifecycle-mapping-metadata.xml of the plugin). We want the Eclipse workspace to behave as if it were packaging=jar, which it does, except for the error message, for which there is no quickfix.

Have read among other things
https://bugs.eclipse.org/bugs/show_bug.cgi?id=337010
and 
https://docs.sonatype.org/display/M2ECLIPSE/Project+build+lifecycle+mapping#Projectbuildlifecyclemapping-Perpackagingtypebuildlifecyclemapping

but still wonder: is it possible to make the error go away through just config, either in the parent pom or in the plexus or m2e setup stuff of the plugin itself? If yes, pointer to example?

Vegard




Back to the top