Setting releaseProfiles on maven-release-plugin
-----------------------------------------------

                 Key: WINK-125
                 URL: https://issues.apache.org/jira/browse/WINK-125
             Project: Wink
          Issue Type: Improvement
            Reporter: Martin Snitkovsky
            Assignee: Martin Snitkovsky
            Priority: Trivial


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:
 {code}
                  <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>

{code}

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


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to