you can also use the dependency plugin to copy/fetch files and strip
off the version.

On Wed, Feb 16, 2011 at 3:37 AM, Marc Rohlfs <[email protected]> wrote:
> 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]
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to