maven-plugin

GWT 2.1 and the Codehaus Maven plugin

Has anybody managed to get the release of GWT 2.1 to work with the Codehaus Maven plugin? http://mojo.codehaus.org/gwt-maven-plugin/ The 1.2 stable release does not seem to work. I found a version called 1.3.2 here in the SVN maven repo from GWT http://google-web-toolkit.googlecode.com/svn/2.1.0/gwt/maven/org/codehaus/mojo/gwt-maven-...

Maven: how to pass parameters between Mojos?

How do I program one Mojo to set another Mojo's configuration? For example: Mojo A requires configuration parameter A.foo to be defined. A user can either specify A.foo manually or run plugin B which will calculate the value for him/her. ...

Maven war plugin not able to exlude libs in exploded war format..

Hi, I am using maven war plugin to exclude some common jar and put them in the classpath. I am able to generate war file properly which excludes specified libs and add them in the classpath but exploded war directory still contains excluded libararies. How can I generate exploded war file which use configuration of maven war plugin. ...

Maven RPM Plugin does not generate the scriptlets specified

Hi all, I am trying to create an rpm package with the help of the rpm-maven-plugin. All goes well until I try to have it generate the %pre scriptlet (or any scriptlet for that matter) The pom.xml excerpt is: <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>rpm-maven-plugin</artifactId> <version>2.0-beta-2</versio...