Skip to content
This repository has been archived by the owner on Jan 29, 2020. It is now read-only.

Commit

Permalink
setting remoteTagging == false in the POM...didn't appear to work fro…
Browse files Browse the repository at this point in the history
…m CLI.

git-svn-id: https://svn.apache.org/repos/asf/maven/shared/trunk@814932 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
jdcasey committed Sep 14, 2009
1 parent 9d15ace commit effc096
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions maven-artifact-resolver/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,12 @@ under the License.
</excludes>
</configuration>
</plugin>
<plugin>
<artifactId>maven-release-plugin</artifactId>
<configuration>
<remoteTagging>false</remoteTagging>
</configuration>
</plugin>
</plugins>
</pluginManagement>
<plugins>
Expand Down

0 comments on commit effc096

Please sign in to comment.