Re: Deployment in Repository without version in file name?

2011-02-16 Thread Marc Rohlfs
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

Re: Deployment in Repository without version in file name?

2011-02-16 Thread Brian Fox
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 pomar...@googlemail.com wrote: Another idea might be: 1. In Your Maven project, create a text file with the following content:

Deployment in Repository without version in file name?

2011-02-15 Thread Kai Hackemesser
Hello, I was asked if it is possible to deploy a file into the repository without the version suffix added to it? In this case a war file should be retrieved from the Nexus repository into a Tomcat wepapps folder using wget, and they are looking for a way where the file doesn't need to be

RE: Deployment in Repository without version in file name?

2011-02-15 Thread Haszlakiewicz, Eric
-Original Message- From: Kai Hackemesser [mailto:kai.hackemes...@gmail.com] I was asked if it is possible to deploy a file into the repository without the version suffix added to it? In this case a war file should be retrieved from the Nexus repository into a Tomcat wepapps folder using