You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by fe...@apache.org on 2008/03/18 11:05:17 UTC

svn commit: r638297 - /directory/studio/trunk/studio-plugin/pom.xml

Author: felixk
Date: Tue Mar 18 03:05:13 2008
New Revision: 638297

URL: http://svn.apache.org/viewvc?rev=638297&view=rev
Log:
Disable pgp-plugin on build process

Modified:
    directory/studio/trunk/studio-plugin/pom.xml

Modified: directory/studio/trunk/studio-plugin/pom.xml
URL: http://svn.apache.org/viewvc/directory/studio/trunk/studio-plugin/pom.xml?rev=638297&r1=638296&r2=638297&view=diff
==============================================================================
--- directory/studio/trunk/studio-plugin/pom.xml (original)
+++ directory/studio/trunk/studio-plugin/pom.xml Tue Mar 18 03:05:13 2008
@@ -98,11 +98,13 @@
         <artifactId>maven-surefire-plugin</artifactId>
         <version>2.3</version>
       </plugin>
+      <!--
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-gpg-plugin</artifactId>
         <version>1.0-alpha-5-SNAPSHOT</version>
       </plugin>
+      -->
     </plugins>
   </build>