Hi,

you can change the name of the generated artifact with the <finalName/> tag in you pom but that doesn't affect the naming of the artifact in a repository. As soon as you install/deploy that artifact to a repository maven uses a name in the form ${artifactId}-${version}.jar.

So the answer to your question is no.

-Tim

Karthik Manimaran schrieb:
Hi,

Is there a way to generate a jar/ejb jar/war file without the version number
appended to the artifact filename and add that as a dependency?

Thanks and regards,
Karthik.



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

Reply via email to