Hi, Thanks for the quick response. My comments are in-line.
Have a nice weekend too ;) -- Rui On Fri, Mar 11, 2011 at 6:29 PM, Marc Rohlfs <pomar...@googlemail.com>wrote: > 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) > Build section. - Are there any other occurrences of maven-assembly-plugin configuration in > this POM? > Yes, in the pluginManagement section. I tried removing the occurrence from the pluginManagement with no success. Also I noticed that are some dependencies' POM that contains occurrences, like jetty, opencsv, netty, etc for instance but I don't believe it has anything to do with that. - Does Your POM inherit configuration from another parent POM? > Yes, but there are no occurrences of the maven-assembly plugin. - Which Maven version do You use? > Apache Maven 2.2.1 (rdebian-4) - Which plugin version is actually used? > 2.2.1. - How do You run (invoke) Maven? > mvn assembly:single -Dmaven.test.skip=true > 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 > >