Skip to content

Commit

Permalink
Changed pom settings
Browse files Browse the repository at this point in the history
  • Loading branch information
andreacomo committed Aug 31, 2019
1 parent 49a96ed commit b127eef
Showing 1 changed file with 2 additions and 13 deletions.
15 changes: 2 additions & 13 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@
<version>2.5</version>
<configuration>
<autoVersionSubmodules>true</autoVersionSubmodules>
<useReleaseProfile>false</useReleaseProfile>
<useReleaseProfile>true</useReleaseProfile>
<releaseProfiles>release</releaseProfiles>
<goals>deploy</goals>
</configuration>
Expand Down Expand Up @@ -170,7 +170,7 @@
<goal>jar</goal>
</goals>
<configuration>
<failOnError>false</failOnError>
<failOnError>true</failOnError>
</configuration>
</execution>
</executions>
Expand Down Expand Up @@ -200,17 +200,6 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<version>2.5</version>
<configuration>
<autoVersionSubmodules>true</autoVersionSubmodules>
<useReleaseProfile>false</useReleaseProfile>
<releaseProfiles>release</releaseProfiles>
<goals>deploy</goals>
</configuration>
</plugin>
</plugins>
</build>
</profile>
Expand Down

0 comments on commit b127eef

Please sign in to comment.