We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9108cc commit 04b740fCopy full SHA for 04b740f
1 file changed
incremental-deploy.sh
@@ -38,7 +38,7 @@ do
38
git diff --quiet "$commit".. -- "$dir" || {
39
jar_poms="$jar_poms $pom" &&
40
echo "Deploying $dir" &&
41
- mvn -N -f "$pom" deploy
+ mvn -N -f "$pom" -DupdateReleaseInfo=true deploy
42
}
43
;;
44
esac
@@ -50,7 +50,7 @@ do
50
case "$jar_poms" in
51
*" ${pom%pom.xml}"*)
52
echo "Deploying aggregate $pom" &&
53
54
55
56
done
0 commit comments