CircleCI-Public / maven-orb

Simplify common tasks for building and testing Java projects using Maven on CircleCI.
https://circleci.com/orbs/registry/orb/circleci/maven
MIT License
6 stars 11 forks source link

Fix invalid default used for settings_file parameter [semver:patch] #5

Closed lokst closed 4 years ago

lokst commented 4 years ago

As per https://github.com/CircleCI-Public/maven-orb/issues/3 , currently the default value used for --settings is an invalid one, leading to a warning whenever the command is run.

This fix resolves the warning by only passing in the --settings option when a non-blank value is set for the settings_file parameter.

cpe-bot commented 4 years ago

BotComment: Production version of orb available for use - circleci/maven@1.0.1