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

2008-12-04 Thread Brian E. Fox
008 5:37 AM To: users@maven.apache.org Subject: [maven-war-plugin] maven still wants to use 2.1-alpha-1 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 anythi

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

2008-12-04 Thread Nick Stolwijk
Try, mvn help:effective-pom You will see that your war plugin is set to a fixed version. This has been a fix in 2.0.8 or 2.0.9. The default plugins have a fixed version, to make reproducible builds more likely. If you want to override the version you have to specify it in your pom, or any parent

[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 plu