Skip to content

Commit

Permalink
Had no effect since action.yaml had the default
Browse files Browse the repository at this point in the history
  • Loading branch information
nutjob4life committed Apr 16, 2024
1 parent 00befcd commit 2ba10e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pds/roundup/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def _parseArgs():
group.add_argument('--maven-build-phases', help='👷‍ Build (%(default)s)', default='compile')
group.add_argument(
'--maven-stable-artifact-phases',
help='😌 Stable artifacts (%(default)s)', default='clean,deploy'
help='😌 Stable artifacts (%(default)s)', default='clean,package,site,deploy'
)
group.add_argument(
'--maven-unstable-artifact-phases',
Expand Down

0 comments on commit 2ba10e0

Please sign in to comment.