You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by mi...@apache.org on 2014/12/08 22:00:02 UTC

svn commit: r1643916 - /maven/plugins/trunk/maven-project-info-reports-plugin/pom.xml

Author: michaelo
Date: Mon Dec  8 21:00:01 2014
New Revision: 1643916

URL: http://svn.apache.org/r1643916
Log:
Accidentially removed plugin

Modified:
    maven/plugins/trunk/maven-project-info-reports-plugin/pom.xml

Modified: maven/plugins/trunk/maven-project-info-reports-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-project-info-reports-plugin/pom.xml?rev=1643916&r1=1643915&r2=1643916&view=diff
==============================================================================
--- maven/plugins/trunk/maven-project-info-reports-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-project-info-reports-plugin/pom.xml Mon Dec  8 21:00:01 2014
@@ -439,7 +439,7 @@ under the License.
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-jarsigner-plugin</artifactId>
-<!--        <executions>
+        <executions>
           <execution>
             <id>sign</id>
             <goals>
@@ -452,7 +452,7 @@ under the License.
               <goal>verify</goal>
             </goals>
           </execution>
-        </executions>-->
+        </executions>
       </plugin>
       <plugin>
         <groupId>org.codehaus.mojo</groupId>