From b82d14aab9adfba5ac343c940bb631250d7fc4db Mon Sep 17 00:00:00 2001 From: Alex Heneveld Date: Fri, 13 Dec 2019 19:01:41 +0000 Subject: [PATCH] tell maven to deploy to cloudsoft rather than sonatype needed for A4C. makes sense for brooklyn-tosca too. --- .mvn/maven.config | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .mvn/maven.config diff --git a/.mvn/maven.config b/.mvn/maven.config new file mode 100644 index 0000000..ef4d898 --- /dev/null +++ b/.mvn/maven.config @@ -0,0 +1,2 @@ +-DaltReleaseDeploymentRepository=cloudsoft-deploy-artifactory-release::default::http://artifactory.cloudsoftcorp.com/artifactory/libs-release-local/ +-DaltSnapshotDeploymentRepository=cloudsoft-deploy-artifactory-snapshot::default::http://artifactory.cloudsoftcorp.com/artifactory/libs-snapshot-local/