-
Bug
-
Resolution: Fixed
-
Major
-
None
-
Platform: All, OS: Windows XP
We're using the maven buildnumber plugin (
http://commons.ucalgary.ca/projects/maven-buildnumber-plugin/howto.html) to
embed subversion revision ids in our artifact names. The final name in our
pom's <build> section is
<finalName>${project.artifactId}-${project.version}-r${buildNumber}</finalName>;
which is expanded during the build to (say)
buildnumberbug-0.1-SNAPSHOT-r4282.jar. However, Hudson only partially expands
this, displaying the artifact name as
buildnumberbug-0.1-SNAPSHOT-r${buildNumber}.jar