Re: Wicket source code using Maven

2009-02-17 Thread John Krasnay
I usually put this in my pom.xml so that I don't have to always remember the command line parameter: org.apache.maven.plugins maven-eclipse-plugin true true 1.5 blah jk On Mon, Feb 16, 2009 at 11:30:54PM -03

Re: Wicket source code using Maven

2009-02-16 Thread Daniel Ferreira Castro
Thanks On Mon, Feb 16, 2009 at 10:43 PM, Igor Vaynberg wrote: > mvn eclipse:eclipse -DdownloadSources=true > > -igor > > On Mon, Feb 16, 2009 at 5:38 PM, Daniel Ferreira Castro > wrote: > > How to do to be able to download the source code of Wicket throught > Maven? > > > > > > I tried to insert

Re: Wicket source code using Maven

2009-02-16 Thread Igor Vaynberg
mvn eclipse:eclipse -DdownloadSources=true -igor On Mon, Feb 16, 2009 at 5:38 PM, Daniel Ferreira Castro wrote: > How to do to be able to download the source code of Wicket throught Maven? > > > I tried to insert it on my project pom, but didn't have success > > > >wicket

Wicket source code using Maven

2009-02-16 Thread Daniel Ferreira Castro
How to do to be able to download the source code of Wicket throught Maven? I tried to insert it on my project pom, but didn't have success wicket-snaps http://wicketstuff.org/maven/repository true