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

Sanne Grinovero (JIRA) jira-events at lists.jboss.org
Mon Mar 26 18:48:49 EDT 2012


Sanne Grinovero created ISPN-1947:
-------------------------------------

             Summary: 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.ALPHA1


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: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the infinispan-issues mailing list