diff options
author | Carsten Lund <lund@research.att.com> | 2017-02-26 12:20:03 +0000 |
---|---|---|
committer | Carsten Lund <lund@research.att.com> | 2017-02-26 12:20:03 +0000 |
commit | a85614ff134adf848c62050da67f1b5eadb72c3e (patch) | |
tree | 443483226f9625ece27673a5783e5606324621c8 /dcae-controller-service-vm/dcae-controller-service-common-vm/pom.xml | |
parent | 80077de3c2906fd713e725ed2a753d771f111b3b (diff) |
Fixes POMs for release job
Change-Id: I6412fa81302fcf24c9047ec6e69dac4ebd42f159
Signed-off-by: Carsten Lund <lund@research.att.com>
Diffstat (limited to 'dcae-controller-service-vm/dcae-controller-service-common-vm/pom.xml')
-rw-r--r-- | dcae-controller-service-vm/dcae-controller-service-common-vm/pom.xml | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/dcae-controller-service-vm/dcae-controller-service-common-vm/pom.xml b/dcae-controller-service-vm/dcae-controller-service-common-vm/pom.xml index 436eee2..06d6067 100644 --- a/dcae-controller-service-vm/dcae-controller-service-common-vm/pom.xml +++ b/dcae-controller-service-vm/dcae-controller-service-common-vm/pom.xml @@ -14,43 +14,9 @@ - <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> |