Another idea might be:
1. In Your Maven project, create a text file with the following content:
http://your-nexus/your-nexus-repo/${project.artifactId}-${project.version}.${project.packaging}
2. Use the 'resources:copy-resources' with 'filtering=true' to copy the
file "somewhere" and get its tokens replaced (see
http://maven.apache.org/plugins/maven-resources-plugin/examples/copy-resources.html).
3. Use wget with the -i (--input-file=FILE) option and the '-O' option.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]