diff options
author | Carsten Lund <lund@research.att.com> | 2017-02-26 12:16:36 +0000 |
---|---|---|
committer | Carsten Lund <lund@research.att.com> | 2017-02-26 12:16:36 +0000 |
commit | 0ce26ac4ceb8be6fb30c079d9bc19695cdd28313 (patch) | |
tree | fca275e099cd6159b5c92f2491dac2c4aac4b0dc /ncomp-sirius-manager-agent-server | |
parent | a44e50f298505882bbd5a68f6341b5b0d3b6dad3 (diff) |
Fixes POMs for release job
Change-Id: I862d6b831ef95293543855a0bf4e8f012e0bf27b
Signed-off-by: Carsten Lund <lund@research.att.com>
Diffstat (limited to 'ncomp-sirius-manager-agent-server')
-rw-r--r-- | ncomp-sirius-manager-agent-server/pom.xml | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/ncomp-sirius-manager-agent-server/pom.xml b/ncomp-sirius-manager-agent-server/pom.xml index cd4de2a..80a0f07 100644 --- a/ncomp-sirius-manager-agent-server/pom.xml +++ b/ncomp-sirius-manager-agent-server/pom.xml @@ -11,42 +11,8 @@ </parent> - <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> |