aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2017-05-18 12:43:42 -0400
committerDan Timoney <dtimoney@att.com>2017-05-18 12:43:42 -0400
commit2b8dea361e2f33de91a68f703f1440b9a3ccc01c (patch)
treea04715575996d81541d39005cc98d30f483bffb6
parent4a2ebce624de11b109668d25190975a22ae6bf22 (diff)
[BLACKDUCK] Fix blackduck config
Fix blackduck configuration so that BOM file can be generated via mvn install -P blackduck Change-Id: I01616d4a37bf32a90449b719155184447a4d7bc6 Signed-off-by: Dan Timoney <dtimoney@att.com>
-rwxr-xr-xpom.xml2
1 files changed, 0 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 7ef8811..1222ca0 100755
--- a/pom.xml
+++ b/pom.xml
@@ -53,7 +53,6 @@
</property>
</activation>
<build>
- <pluginManagement>
<plugins>
<plugin>
<groupId>com.blackducksoftware.integration</groupId>
@@ -76,7 +75,6 @@
</plugin>
</plugins>
- </pluginManagement>
</build>