diff options
author | Gary Wu <gary.i.wu@huawei.com> | 2018-06-07 17:20:53 -0700 |
---|---|---|
committer | Gary Wu <gary.i.wu@huawei.com> | 2018-06-07 17:22:11 -0700 |
commit | 03e8d7b1449fcec79cda9c8d562c360e133c94cd (patch) | |
tree | e4ba444a55d028e1113183c800286341ed7eac9a | |
parent | c6251f1bc702c44a6f0ba0d1c4bf2aaa00f3acef (diff) |
No longer upload boot scripts to raw repo
Change-Id: I9b1fdbb6c76310f36ecc8b4966f87b6312491f22
Issue-ID: INT-506
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
-rw-r--r-- | .gitreview | 1 | ||||
-rwxr-xr-x | pom.xml | 18 |
2 files changed, 1 insertions, 18 deletions
@@ -2,3 +2,4 @@ host=gerrit.onap.org port=29418 project=demo.git +defaultbranch=beijing @@ -82,24 +82,6 @@ </plugin> <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>exec-maven-plugin</artifactId> - <version>1.1.1</version> - <executions> - <execution> - <id>upload-boot-scripts</id> - <phase>deploy</phase> - <goals> - <goal>exec</goal> - </goals> - </execution> - </executions> - <configuration> - <executable>scripts/deploy.sh</executable> - </configuration> - </plugin> - - <plugin> <groupId>org.sonatype.plugins</groupId> <artifactId>nexus-staging-maven-plugin</artifactId> <version>1.6.7</version> |