[mojo-dev] [ANN] CBUILDS 1.0-beta-1 Released

2009-05-31 Thread Lee Thompson
Hi, The Mojo team is pleased to announce that the set of CBUILDS plugins version 1.0-beta-1 has been released http://mojo.codehaus.org/cbuild-parent/index.html 1.0-beta-1 made good progress on the documented roadmap toward v1.0 http://mojo.codehaus.org/cbuild-parent/roadmap.html Focus has been

Installing new JAR to maven repository- failure

2009-05-31 Thread Mah Yagh
Hi, I tried installing some JAR files to my local maven repository using the following command: mvn install:install-file -DgroupId=jade -DartifactId=jade -Dversion=1.0 -Dpackaging=jar -Dfile=C:\tmp\jade.jar Installation finishes successfully according to maven log. I add the new dependency to

Re: Installing new JAR to maven repository- failure

2009-05-31 Thread Wayne Fay
Next I try to compile my component using mvn install command. But it shows compile error indicating that my JAR file is not included in the compiler class path. What could be wrong with my configuration? I did not know that the real JAR file version so I set it to 1.0. What is the exact

Re: maven-surefire-plugin and default locale

2009-05-31 Thread sebb
On 23/04/2009, Jon BrĂ¥ten vale...@gmail.com wrote: Is there a way to set the default locale to be used in JUnit tests run by maven-surefire-plugin? I've tried adding -Duser.language=nn and -Duser.country=NN to the maven command issued, but is does not affect the test runs. The issue at