]
Sanne Grinovero updated ISPN-1947:
----------------------------------
Assignee: Mircea Markus (was: Manik Surtani)
Automate staging repository step in release script
--------------------------------------------------
Key: ISPN-1947
URL:
https://issues.jboss.org/browse/ISPN-1947
Project: Infinispan
Issue Type: Task
Security Level: Public(Everyone can see)
Components: Build process
Reporter: Sanne Grinovero
Assignee: Mircea Markus
Priority: Optional
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...