Repository: jclouds-karaf Updated Branches: refs/heads/do-fix-2 [created] 0b4338e04
Adding maven.test.repo as an overridable property Project: http://git-wip-us.apache.org/repos/asf/jclouds-karaf/repo Commit: http://git-wip-us.apache.org/repos/asf/jclouds-karaf/commit/0b4338e0 Tree: http://git-wip-us.apache.org/repos/asf/jclouds-karaf/tree/0b4338e0 Diff: http://git-wip-us.apache.org/repos/asf/jclouds-karaf/diff/0b4338e0 Branch: refs/heads/do-fix-2 Commit: 0b4338e040b6267cc0556743f0d02dc968d0a2c0 Parents: 64ba6e3 Author: Andrew Phillips <[email protected]> Authored: Sat Mar 15 15:13:12 2014 -0700 Committer: Andrew Phillips <[email protected]> Committed: Sat Mar 15 15:13:12 2014 -0700 ---------------------------------------------------------------------- itests/pom.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/jclouds-karaf/blob/0b4338e0/itests/pom.xml ---------------------------------------------------------------------- diff --git a/itests/pom.xml b/itests/pom.xml index 5393fc8..dd74c31 100644 --- a/itests/pom.xml +++ b/itests/pom.xml @@ -31,6 +31,7 @@ limitations under the License. <properties> <camel.version>2.9.0</camel.version> + <maven.test.repo>${maven.repo.local}</maven.test.repo> </properties> <dependencies> @@ -176,7 +177,7 @@ limitations under the License. </excludes> <systemPropertyVariables> <!-- Private Maven Repo --> - <maven.repo.local>${maven.repo.local}</maven.repo.local> + <maven.repo.local>${maven.test.repo}</maven.repo.local> <!-- EC2 Live Variables --> <jclouds.aws.identity>${jclouds.aws.identity}</jclouds.aws.identity> <jclouds.aws.credential>${jclouds.aws.credential}</jclouds.aws.credential>
