You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jclouds.apache.org by an...@apache.org on 2013/12/21 01:33:24 UTC

[2/4] git commit: Removing Sonatype POM configuration

Removing Sonatype POM configuration


Project: http://git-wip-us.apache.org/repos/asf/jclouds-chef/repo
Commit: http://git-wip-us.apache.org/repos/asf/jclouds-chef/commit/bd8032cb
Tree: http://git-wip-us.apache.org/repos/asf/jclouds-chef/tree/bd8032cb
Diff: http://git-wip-us.apache.org/repos/asf/jclouds-chef/diff/bd8032cb

Branch: refs/heads/update-pom
Commit: bd8032cb4993b5bb63424879b43011d97c8ea884
Parents: ef82667
Author: Andrew Phillips <an...@apache.org>
Authored: Fri Dec 20 19:31:49 2013 -0500
Committer: Andrew Phillips <an...@apache.org>
Committed: Fri Dec 20 19:31:49 2013 -0500

----------------------------------------------------------------------
 project/pom.xml | 31 -------------------------------
 1 file changed, 31 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/jclouds-chef/blob/bd8032cb/project/pom.xml
----------------------------------------------------------------------
diff --git a/project/pom.xml b/project/pom.xml
index eb663a2..a201855 100644
--- a/project/pom.xml
+++ b/project/pom.xml
@@ -68,16 +68,6 @@
       </snapshots>
     </repository>
     <repository>
-      <id>sonatype-nexus-snapshots</id>
-      <url>https://oss.sonatype.org/content/repositories/snapshots</url>
-      <releases>
-        <enabled>false</enabled>
-      </releases>
-      <snapshots>
-        <enabled>true</enabled>
-      </snapshots>
-    </repository>
-    <repository>
       <id>clojars</id>
       <url>http://clojars.org/repo/</url>
     </repository>
@@ -312,27 +302,6 @@
     </plugins>
   </build>
   <profiles>
-    <!-- modifies the plugin config inherited from oss-parent -->
-    <profile> 
-      <id>sonatype-release-profile-extension</id>
-      <activation>
-        <property> 
-          <name>performRelease</name> 
-          <value>true</value> 
-        </property>
-      </activation>            
-      <build> 
-        <plugins>
-          <plugin>
-            <artifactId>maven-gpg-plugin</artifactId> 
-            <configuration>
-              <executable>${gpg.command}</executable>
-              <passphrase>${gpg.passphrase}</passphrase>
-            </configuration>
-          </plugin> 
-        </plugins>
-      </build> 
-    </profile>   
     <profile>
       <id>live</id>
       <build>