-
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
[JENKINS-812] finalName doesn't expand plugin-set properties
Resolution | New: Fixed [ 1 ] | |
Status | Original: Open [ 1 ] | New: Resolved [ 5 ] |
Status | Original: Resolved [ 5 ] | New: Closed [ 6 ] |
Component/s | New: maven-plugin [ 16033 ] | |
Component/s | Original: maven2 [ 15487 ] |
Workflow | Original: JNJira [ 130885 ] | New: JNJira + In-Review [ 200197 ] |
Created an attachment (id=91)
sample pom to demonstrate failure