Hello, I dont think you can (or should) use arbitrary file names for artifacts in a maven-style repository. They have to follow the artifactid-classifier-version.type pattern.
It is usually the best to pack those files in an archive *-bin.zip or similiar to keep their folder structure and file names in a maven-repo compliant way. This is btw better asked in the maven-users mailing list. Gruss Bernd - Am Thu, 25 Sep 2014 06:51:21 -0700 (PDT) schrieb Victor <[email protected]>: > Hi, > > When you run the maven deploy phase, maven upload to nexus the final > file with the name ${artifactId}-${version}, and does not respect the > <finalName> set in the build. > > How could I indicate to maven deploy plugin to upload to nexus with > the name, for example PREFIX_${artifactId}-${version} > > Does anyone know how to do? > > > Thanks and regards. > > > > -- > View this message in context: > http://maven.40175.n5.nabble.com/Maven-deploy-does-not-respect-finalName-tp5806549.html > Sent from the Maven Developers mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > 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]
