[
https://issues.jboss.org/browse/ISPN-1947?page=com.atlassian.jira.plugin....
]
Mircea Markus updated ISPN-1947:
--------------------------------
Fix Version/s: 5.2.0.CR1
(was: 5.2.0.Beta1)
Automate staging repository step in release script
--------------------------------------------------
Key: ISPN-1947
URL:
https://issues.jboss.org/browse/ISPN-1947
Project: Infinispan
Issue Type: Task
Components: Build process
Reporter: Sanne Grinovero
Assignee: Manik Surtani
Priority: Optional
Fix For: 5.2.0.CR1
The following plugin can be used to control the staging repository from command line
(including authenticating with your account as set in your settings file)
{code:xml}
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-maven-plugin</artifactId>
<configuration>
<
nexusUrl>https://repository.jboss.org/nexus</nexusUrl>
<automatic>true</automatic>
</configuration>
</plugin>
{code}
Goals are described at:
https://repository.sonatype.org/content/sites/maven-sites/nexus-maven-plu...
--
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