...
How do I reuse the plugin configuration without using inheritance?
How can a Maven plugin determine the JAR file for the plugin?
Say a Maven plugin spawns off a JVM and executes a main Java class. The main Java class is defined within the plugin; therefore, the plugin must be able to determine the JAR file for the plugin. How can you do that?
How do I reference the assembly id in <execution><id> by property?
...
