You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-commits@db.apache.org by kr...@apache.org on 2012/06/27 07:22:52 UTC

svn commit: r1354327 - /db/derby/code/trunk/maven2/engine/pom.xml

Author: kristwaa
Date: Wed Jun 27 05:22:52 2012
New Revision: 1354327

URL: http://svn.apache.org/viewvc?rev=1354327&view=rev
Log:
Deleted block that has been commented out for a while.
Enabling the gpg plugin is done in the parent POM.

Modified:
    db/derby/code/trunk/maven2/engine/pom.xml

Modified: db/derby/code/trunk/maven2/engine/pom.xml
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/maven2/engine/pom.xml?rev=1354327&r1=1354326&r2=1354327&view=diff
==============================================================================
--- db/derby/code/trunk/maven2/engine/pom.xml (original)
+++ db/derby/code/trunk/maven2/engine/pom.xml Wed Jun 27 05:22:52 2012
@@ -54,23 +54,6 @@
                 </execution>
             </executions>
         </plugin>
-
-        <!-- 
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-gpg-plugin</artifactId>
-        <executions>
-          <execution>
-            <id>sign-artifacts</id>
-            <phase>verify</phase>
-            <goals>
-              <goal>sign</goal>
-            </goals>
-          </execution>
-        </executions>
-      </plugin>
-      -->
-
     </plugins>
   </build>