Skip to content

Commit

Permalink
change configuration
Browse files Browse the repository at this point in the history
issue #362
  • Loading branch information
rsoika committed Apr 6, 2018
1 parent 6b3b417 commit fe87e1f
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -153,9 +153,19 @@
</configuration>
</plugin>

<!-- release management <plugin> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId> <version>2.3.2</version> </plugin> -->
<!-- release management to release to Maven central -->
<!-- release management -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<version>2.5.3</version>
<configuration>
<autoVersionSubmodules>true</autoVersionSubmodules>
<useReleaseProfile>false</useReleaseProfile>
<releaseProfiles>release</releaseProfiles>
<goals>deploy</goals>
</configuration>
</plugin>
<!-- release to Maven central -->
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
Expand Down

0 comments on commit fe87e1f

Please sign in to comment.