[ 
https://issues.apache.org/jira/browse/WINK-125?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13760923#comment-13760923
 ] 

Gili commented on WINK-125:
---------------------------

The dependent issue is now fixed.
                
> Setting releaseProfiles on maven-release-plugin
> -----------------------------------------------
>
>                 Key: WINK-125
>                 URL: https://issues.apache.org/jira/browse/WINK-125
>             Project: Wink
>          Issue Type: Improvement
>          Components: Build
>            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.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to