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/11 09:05:48 UTC

[2/2] git commit: Removing Sonatype extension profile

Removing Sonatype extension profile

We're now at ASF, after all ;-)


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

Branch: refs/heads/remove-sonatype-ext
Commit: f4a11ad5bce56b06563e4645a45213b962ec6dbc
Parents: e25f6c4
Author: Andrew Phillips <an...@apache.org>
Authored: Wed Dec 11 09:05:04 2013 +0100
Committer: Andrew Phillips <an...@apache.org>
Committed: Wed Dec 11 09:05:04 2013 +0100

----------------------------------------------------------------------
 pom.xml | 24 ------------------------
 1 file changed, 24 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/jclouds-karaf/blob/f4a11ad5/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index de23bf7..458c999 100644
--- a/pom.xml
+++ b/pom.xml
@@ -586,28 +586,4 @@ limitations under the License.
     </repository>
   </repositories>
 
-  <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>
-  </profiles>
-
 </project>