We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64a03f6 commit 2c5efc4Copy full SHA for 2c5efc4
debian/rules
@@ -25,7 +25,7 @@ override_dh_auto_build:
25
ifeq ($(filter nobuildjar,$(DEB_BUILD_PROFILES)),)
26
# This allows to skip the maven jar build (for instance, if its builded by another jenkins job)
27
# for instance with debuild -us -uc -b --build-profiles=nobuildjar
28
- mvn -Dmaven.repo.local=$(M2_REPO) -P prod install -DskipTests -Dmaven.buildNumber.revisionOnScmFailure=$(BUILDDATE)
+ mvn -Dmaven.repo.local=$(M2_REPO) -P release install -DskipTests -Dmaven.buildNumber.revisionOnScmFailure=$(BUILDDATE)
29
endif
30
31
0 commit comments