Skip to content

Commit

Permalink
Use a released version of maven-hpi-plugin
Browse files Browse the repository at this point in the history
This is using an rc coming from
jenkinsci/maven-hpi-plugin#464 which fails
locally when there are no github credentials.

If jenkinsci#464 is really needed it should be released (probably behind a flag).
  • Loading branch information
amuniz committed May 15, 2024
1 parent 92207fa commit a25bab9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion prep.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ for LINE in $LINEZ; do
${PROFILE:-} \
-DoverrideWar="../target/megawar-${LINE}.war" \
-DuseUpperBounds \
-Dhpi-plugin.version=3.42-rc1409.669de6d1a_866 \
-DcommitHashes=target/commit-hashes.txt
mv sample-plugin/target/commit-hashes.txt "target/commit-hashes-${LINE}.txt"
fi
Expand Down

0 comments on commit a25bab9

Please sign in to comment.