Re: error getting maven-ant-plugin 2.0-SNAPSHOT

2007-08-30 Thread Tim Kettler
Hi, I can't say if this is the final root of your problem but you should start by fixing the repository definitions in your settings.xml and see if that helps: Srinivasan Chikkala schrieb: Any help on how to get the latest maven-ant-plugin ( maven-ant-plugin-2.0-SNAPSHOT.jar) ? I am

Re: error getting maven-ant-plugin 2.0-SNAPSHOT

2007-08-30 Thread Srinivasan Chikkala
Thanks for the info. I fixed this part by removing the apache maven repository from the mirror and adding it as a repository ( I just copied the apache profile specified at http://maven.apache.org/guides/development/guide-plugin-snapshot-repositories.html ) to my settings.xml. However, when

Re: error getting maven-ant-plugin 2.0-SNAPSHOT

2007-08-30 Thread Srinivasan Chikkala
thanks, it works that way. You need to specify everything to work. Previously I did try using mvn ant:2.0-beta-2-SNAPSHOT:ant (partial-artifact-id:version:goal) thinking that it would determine the groupId and artifactId somehow if they are missing or partially specified from the command

error getting maven-ant-plugin 2.0-SNAPSHOT

2007-08-29 Thread Srinivasan Chikkala
Any help on how to get the latest maven-ant-plugin ( maven-ant-plugin-2.0-SNAPSHOT.jar) ? I am trying to use the latest maven-ant-plugin, but when I execute mvn ant:ant after setting the settings.xml entry mirror idrepo1/id