If the webminifier is not doing what you want then you can exclude it in a similar fashion, rather than disabling the install plugin which may be something you want to keep.
Kind regards, Christopher On 11/10/2012, at 4:41 AM, Tomas Alabes <tomas.ala...@gmail.com> wrote: > > I solved the problem adding in the pom.xml under <build>: > > <pluginManagement> > <plugins> > <plugin> > <groupId>org.apache.maven.plugins</groupId> > <artifactId>maven-install-plugin</artifactId> > <executions> > <execution> > <id>default-install</id> > <phase>none</phase> > </execution> > </executions> > </plugin> > </plugins> > </pluginManagement> > > This disables the plugin for the js module. --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email