Skip to content
This repository has been archived by the owner on Nov 17, 2017. It is now read-only.

Commit

Permalink
added release plugin settings
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukas Fryc committed Apr 12, 2013
1 parent ce8385a commit fae5142
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
8 changes: 8 additions & 0 deletions parent/pom.xml
Expand Up @@ -274,6 +274,14 @@
<artifactId>modello-maven-plugin</artifactId>
<version>${version.modello.plugin}</version>
</plugin>
<plugin>
<artifactId>maven-release-plugin</artifactId>
<configuration>
<autoVersionSubmodules>true</autoVersionSubmodules>
<pushChanges>false</pushChanges>
<localCheckout>true</localCheckout>
</configuration>
</plugin>
</plugins>
</pluginManagement>
</build>
Expand Down
8 changes: 8 additions & 0 deletions pom.xml
Expand Up @@ -43,6 +43,14 @@
<build>
<finalName>cdk</finalName>
<plugins>
<plugin>
<artifactId>maven-release-plugin</artifactId>
<configuration>
<autoVersionSubmodules>true</autoVersionSubmodules>
<pushChanges>false</pushChanges>
<localCheckout>true</localCheckout>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
Expand Down

0 comments on commit fae5142

Please sign in to comment.