[m2] does mvn install ignore finalName?

2006-08-24 Thread Thomas Will
I configured the finalname in the pom to something
like this:
finelNameabcfinalName

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]



Re: [m2] does mvn install ignore finalName?

2006-08-24 Thread Denis Cabasson

Such files (abc.jar) should be uploaded using assembly plugin, which can
attach another artifact to the instlal phase.
I guess the standard jar is always deployed, to be available for
dependency...

Denis.


Tom Will wrote:
 
 I configured the finalname in the pom to something
 like this:
 finelNameabcfinalName
 
 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]
 
 
 

-- 
View this message in context: 
http://www.nabble.com/-m2--does-mvn-install-ignore-finalName--tf2157431.html#a5960211
Sent from the Maven - Users forum at Nabble.com.


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