aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2017-05-18 12:40:06 -0400
committerDan Timoney <dtimoney@att.com>2017-05-18 12:40:06 -0400
commit42f04c1643ffdf62bad4aeeaca6e5a98280bb85e (patch)
tree23d0791a29ea7a05d702d0ff507aed0f7bab159e
parente0f2893f9d01bc107b1d31eb65c053a6aa7e406f (diff)
[BLACKDUCK] Fix blackduck config
Fix blackduck configuration so that BOM file can be generated via mvn install -P blackduck Change-Id: Ia59ca1d94aedfa849a3784d9063c4243798f0a2b Signed-off-by: Dan Timoney <dtimoney@att.com>
-rw-r--r--pom.xml2
1 files changed, 0 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 226eb51f..294118b3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -51,7 +51,6 @@
</property>
</activation>
<build>
- <pluginManagement>
<plugins>
<plugin>
<groupId>com.blackducksoftware.integration</groupId>
@@ -74,7 +73,6 @@
</plugin>
</plugins>
- </pluginManagement>
</build>