Skip to content

Commit

Permalink
Fix 'prod' profile changed to 'release' in 2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vjrj committed Dec 11, 2021
1 parent 64a03f6 commit 2c5efc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ override_dh_auto_build:
ifeq ($(filter nobuildjar,$(DEB_BUILD_PROFILES)),)
# This allows to skip the maven jar build (for instance, if its builded by another jenkins job)
# for instance with debuild -us -uc -b --build-profiles=nobuildjar
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)
endif


Expand Down

0 comments on commit 2c5efc4

Please sign in to comment.