setting remoteTagging == false in the POM...didn't appear to work from CLI.

git-svn-id: https://svn.apache.org/repos/asf/maven/shared/trunk@814932 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index c63d84f..a2a1646 100644
--- a/pom.xml
+++ b/pom.xml
@@ -94,6 +94,12 @@
             </excludes>
           </configuration>
         </plugin>
+        <plugin>
+          <artifactId>maven-release-plugin</artifactId>
+          <configuration>
+            <remoteTagging>false</remoteTagging>
+          </configuration>
+        </plugin>
       </plugins>
     </pluginManagement>
     <plugins>