[infinispan-issues] [JBoss JIRA] (ISPN-1947) Automate staging repository step in release script

Mircea Markus (JIRA) jira-events at lists.jboss.org
Sat Sep 1 13:55:38 EDT 2012


     [ https://issues.jboss.org/browse/ISPN-1947?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mircea Markus updated ISPN-1947:
--------------------------------

    Fix Version/s: 5.2.0.Alpha4
                       (was: 5.2.0.Alpha3)

    
> 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.Alpha4
>
>
> 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-plugin/plugin-info.html

--
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


More information about the infinispan-issues mailing list