summaryrefslogtreecommitdiffstats
path: root/blueprint-generator/pom.xml
diff options
context:
space:
mode:
authorms236b <ms236b@att.com>2019-05-06 15:08:57 -0400
committerms236b <ms236b@att.com>2019-05-06 15:09:37 -0400
commit69d07a42dff8b0ed5f8239ea71a775575e4ea2fb (patch)
treeb4210e7d51772e746813e4f5505f3442d924be58 /blueprint-generator/pom.xml
parent406ad8928f66e1ba3df51cb9d2e597e987c24a3c (diff)
Got rid of non needed stuff from pom
Got rid of the non neded stuff from pom for bp gen Issue-ID: DCAEGEN2-1125 Change-Id: I1564ffce6ceee413a5c5938b4b2297187f25e9ca Signed-off-by: ms236b <ms236b@att.com>
Diffstat (limited to 'blueprint-generator/pom.xml')
-rw-r--r--blueprint-generator/pom.xml40
1 files changed, 1 insertions, 39 deletions
diff --git a/blueprint-generator/pom.xml b/blueprint-generator/pom.xml
index 4d0253b..f3e94e0 100644
--- a/blueprint-generator/pom.xml
+++ b/blueprint-generator/pom.xml
@@ -44,35 +44,8 @@
</properties>
<build>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-compiler-plugin</artifactId>
- <configuration>
- <source>1.7</source>
- <target>1.7</target>
- </configuration>
- <version>2.0.2</version>
- </plugin>
+ <plugins>
<!-- the following plugins are invoked from oparent, we do not need them -->
- <plugin>
- <groupId>org.sonatype.plugins</groupId>
- <artifactId>nexus-staging-maven-plugin</artifactId>
- <version>1.6.7</version>
- <configuration>
- <skipNexusStagingDeployMojo>false</skipNexusStagingDeployMojo>
- <skip>false</skip>
- </configuration>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-deploy-plugin</artifactId>
- <!-- This version supports the "deployAtEnd" parameter -->
- <version>2.8</version>
- <configuration>
- <skip>true</skip>
- </configuration>
- </plugin>
<plugin>
<artifactId>maven-assembly-plugin</artifactId>
<version>2.4.1</version>
@@ -163,17 +136,6 @@
</plugins>
</reporting>
- <distributionManagement>
- <snapshotRepository>
- <id>ecomp-snapshots</id>
- <url>https://nexus.onap.org/content/repositories/snapshots/</url>
- </snapshotRepository>
- <repository>
- <id>ecomp-staging</id>
- <url>https://nexus.onap.org/content/groups/staging/</url>
- </repository>
- </distributionManagement>
-
<dependencies>
<dependency>