Details
-
Improvement
-
Status: Open
-
Trivial
-
Resolution: Unresolved
-
None
-
None
-
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.