I can help get rid of the warnings. You have the maven-antrun-plugin declared 4 times. I think what you want is 4 executions within 1 declaration. You have the maven-releases-plugin declared 2 times in your pluginManagement.
As far as the error is concerned, your build doesn't seem to like the dependencyManagement.status field in the commons-httpclient pom for some reason. We use version 3.1 of that dependency with maven 3 no problem. I don't suppose the above issues are causing some kind of Maven parsing issue? Perhaps someone with more knowledge than I will jump in on that one. Matt > -----Original Message----- > From: dandart [mailto:[email protected]] > Sent: Wednesday, April 18, 2012 10:51 AM > To: [email protected] > Subject: Maven 2 to 3 migration problem > > Hi, I'm moving our project from maven2 to maven3. > However I'm getting the following errors: > > https://gist.github.com/2414962 > > My pom.xml looks like this: > > https://gist.github.com/2414936 > > & this confuses me. > I was told to put versions into it everywhere but it still didn't help. > > Does anyone know a solution? > > Cheers > Dan > > -- > View this message in context: http://maven.40175.n5.nabble.com/Maven-2- > to-3-migration-problem-tp5649678p5649678.html > Sent from the Maven - Users mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] ______________________________________________________________________ This message, including any attachments, is confidential and contains information intended only for the person(s) named above. Any other distribution, copying or disclosure is strictly prohibited. If you are not the intended recipient or have received this message in error, please notify us immediately by reply email and permanently delete the original transmission from all of your systems and hard drives, including any attachments, without making a copy. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
