[maven-war-plugin] maven still wants to use 2.1-alpha-1

2008-12-04 Thread DJP JEAN-PROST Dominique
Hello, I'd been waiting for a bug fix that has been added to 2.1-alpha-2, which is great. Although this version has been released, my maven keeps on using the 2.1-alpha-1. I tried anything I could : - delete my local repository so that anything is downloaded again - searched if I specified a

Generated test sources compiled into target/test-classes ?

2008-06-20 Thread DJP JEAN-PROST Dominique
Hello, I can't find a way to instruct Maven to output the result of the compilation of generated sources during generate-test-sources phase into target/test-classes. plug-in configuration : plugin groupIdorg.codehaus.mojo/groupId

surefire 2.3.1

2007-12-12 Thread DJP JEAN-PROST Dominique
Hello, I can't find a release for surefire 2.3.1. Judging from jira, it seems this version is released, but I can't find it in repo1 as 2.4 version of surefire seems to be the current one. Can someone tell me what is the status of this release ? regards, domDepuis le 15 octobre, Dexia

surefire plugin 2.3.1

2007-12-11 Thread DJP JEAN-PROST Dominique
Hello, I can't find a release for surefire 2.3.1. Judging from jira, it seems this version is released, but I can't find it in repo1 as 2.4 version of surefire seems to be the current one. Can someone tell me what is the status of this release ? regards, domDepuis le 15 octobre, Dexia

changing phase of javadoc:jar and sources:jar

2007-01-11 Thread DJP JEAN-PROST Dominique
Hello, I would like my team to deploy to my repository the following jars : binaries (of course), sources and javadoc. As javadoc generation is a bit time costly, I would like to get it generated only on the deploy phase, so that, everyday work is not slowed by this generation. I did the

NoClassDefFoundError when using mvn site

2006-11-21 Thread DJP JEAN-PROST Dominique
Hello, I'm trying to to a mvn site. It used to work but it seems I got a new snaphost version of something, and I now get this stacktrace when inoking mvn site : ... [INFO] Cobertura Report generation was successful. [INFO] Generate JDepend report. [INFO] Generate Tag List report. [INFO]

using xdoclet2 and maven2

2006-01-31 Thread DJP JEAN-PROST Dominique
Hello, Well, I'm quite new to maven and specially maven2. I would like to use xdoclet2 with maven2. After reading a few docs, I still cannot make it work. I followed what is written on http://xdoclet.codehaus.org/Maven2+Plugin : downloadding the jar and then mvn install blahblah ... It seems