From: Timoney, Daniel (dt5972) Date: Tue, 21 Feb 2017 14:40:28 +0000 (-0500) Subject: [PROFILE] Add build profiles X-Git-Tag: v1.2.1~194 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=eaa55e31c466c7bdce5b05ced9597e6c301e5081;p=sdnc%2Foam.git [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 --- 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