Updated Branches: refs/heads/remove-unused-profile [created] ffd2f15d2
Removing pre-ASF release profile configuration Project: http://git-wip-us.apache.org/repos/asf/incubator-jclouds/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-jclouds/commit/ffd2f15d Tree: http://git-wip-us.apache.org/repos/asf/incubator-jclouds/tree/ffd2f15d Diff: http://git-wip-us.apache.org/repos/asf/incubator-jclouds/diff/ffd2f15d Branch: refs/heads/remove-unused-profile Commit: ffd2f15d2bc950d15e49601044263eb369b5c628 Parents: 29a5360 Author: Andrew Phillips <[email protected]> Authored: Mon Aug 5 08:45:55 2013 -0400 Committer: Andrew Phillips <[email protected]> Committed: Mon Aug 5 08:45:55 2013 -0400 ---------------------------------------------------------------------- project/pom.xml | 22 ---------------------- 1 file changed, 22 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-jclouds/blob/ffd2f15d/project/pom.xml ---------------------------------------------------------------------- diff --git a/project/pom.xml b/project/pom.xml index c77a8aa..42842bb 100644 --- a/project/pom.xml +++ b/project/pom.xml @@ -939,28 +939,6 @@ </plugin> </plugins> </build> - </profile> - <!-- 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> - <version>1.4</version> - <configuration> - <executable>${gpg.command}</executable> - <passphrase>${gpg.passphrase}</passphrase> - </configuration> - </plugin> - </plugins> - </build> </profile> <profile> <id>site</id>
