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 <[email protected]> Authored: Wed Dec 11 09:05:04 2013 +0100 Committer: Andrew Phillips <[email protected]> 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>
