Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
do not run the 'deploy' maven goal twice in release builds (#972)
The current release build in TC runs `mvn clean install deploy -Prelease` which triggers deployment twice. This change removes the 'deploy' goal from the 'release' profile so that deployment happens only once.
- Loading branch information