We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea25656 commit f075ea6Copy full SHA for f075ea6
2 files changed
.github/workflows/do-release.yml
@@ -58,7 +58,7 @@ jobs:
58
NEXT_VERSION=${{ github.event.inputs.next-snapshot-version }}-SNAPSHOT
59
TAG=JSignPdf_${VERSION//\./_}
60
set -x
61
- mvn clean install
+ mvn --batch-mode clean install
62
mvn -P release --batch-mode "-Dtag=${TAG}" release:prepare \
63
"-DreleaseVersion=${VERSION}" \
64
"-DdevelopmentVersion=${NEXT_VERSION}"
distribution/linux/flatpak/generate-dependencies.sh
@@ -62,7 +62,7 @@ echo "==> Running Maven to download dependencies"
cd "\$BUILD_DIR"
rm -rf "\$M2_DIR"
mkdir -p "\$M2_DIR"
65
-mvn clean install \
+mvn --batch-mode clean install \
66
-Dmaven.repo.local="\$M2_DIR" \
67
-DskipTests \
68
-Dmaven.javadoc.skip=true \
0 commit comments