Hi Rui,

normally <inherited>false</inherited> should work for You. It is a Maven core parameter and it doesn't depend on the plugin goal You are using.

I can only guess about possible problems, maybe You should provide some more code and/or information like: - Where is this Your plugin configuration located (in the main build section, in the pluginManagement section or even in a profile) - Are there any other occurrences of maven-assembly-plugin configuration in this POM?
 - Does Your POM inherit configuration from another parent POM?
 - Which Maven version do You use?
 - Which plugin version is actually used?
 - How do You run (invoke) Maven?

To analyse the problem, You could add the '-X' when You run maven. Calling 'mvn help:effective-pom' could help, too.

Have a nice weekend

   Marc

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to