diff options
author | 2017-02-26 12:10:46 +0000 | |
---|---|---|
committer | 2017-02-26 12:12:29 +0000 | |
commit | 77adcf5144eb5c946d5d6bdb6765b12d286457ff (patch) | |
tree | 359cb9cfa7d565ce096ee8a5c3b0f3ef538b2804 /ncomp-cdap-adaptor/pom.xml | |
parent | b325c948f0e321fd97db652b4bdc2d7a7f2dcee6 (diff) |
Fixes POMs for release job
Change-Id: I0fa0baa7a04c05c9aa8474ace2a9d52bea2d0fb0
Signed-off-by: Carsten Lund <lund@research.att.com>
Diffstat (limited to 'ncomp-cdap-adaptor/pom.xml')
-rw-r--r-- | ncomp-cdap-adaptor/pom.xml | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/ncomp-cdap-adaptor/pom.xml b/ncomp-cdap-adaptor/pom.xml index ea48265..7f1c100 100644 --- a/ncomp-cdap-adaptor/pom.xml +++ b/ncomp-cdap-adaptor/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> |