Thanks for your time Arnaud, it works for me. Vincent should fix code for http://www.onjava.com/pub/a/onjava/2005/09/07/maven.html?page=4
Jan "Arnaud HERITIER" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] I published a snapshot you can install it locally maven plugin:download -Dmaven.repo.remote=http:www.ibiblio.org/maven,http://cvs.apache.org/reposit ory/ -DgroupId=maven <http://cvs.apache.org/repository/-DgroupId=maven>-DartifactId=maven-war-plu gin -Dversion= 1.6.2-SNAPSHOT or you can reference it in your project : in your project.xml : <dependency> <groupId>maven</groupId> <artifactId>maven-war-plugin</artifactId> <version>1.6.2-SNAPSHOT</version> <type>plugin</type> </dependency> in your project.properties: maven.repo.remote=http:www.ibiblio.org/maven, http://cvs.apache.org/repository/ Arnaud --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]