Skip to content

Commit

Permalink
Update prep.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
jglick authored Oct 4, 2019
1 parent 296b8b1 commit 826e783
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prep.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ done
# TODO find a way to encode this in some POM so that it can be managed by Dependabot
version=0.3.0
pct=$HOME/.m2/repository/org/jenkins-ci/tests/plugins-compat-tester-cli/${version}/plugins-compat-tester-cli-${version}.jar
[ -f $pct ] || $MVN dependency:get -Dartifact=org.jenkins-ci.tests:plugins-compat-tester-cli:${version}-${timestamp}:jar -DremoteRepositories=https://repo.jenkins-ci.org/public/ -Dtransitive=false
[ -f $pct ] || $MVN dependency:get -Dartifact=org.jenkins-ci.tests:plugins-compat-tester-cli:${version}:jar -DremoteRepositories=https://repo.jenkins-ci.org/public/ -Dtransitive=false
cp $pct target/pct.jar

# produces: target/{megawar-*.war,pct.jar,plugins.txt,lines.txt}

0 comments on commit 826e783

Please sign in to comment.