finalName doesn't expand plugin-set properties

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: Major
    • Component/s: maven-plugin
    • None
    • Environment:
      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

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

              Created:
              Updated:
              Resolved: