You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by kh...@apache.org on 2016/07/09 12:09:16 UTC

svn commit: r1752002 - /maven/plugins/trunk/maven-gpg-plugin/pom.xml

Author: khmarbaise
Date: Sat Jul  9 12:09:16 2016
New Revision: 1752002

URL: http://svn.apache.org/viewvc?rev=1752002&view=rev
Log:
[MGPG-56] Use defaults of maven-invoker-plugin
 o Remove special configuration for pomIncludes cause 
   this is handled by the default of maven-invoker-plugin.

Modified:
    maven/plugins/trunk/maven-gpg-plugin/pom.xml

Modified: maven/plugins/trunk/maven-gpg-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-gpg-plugin/pom.xml?rev=1752002&r1=1752001&r2=1752002&view=diff
==============================================================================
--- maven/plugins/trunk/maven-gpg-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-gpg-plugin/pom.xml Sat Jul  9 12:09:16 2016
@@ -130,10 +130,6 @@ under the License.
               <groupId>org.apache.maven.plugins</groupId>
               <artifactId>maven-invoker-plugin</artifactId>
               <configuration>
-                <pomIncludes>
-                  <pomInclude>*/pom.xml</pomInclude>
-                  <pomInclude>sign-and-deploy*</pomInclude>
-                </pomIncludes>
                 <settingsFile>src/it/settings.xml</settingsFile>
                 <goals>
                   <goal>clean</goal>