From eaa55e31c466c7bdce5b05ced9597e6c301e5081 Mon Sep 17 00:00:00 2001 From: "Timoney, Daniel (dt5972)" Date: Tue, 21 Feb 2017 09:40:28 -0500 Subject: [PROFILE] Add build profiles Define build profiles to enable/disable blackduck and staging Change-Id: If6baee97316011cb49b23b081d8120ed832866a4 Signed-off-by: Timoney, Daniel (dt5972) Former-commit-id: 4d2aecb1d6d0b6fa84bef709b142c0d70b514044 --- pom.xml | 110 +++++++++++++++++++++++++++++++++++++++++----------------------- 1 file changed, 70 insertions(+), 40 deletions(-) diff --git a/pom.xml b/pom.xml index f0e3120c..30dbc4dc 100755 --- a/pom.xml +++ b/pom.xml @@ -41,41 +41,79 @@ dav:https://${openecomp.nexus.host}:${openecomp.nexus.port}/repository/sdn-c-javadoc/${project.artifactId}/${project.version} + + + blackduck + + + blackduck-scan + + + + + + + com.blackducksoftware.integration + hub-maven-plugin + 1.4.0 + false + + ${project.name} + ${project.basedir} + + + + create-bdio-file + package + + createHubOutput + + + + + + + + + + + + + staging + + + !no-staging + + + + + + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.6.7 + true + + https://${openecomp.nexus.host} + ${openecomp.nexus.staging.profile-id} + ${openecomp.nexus.staging.server-id} + + + + + + + + docker + + installation + + + + - - - org.sonatype.plugins - nexus-staging-maven-plugin - 1.6.7 - true - - https://nexus.openecomp.org - 176c31dfe190a - ecomp-staging - - org.apache.maven.plugins maven-surefire-plugin @@ -92,14 +130,6 @@ platform-logic - - - docker - - installation - - - AT&T -- cgit 1.2.3-korg