Skip to content

Commit

Permalink
updated pom.xml for release
Browse files Browse the repository at this point in the history
  • Loading branch information
TheCookieLab committed Jun 13, 2018
1 parent 1d608dd commit ac027e5
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 14 deletions.
22 changes: 12 additions & 10 deletions nbactions.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<actions>
<action>
<actionName>CUSTOM-maven central distribution</actionName>
<displayName>maven central distribution</displayName>
<goals>
<goal>clean</goal>
<goal>deploy</goal>
</goals>
</action>
</actions>
<actions>
<action>
<actionName>CUSTOM-maven release</actionName>
<displayName>maven release</displayName>
<goals>
<goal>clean</goal>
<goal>deploy</goal>
<goal>-P</goal>
<goal>release</goal>
</goals>
</action>
</actions>
5 changes: 1 addition & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@

<!-- Only when performing a release (i.e. not for snapshots) -->
<profile>
<id>sonatype-oss-release</id>
<id>release</id>
<build>
<plugins>
<plugin>
Expand All @@ -73,7 +73,6 @@
</execution>
</executions>
</plugin>

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
Expand All @@ -90,8 +89,6 @@
</execution>
</executions>
</plugin>

<!-- Artifact signing -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
Expand Down

0 comments on commit ac027e5

Please sign in to comment.