Uploaded image for project: 'Wink'
  1. Wink
  2. WINK-125

Setting releaseProfiles on maven-release-plugin

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Open
    • Trivial
    • Resolution: Unresolved
    • None
    • None
    • Build
    • None

    Description

      Wink maven build defines CIBuild profile that generates javadocs and Wink sources/binaries archives.
      During release process, we run mvn release:perform -PCIBuild instead of adding the following configuration to maven-release-plugin:

                        <plugin>
                          <artifactId>maven-release-plugin</artifactId>
                          <configuration>
                            <tagBase>https://svn.apache.org/repos/asf/incubator/wink/tags</tagBase>
                            <preparationGoals>clean install</preparationGoals>
                            <releaseProfiles>CIBuild</releaseProfiles>
                          </configuration>
                      </plugin>
      
      

      Currently, JIRA http://jira.codehaus.org/browse/MRELEASE-459 prevents us from setting this profile inside maven-release-plugin configuration.

      Attachments

        Activity

          People

            martins Martin Snitkovsky
            martins Martin Snitkovsky
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: