Skip to content
This repository has been archived by the owner on Jan 25, 2022. It is now read-only.

Commit

Permalink
changed local maven repo for build to force signed content to be pull…
Browse files Browse the repository at this point in the history
…ed in
  • Loading branch information
martinlippert committed Feb 14, 2013
1 parent 964d5a6 commit 051015e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/build.sh
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ ulimit -a
ARGS="" ARGS=""
if [ "$BAMBOO" == "1" ] if [ "$BAMBOO" == "1" ]
then then
ARGS="-Dmaven.repo.local=/opt/bamboo-home/.m2/repository-cloudfoundry -Dhttpclient.retry-max=20 -Dtycho.localArtifacts=ignore" ARGS="-Dmaven.repo.local=/opt/bamboo-home/.m2/repository-cloudfoundry-signed -Dhttpclient.retry-max=20 -Dtycho.localArtifacts=ignore"


if [ "$JAVA_5" == "1" ] if [ "$JAVA_5" == "1" ]
then then
Expand Down

0 comments on commit 051015e

Please sign in to comment.