Repository: incubator-brooklyn Updated Branches: refs/heads/master 8c5dc9ddf -> 41b2805a8
Remove non-Apache repos Use altDeploymentRepository if alternative repos needed. brooklyn.deployTo remains only as a marker to activate source and gpg plugins during build. Project: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/commit/85bdd8dd Tree: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/tree/85bdd8dd Diff: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/diff/85bdd8dd Branch: refs/heads/master Commit: 85bdd8dd825fc7c564d6b69a05d66672397cc50c Parents: 7d6c77c Author: Svetoslav Neykov <[email protected]> Authored: Thu Jan 29 15:41:37 2015 +0200 Committer: Andrea Turli <[email protected]> Committed: Tue Feb 3 11:25:06 2015 +0100 ---------------------------------------------------------------------- pom.xml | 56 ++------------------------------------------------------ 1 file changed, 2 insertions(+), 54 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/85bdd8dd/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index ae91755..9f4d9df 100644 --- a/pom.xml +++ b/pom.xml @@ -43,7 +43,7 @@ brooklyn.explicitModules :: only builds explicit modules (instead of default modules) - brooklyn.deployTo={cloudsoftFilesystem,cloudsoftArtifactory,sonatype,apache} :: + brooklyn.deployTo={apache} :: :: required when deploying; specify the deployment target javadoc :: build javadoc (adds a minute or two; enabled automatically for target deploy) @@ -747,7 +747,7 @@ <configuration> <mavenExecutorId>forked-path</mavenExecutorId> <useReleaseProfile>false</useReleaseProfile> - <arguments>-Dbrooklyn.deployTo=sonatype</arguments> + <arguments>-Dbrooklyn.deployTo=apache</arguments> <goals>deploy</goals> </configuration> </plugin> @@ -1881,58 +1881,6 @@ </plugin> </plugins></build> </profile> - - <!-- different properties used to deploy to different locations depending on profiles; - default is cloudsoft filesystem repo, but some sources still use cloudsoft artifactory as source - (and soon we will support artifactory) --> - <profile> - <id>cloudsoft-filesystem-repo</id> - <activation> <property><name>brooklyn.deployTo</name><value>cloudsoftFilesystem</value></property> </activation> - <distributionManagement> - <repository> - <id>cloudsoft-deploy-cloudfront-origin-releases</id> - <name>Cloudsoft Release Filesystem repo (used as origin for cloudfront)</name> - <url>scpexe://[email protected]/var/www/developers/maven/releases/</url> - </repository> - <snapshotRepository> - <id>cloudsoft-deploy-cloudfront-origin-snapshots</id> - <name>Cloudsoft Snapshot Filesystem repo (used as origin for cloudfront)</name> - <url>scpexe://[email protected]/var/www/developers/maven/snapshots/</url> - </snapshotRepository> - </distributionManagement> - </profile> - <profile> - <id>cloudsoft-artifactory-repo</id> - <activation> <property><name>brooklyn.deployTo</name><value>cloudsoftArtifactory</value></property> </activation> - <distributionManagement> - <repository> - <id>cloudsoft-deploy-artifactory-release</id> - <name>Cloudsoft Artifactory libs-release-local repo</name> - <url>http://ccweb.cloudsoftcorp.com/maven/libs-release-local/</url> - </repository> - <snapshotRepository> - <id>cloudsoft-deploy-artifactory-snapshot</id> - <name>Cloudsoft Artifactory libs-snapshot-local repo</name> - <url>http://ccweb.cloudsoftcorp.com/maven/libs-snapshot-local/</url> - </snapshotRepository> - </distributionManagement> - </profile> - <profile> - <id>sonatype-nexus-repo</id> - <activation> <property><name>brooklyn.deployTo</name><value>sonatype</value></property> </activation> - <distributionManagement> - <repository> - <id>sonatype-nexus-staging</id> - <name>Nexus Release Repository</name> - <url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url> - </repository> - <snapshotRepository> - <id>sonatype-nexus-snapshots</id> - <name>Sonatype Nexus Snapshots</name> - <url>https://oss.sonatype.org/content/repositories/snapshots/</url> - </snapshotRepository> - </distributionManagement> - </profile> <profile> <id>apache-repo</id> <activation> <property><name>brooklyn.deployTo</name><value>apache</value></property> </activation>
