Re: how to build lastest 1.3.x jar

2009-03-08 Thread Martijn Dashorst
maven.test.skip=true was the first I needed to remember, so it is hard to get out of my head and replace it with -DskipTests You could also consider running the maven build with a Java 5 JDK instead of your Java 6 JDK. The tests shouldn't fail then (Java 6 has altered the internals of

Re: how to build lastest 1.3.x jar

2009-03-08 Thread Ricky
Cant you enforce that in POM file (what version to use) so it doesn't proceed at all ... (use jdk 5 or fail). Regards Vyas, Anirudh On Sun, Mar 8, 2009 at 4:23 PM, Martijn Dashorst martijn.dasho...@gmail.com wrote: maven.test.skip=true was the first I needed to remember, so it is hard to get

how to build lastest 1.3.x jar

2009-03-07 Thread NHSoft.YHW
: central (http://repo1.maven.org/maven2) anyone could help me how to build, or where to get lastest build jar files, thanks. -- View this message in context: http://www.nabble.com/how-to-build-lastest-1.3.x-jar-tp22386106p22386106.html Sent from the Wicket - User mailing list archive

Re: how to build lastest 1.3.x jar

2009-03-07 Thread Dave Schoorl
On the wicket site they mention a SNAPSHOT repository at repositories repository idorg.wicketstuff/id nameWicket Stuff Repository/name urlhttp://wicketstuff.org/maven/repository/url /repository /repositories When you look with your webbrowser, you can see that at this