Author: mbenson
Date: Wed Oct 12 22:34:14 2016
New Revision: 1764557

URL: http://svn.apache.org/viewvc?rev=1764557&view=rev
Log:
override unnecessary gpg passphrase setup

Modified:
    commons/proper/weaver/trunk/pom.xml

Modified: commons/proper/weaver/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/weaver/trunk/pom.xml?rev=1764557&r1=1764556&r2=1764557&view=diff
==============================================================================
--- commons/proper/weaver/trunk/pom.xml (original)
+++ commons/proper/weaver/trunk/pom.xml Wed Oct 12 22:34:14 2016
@@ -111,6 +111,13 @@ under the License.
           <version>1.8</version>
         </plugin>
         <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-gpg-plugin</artifactId>
+          <configuration combine.self="override">
+            <!-- disable passphrase setup from parent -->
+          </configuration>
+        </plugin>
+        <plugin>
           <groupId>org.codehaus.mojo</groupId>
           <artifactId>build-helper-maven-plugin</artifactId>
           <version>1.9</version>


Reply via email to