Skip to content

Commit

Permalink
Fix maven-source-plugin phase
Browse files Browse the repository at this point in the history
  • Loading branch information
velo committed Sep 22, 2011
1 parent 46f79e6 commit 06ebc8f
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
8 changes: 7 additions & 1 deletion nexus-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -446,6 +446,13 @@
<!-- <aggregate>true</aggregate> -->
</configuration>
</plugin>
<plugin>
<artifactId>maven-release-plugin</artifactId>
<version>2.1</version>
<configuration>
<autoVersionSubmodules>true</autoVersionSubmodules>
</configuration>
</plugin>
</plugins>
</pluginManagement>
<plugins>
Expand Down Expand Up @@ -491,7 +498,6 @@
<executions>
<execution>
<id>attach-sources</id>
<phase>verify</phase>
<goals>
<goal>jar-no-fork</goal>
</goals>
Expand Down
11 changes: 11 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,17 @@
<version>3.0-beta-3</version>
</plugin>
</plugins>
<pluginManagement>
<plugins>
<plugin>
<artifactId>maven-release-plugin</artifactId>
<version>2.1</version>
<configuration>
<autoVersionSubmodules>true</autoVersionSubmodules>
</configuration>
</plugin>
</plugins>
</pluginManagement>
</build>
<reporting>
<plugins>
Expand Down

0 comments on commit 06ebc8f

Please sign in to comment.