Running a single module build, my package plugin (an obfuscator plugin
to obfuscate the code in every JAR) runs once as expected. When running
in a multi-module build, it runs twice (one right after the other) for
each module. The plugin has "@phase package" defined and this
configuration in my master POM:
<plugins>
<plugin>
<groupId>com.webify.mojo</groupId>
<artifactId>maven-zelix-plugin</artifactId>
<executions>
<execution>
<goals>
<goal>run</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
Any ideas? The -X output is not terribly helpful.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]