aboutsummaryrefslogtreecommitdiffstats
path: root/operation-utils
diff options
context:
space:
mode:
authorCarsten Lund <lund@research.att.com>2017-02-26 12:15:58 +0000
committerCarsten Lund <lund@research.att.com>2017-02-26 12:15:58 +0000
commitfcaf80abc680eacad15eb69025d543784a1860f7 (patch)
tree704f150161ed4ee34ee9fa8b352c9958576898f8 /operation-utils
parentaf2ff7568bcf1ecfd8a7fe604993523469fd4f4f (diff)
Fixes POMs for release job
Change-Id: Ife60d121a058e527667e43f7de09bda7bf337d4e Signed-off-by: Carsten Lund <lund@research.att.com>
Diffstat (limited to 'operation-utils')
-rw-r--r--operation-utils/pom.xml34
1 files changed, 0 insertions, 34 deletions
diff --git a/operation-utils/pom.xml b/operation-utils/pom.xml
index 7c4247b..d10639a 100644
--- a/operation-utils/pom.xml
+++ b/operation-utils/pom.xml
@@ -12,42 +12,8 @@
</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>
<plugins>
- <!-- 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>