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

svn commit: r633163 - /directory/studio/branches/1.1.0/pom.xml

Author: pamarcelot
Date: Mon Mar  3 08:32:02 2008
New Revision: 633163

URL: http://svn.apache.org/viewvc?rev=633163&view=rev
Log:
Revert previous commit.

Modified:
    directory/studio/branches/1.1.0/pom.xml

Modified: directory/studio/branches/1.1.0/pom.xml
URL: http://svn.apache.org/viewvc/directory/studio/branches/1.1.0/pom.xml?rev=633163&r1=633162&r2=633163&view=diff
==============================================================================
--- directory/studio/branches/1.1.0/pom.xml (original)
+++ directory/studio/branches/1.1.0/pom.xml Mon Mar  3 08:32:02 2008
@@ -1843,24 +1843,7 @@
   </contributors>
 
   <build>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-jar-plugin</artifactId>
-        <executions>
-          <execution>
-            <goals>
-              <goal>sign</goal>
-            </goals>
-          </execution>
-        </executions>
-        <configuration>
-          <keystore>/Users/pajbam/keystore</keystore>
-          <alias>studio</alias>
-          <storepass>secret</storepass>
-          <verify>true</verify>
-        </configuration>
-      </plugin>      
+    <plugins>      
       <plugin>
         <groupId>org.apache.directory.studio</groupId>
         <artifactId>maven-studio-plugin</artifactId>