Skip to content

Commit 2c5efc4

Browse files
committed
Fix 'prod' profile changed to 'release' in 2.5.0
1 parent 64a03f6 commit 2c5efc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

debian/rules

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ override_dh_auto_build:
2525
ifeq ($(filter nobuildjar,$(DEB_BUILD_PROFILES)),)
2626
# This allows to skip the maven jar build (for instance, if its builded by another jenkins job)
2727
# 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)
28+
mvn -Dmaven.repo.local=$(M2_REPO) -P release install -DskipTests -Dmaven.buildNumber.revisionOnScmFailure=$(BUILDDATE)
2929
endif
3030

3131

0 commit comments

Comments
 (0)