No longer upload boot scripts to raw repo 03/51003/1
authorGary Wu <gary.i.wu@huawei.com>
Fri, 8 Jun 2018 00:20:53 +0000 (17:20 -0700)
committerGary Wu <gary.i.wu@huawei.com>
Fri, 8 Jun 2018 00:22:11 +0000 (17:22 -0700)
Change-Id: I9b1fdbb6c76310f36ecc8b4966f87b6312491f22
Issue-ID: INT-506
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
.gitreview
pom.xml

index c17f50d..da05c9d 100644 (file)
@@ -2,3 +2,4 @@
 host=gerrit.onap.org
 port=29418
 project=demo.git
+defaultbranch=beijing
diff --git a/pom.xml b/pom.xml
index cafebb5..a87511e 100755 (executable)
--- a/pom.xml
+++ b/pom.xml
         </configuration>
       </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>