Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-812

finalName doesn't expand plugin-set properties

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Major Major
    • maven-plugin
    • 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

        1. config.xml
          1 kB
        2. pom.xml
          2 kB

            Unassigned Unassigned
            andy_lynch andy_lynch
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: