[infinispan-issues] [JBoss JIRA] (ISPN-1947) Automate staging repository step in release script
Tristan Tarrant (JIRA)
issues at jboss.org
Fri Aug 5 08:21:00 EDT 2016
[ https://issues.jboss.org/browse/ISPN-1947?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Tristan Tarrant updated ISPN-1947:
----------------------------------
Description:
The Nexus staging plugin can be used to control the staging repository from command line (including authenticating with your account as set in your settings file)
https://github.com/sonatype/nexus-maven-plugins/tree/master/staging/maven-plugin
was:
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
> 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
> Priority: Optional
>
> The Nexus staging plugin can be used to control the staging repository from command line (including authenticating with your account as set in your settings file)
> https://github.com/sonatype/nexus-maven-plugins/tree/master/staging/maven-plugin
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
More information about the infinispan-issues
mailing list