I'm having a discussion with some folks that are using the Maven Ant
Tasks. They are migrating to Maven, but are bridging the time with
some projects consuming those of the Maven-produced artifacts with Ant
projects.
They have a need to, and thus are wondering if there there is a means
to pass the -U flag to the Maven Ant tasks such that it will check
remotely for artifacts again? We've tried:
<artifact:mvn mavenHome="/usr/local/apache/maven/2.0.9">
<arg value="-U"/>
</artifact:mvn>
At first, this documentation led us to believe it might work...
http://maven.apache.org/ant-tasks/examples/mvn.html
But in the end, it just throws an exception.
-Matthew McCullough
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]