Re: Maven 2 : Jalopy plugin

2006-03-22 Thread SiD
It works, THANKS ! On 3/21/06, Piéroni Raphaël <[EMAIL PROTECTED]> wrote: > > 2006/3/21, SiD <[EMAIL PROTECTED]>: > > > > Ok, it still doesn't works, > > > > my pom.xml : > > > [SNIP] > > I found that : > > https://svn.mojo.codehaus.org/mojo/trunk/mojo/jalopy-maven-plugin/ > > > > How can i use i

Re: Maven 2 : Jalopy plugin

2006-03-21 Thread Piéroni Raphaël
2006/3/21, SiD <[EMAIL PROTECTED]>: > > Ok, it still doesn't works, > > my pom.xml : [SNIP] I found that : > https://svn.mojo.codehaus.org/mojo/trunk/mojo/jalopy-maven-plugin/ > > How can i use it ? I checked. The jalopy plugin was never released even never have deployed a snapshot version. S

Re: Maven 2 : Jalopy plugin

2006-03-21 Thread Stefan Fritz
Teh following works for me: org.codehaus.mojo jalopy-maven-plugin c:/dev/var/configurations/jalopy.xml format-main-sr

Re: Maven 2 : Jalopy plugin

2006-03-21 Thread SiD
Ok, it still doesn't works, my pom.xml : ... junit junit 3.8.1 test codehaus Codehaus maven repository http://dist.codehaus.org/ legacy apache-snapshots Apache snapshot repository http://cvs.apache.o

Re: Maven 2 : Jalopy plugin

2006-03-21 Thread Piéroni Raphaël
Hello SiD, IIRC, you have to: configure the repositories to point to the mojo snapshot repo (cant remember the real address) or checkout the plugin and build it if it was never deployed. So check in the guides : http://maven.apache.org/guides/mini/guide-multiple-repositories.html Maven S

Maven 2 : Jalopy plugin

2006-03-21 Thread SiD
Hey, I just installed Maven 2 from http://maven.apache.org/ I want to use the Maven Jalopy Plugin, I followed this link : http://mojo.codehaus.org/jalopy-maven-plugin/howto.html I tried to add, in my pom.xml : org.codehaus.mojo maven-