commit | 864e5a87de8a76d8113b29655313bbe9a2c48d27 | [log] [tgz] |
---|---|---|
author | Matteo Scandolo <matteo.scandolo@gmail.com> | Thu Oct 31 10:27:17 2019 -0700 |
committer | Matteo Scandolo <matteo.scandolo@gmail.com> | Thu Oct 31 10:27:17 2019 -0700 |
tree | 77ab4277c697b30eb1ec9a94d09e7dac011810d7 | |
parent | b9b70dfa51d1a6e45eefd709f3e00717f1f71fec [diff] |
Using -Prelease in maven-target Change-Id: I417c69bb299a05c16d33d313f3f50161688ee5cd
diff --git a/jjb/maven.yaml b/jjb/maven.yaml index e9f95cb..06ad8ee 100644 --- a/jjb/maven.yaml +++ b/jjb/maven.yaml
@@ -124,4 +124,4 @@ pom: pom.xml settings: 'cord-apps-maven-settings' settings-type: cfp - goals: 'clean deploy' + goals: '-Prelease clean deploy'