aboutsummaryrefslogtreecommitdiffstats
path: root/ncomp-maven-xcore
diff options
context:
space:
mode:
authorCarsten Lund <lund@research.att.com>2017-02-23 20:44:06 +0000
committerCarsten Lund <lund@research.att.com>2017-02-23 20:44:06 +0000
commitb1a94d26c4f09f6ba0f3f830b5f3c89b3f0f2e2c (patch)
tree26f5a4f99d9f0949111a6e7364d6013f8aea5d66 /ncomp-maven-xcore
parenta177df29f93e6bbda7f0b1a53cc6028dedfc629a (diff)
More staging fixed and removed blackduck.
Change-Id: Ief71b7973a5e600cf161728871cad6a082d66094 Signed-off-by: Carsten Lund <lund@research.att.com>
Diffstat (limited to 'ncomp-maven-xcore')
-rw-r--r--ncomp-maven-xcore/pom.xml36
1 files changed, 1 insertions, 35 deletions
diff --git a/ncomp-maven-xcore/pom.xml b/ncomp-maven-xcore/pom.xml
index 4835045..8fc7789 100644
--- a/ncomp-maven-xcore/pom.xml
+++ b/ncomp-maven-xcore/pom.xml
@@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.openecomp.ncomp.maven</groupId>
<artifactId>ncomp-maven-xcore</artifactId>
- <version>0.1.0-SNAPSHOT</version>
+ <version>0.1.0-SNAPSHOT</version>
<packaging>pom</packaging>
<properties>
@@ -18,20 +18,6 @@
</properties>
- <pluginRepositories>
- <!-- Black Duck plugin dependencies -->
- <pluginRepository>
- <id>JCenter</id>
- <name>JCenter Repository</name>
- <url>http://jcenter.bintray.com</url>
- </pluginRepository>
-
- <pluginRepository>
- <id>Restlet</id>
- <name>Restlet Repository</name>
- <url>http://maven.restlet.com</url>
- </pluginRepository>
- </pluginRepositories>
<build>
<sourceDirectory>src/main/xcore-gen</sourceDirectory>
<resources>
@@ -51,26 +37,6 @@
<stagingProfileId>${openecomp.nexus.staging.profileId}</stagingProfileId>
</configuration>
</plugin>
- <!-- blackduck maven plugin -->
- <plugin>
- <groupId>com.blackducksoftware.integration</groupId>
- <artifactId>hub-maven-plugin</artifactId>
- <version>1.4.0</version>
- <inherited>false</inherited>
- <configuration>
- <hubProjectName>${project.name}</hubProjectName>
- <outputDirectory>${project.basedir}</outputDirectory>
- </configuration>
- <executions>
- <execution>
- <id>create-bdio-file</id>
- <phase>package</phase>
- <goals>
- <goal>createHubOutput</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
<!-- site maven plugin -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>