diff options
author | 2017-02-26 12:19:14 +0000 | |
---|---|---|
committer | 2017-02-26 12:19:14 +0000 | |
commit | 7203b0d42a26942e2df12e5d9c5083bd0dc05db9 (patch) | |
tree | c42568179905e48209ad7a2bb106fc863c6fa750 /ncomp-core-model | |
parent | 74131df9ba16e63e894c1d64796c8d2b2dc420a1 (diff) |
Fixes POMs for release job
Change-Id: Id3ea02e47147973153c1e024341fb1f29351089a
Signed-off-by: Carsten Lund <lund@research.att.com>
Diffstat (limited to 'ncomp-core-model')
-rw-r--r-- | ncomp-core-model/pom.xml | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/ncomp-core-model/pom.xml b/ncomp-core-model/pom.xml index fe50f1e..0319c78 100644 --- a/ncomp-core-model/pom.xml +++ b/ncomp-core-model/pom.xml @@ -15,43 +15,9 @@ </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> <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> |