diff options
-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> |