Skip to content

Commit

Permalink
(#29) Added maven release plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
svettwer committed Jan 30, 2019
1 parent e84a30e commit 1ecfe46
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
<maven.shade.plugin.version>3.1.1</maven.shade.plugin.version>
<maven.surefire.plugin.version>2.20.1</maven.surefire.plugin.version>
<maven.gpg.plugin.version>1.6</maven.gpg.plugin.version>
<maven.release.plugin.version>2.5.3</maven.release.plugin.version>
<apache.rat.plugin.version>0.12</apache.rat.plugin.version>

<!-- maven extensions -->
Expand Down Expand Up @@ -382,6 +383,12 @@
<excludeSubProjects>false</excludeSubProjects>
</configuration>
</plugin>

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<version>${maven.release.plugin.version}</version>
</plugin>
</plugins>
</pluginManagement>

Expand All @@ -401,6 +408,10 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-failsafe-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
</plugin>
</plugins>

<extensions>
Expand Down

0 comments on commit 1ecfe46

Please sign in to comment.