On 02/07/2012 10:27 AM, Stefan Bodewig wrote:
> I have re-uploaded the Maven artifacts, the only change is that
> ant-1.8.3-javadocs.jar* has been renamed to ant-1.8.3-javadoc.jar*
>
> New URL is: https://repository.apache.org/content/repositories/orgapacheant-206/org/apache/ant/
Good. Confirmed that
<dependency>
<groupId>org.apache.ant</groupId>
<artifactId>ant</artifactId>
<version>1.8.3</version>
</dependency>
works for a Maven project using Ant tasks when ~/.m2/settings.xml specifies
<profile>
<id>verify-stage</id>
<repositories>
<repository>
<id>apache-staging</id>
<url>https://repository.apache.org/content/groups/staging/</url>
<releases>
<enabled>true</enabled>
</releases>
</repository>
</repositories>
</profile>
and -Pverify-stage is passed.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org
|