Uploaded image for project: 'Maven Shared Components'
  1. Maven Shared Components
  2. MSHARED-419

Allow custom properties to be added to pom.properties

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Closed
    • Major
    • Resolution: Won't Fix
    • maven-archiver-2.6
    • None
    • maven-archiver

    Description

      `pom.properties` is useful for storing things like build number, git hash, etc. Unfortunately currently its content is hard coded.

      It would be good to allow specifying additional properties to be written to pom properties via archiver configuration. Something like:

      <archive>
        <additionalPomProperties>
          <buildNumber>10</buildNumber>
        </additionalPomProperties>
      </archive>
      

      Attachments

        Activity

          People

            Unassigned Unassigned
            k.shaposhnikov@gmail.com Konstantin Shaposhnikov
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: