Skip to content

Commit

Permalink
488247: Use Nexus Staging Maven Plugin for Deployment and Release
Browse files Browse the repository at this point in the history
Change-Id: I2051a5c9ae7cb847c78774f7cbcc50c565be3e32
Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=488247
  • Loading branch information
LorenzoBettini committed Feb 22, 2016
1 parent ca86b3c commit fc65eb9
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions releng/org.eclipse.emf.parsley.parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,7 @@
<module>../../plugins/org.eclipse.emf.parsley.common</module>
<module>../../plugins/org.eclipse.emf.parsley.views.common</module>
<module>../../plugins/org.eclipse.emf.parsley.cdo.common</module>

<module>../../plugins/org.eclipse.emf.parsley.runtime</module>
<module>../../plugins/org.eclipse.emf.parsley</module>
<module>../../plugins/org.eclipse.emf.parsley.junit4</module>
Expand All @@ -427,7 +427,7 @@
<module>../../dsl/org.eclipse.emf.parsley.dsl.standalone.lib</module>
<module>../../dsl/org.eclipse.emf.parsley.dsl.standalone</module>
</modules>

<properties>
<findbugs.skip>true</findbugs.skip>
</properties>
Expand Down Expand Up @@ -479,6 +479,18 @@

<build>
<plugins>
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<version>1.6.3</version>
<extensions>true</extensions>
<configuration>
<serverId>ossrh</serverId>
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
<autoReleaseAfterClose>true</autoReleaseAfterClose>
</configuration>
</plugin>

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
Expand Down

0 comments on commit fc65eb9

Please sign in to comment.