I've configured the buildnumber plugin to attach a timestamp thusly
<finalName>${project.artifactId}-${project.version}-${buildNumber}</fina
lName>
and the [jar] artifact is produced in the target/ directory as expected.
But the build number is not carried into the local repo when installing
the artifact.
If the command '% mvn clean install' produces
framework-1.2.3-SNAPHOT-20081113155701.jar
in target/, the artifact appearing in the local repo is
framework-1.2.3-SNAPSHOT.jar
I haven't tried, but I expect that the results would be the same for
'deploy', as well. Ideas anyone?
Thanks and regards,
Brad
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]