I configured the finalname in the pom to something
like this:
<finelName>abc<finalName>

After mvn install there is a file with the name
abc.jar in the target folder, as expected.
But in the maven repository the filename still has the
form <artifactid>-<version>.jar, the <finalName> seems
to be ignored.

Is there a way to have a custom filename like abc.jar
in the repository, or would this violate basic maven2
concepts?

Tom


__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to