On 5/21/07, Richard S. Hall <[EMAIL PROTECTED]> wrote:
I don't care how it is stored in the repository. The issue I have is
that the generated artifact in target/ has a name...I don't want to
manually have to change the name after doing "mvn clean
install"...however, it is probably better if the names can be the same,
since it would avoid confusion since it would be more difficult to tell
whether a JAR file downloaded from a Maven repo was the same as a JAR
file we were re-distributing.


I guess you are not copying them by hand, right? you probably use the
assembly to generate the package with all the bundles. At that time is
when they could be renamed.

Precisely this will help to identify where jars come from, having
org.apache.maven.core-1.0.jar is easier to identify than just
core-1.0.jar.


Good. So, do you recommend that we use maven-bundle-plugin for the
artifactId of the bundle plugin?


yes, not required, but more in line with all the other plugins


--
I could give you my word as a Spaniard.
No good. I've known too many Spaniards.
                            -- The Princess Bride

Reply via email to