Hi, I intended to develop my own rar-plugin and/or ear plugin for my own packaging.
What I found was that Maven2 runtime by default will always invoke maven-rar-plugin for a rar project at package phase, the same as maven-ear-plugin for a ear project which will overlap with my rar/ear-plugin executed at package phase. Since I really don't want to create an internal hacked maven-rar-plugin version 2.2.0.1 to do that, it would be VERY NICE that all these default-wired maven-[x]-plugin have a "skip" parameter like maven-surefire-plugin to allow developers to turn off these plugins in pom.xml and use the plugins internally built. Is this a good idea? Thanks, Jian -- View this message in context: http://www.nabble.com/Should-all-maven--x--plugin-have-skip-parameter-like-surefire-plugin--t1358571.html#a3639264 Sent from the Maven - Dev forum at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]