Repository: jclouds-karaf Updated Branches: refs/heads/do17x 664f3bc33 -> 756b0dde5
Added Maven repo 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/756b0dde Tree: http://git-wip-us.apache.org/repos/asf/jclouds-karaf/tree/756b0dde Diff: http://git-wip-us.apache.org/repos/asf/jclouds-karaf/diff/756b0dde Branch: refs/heads/do17x Commit: 756b0dde5e78be5528c53df2f5dd89530fd2140e Parents: 664f3bc Author: Ignasi Barrera <[email protected]> Authored: Mon Mar 17 14:39:30 2014 +0100 Committer: Ignasi Barrera <[email protected]> Committed: Mon Mar 17 14:39:30 2014 +0100 ---------------------------------------------------------------------- itests/pom.xml | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/jclouds-karaf/blob/756b0dde/itests/pom.xml ---------------------------------------------------------------------- diff --git a/itests/pom.xml b/itests/pom.xml index 91548b6..72f3712 100644 --- a/itests/pom.xml +++ b/itests/pom.xml @@ -170,6 +170,8 @@ limitations under the License. <exclude>**/special/*Test.*</exclude> </excludes> <systemPropertyVariables> + <!-- Private Maven Repo --> + <maven.repo.local>${maven.repo.local}</maven.repo.local> <!-- EC2 Live Variables --> <jclouds.aws.identity>${jclouds.aws.identity}</jclouds.aws.identity> <jclouds.aws.credential>${jclouds.aws.credential}</jclouds.aws.credential>
