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 2012/01/09 17:51:05 UTC

svn commit: r1229250 - /directory/studio/trunk/pom.xml

Author: pamarcelot
Date: Mon Jan  9 16:51:05 2012
New Revision: 1229250

URL: http://svn.apache.org/viewvc?rev=1229250&view=rev
Log:
Removed jar signing until we get a proper certificate (signing with a self-signed certificate is worthless).

Modified:
    directory/studio/trunk/pom.xml

Modified: directory/studio/trunk/pom.xml
URL: http://svn.apache.org/viewvc/directory/studio/trunk/pom.xml?rev=1229250&r1=1229249&r2=1229250&view=diff
==============================================================================
--- directory/studio/trunk/pom.xml (original)
+++ directory/studio/trunk/pom.xml Mon Jan  9 16:51:05 2012
@@ -96,12 +96,12 @@
       </properties>
     </profile>
     <!-- Release profile -->
-    <profile>
+    <!--<profile>
       <id>release</id>
        <build>
-         <plugins>
+         <plugins>-->
           <!-- Configuration for signature of the jars using the keystore -->
-          <plugin>
+          <!--<plugin>
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-jar-plugin</artifactId>
             <executions>
@@ -120,7 +120,7 @@
           </plugin>
         </plugins>
       </build>
-    </profile>
+    </profile>-->
     <!-- 
       Building repository module is enabled by default. Add 
       -P-libraries