On Wed, Oct 22, 2008 at 12:20 PM, solo1970 <[EMAIL PROTECTED]> wrote:
> Is there a way in Archiva NOT TO alter the jar name of an uploaded > artifact??? > > Maybe it's not logical, but we have third party products we use and once we > package our WAR with maven, the packaged jar file should not have their > names altered. They need to be named this way in the repository to conform to the expected remote repository format, or Maven won't be able to retrieve them later. You might want to include a <finalName> element in the pom to specify the desired final name of the artifact. But it sounds like your real question is naming the files properly when you package them... the war plugin has a file name mapping feature that might help: http://maven.apache.org/plugins/maven-war-plugin/examples/file-name-mapping.html -- Wendy
