summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortalasila <talasila@research.att.com>2017-02-10 15:35:43 -0500
committertalasila <talasila@research.att.com>2017-02-10 15:35:58 -0500
commit1079c5642409863e7639d0eaebae7e2babd1b190 (patch)
tree5c79d63fd8f61b5d21257035fbed5d405d6f5bee
parent4873e4dae4615129bb802c71f79fdce21fb15f89 (diff)
removed blackduck plugin
Change-Id: I5f71c7066937b4a4bdb1fd3385df00bb7e811de3 Signed-off-by: talasila <talasila@research.att.com>
-rw-r--r--ecomp-sdk/pom.xml33
1 files changed, 0 insertions, 33 deletions
diff --git a/ecomp-sdk/pom.xml b/ecomp-sdk/pom.xml
index 5ce94e89..f1f43fc0 100644
--- a/ecomp-sdk/pom.xml
+++ b/ecomp-sdk/pom.xml
@@ -98,25 +98,6 @@
<build>
<plugins>
- <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>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>sonar-maven-plugin</artifactId>
@@ -231,18 +212,4 @@
<url>dav:https://ecomp-nexus:8443/repository/portalsdk-javadoc/${version}</url>
</site>
</distributionManagement>
- <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>
</project>