diff options
author | Dan Timoney <dtimoney@att.com> | 2017-05-18 12:45:37 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2017-05-18 12:45:37 -0400 |
commit | 3688abbddf76769fc15c39e508b2260b9ad09354 (patch) | |
tree | d9925cfc078ad83caa53b227242d62072b224718 /pom.xml | |
parent | 8c851b2e342f8888c8ad1cdff47b0117f165e3b2 (diff) |
[BLACKDUCK] Fix blackduck config
Fix blackduck configuration so that BOM file can be generated via mvn install -P blackduck
Change-Id: I198bea81469d27a3920b0c93e429e015a1359206
Signed-off-by: Dan Timoney <dtimoney@att.com>
Former-commit-id: f6099aad0323f67fd3658c546059e37b0ba57064
Diffstat (limited to 'pom.xml')
-rwxr-xr-x | pom.xml | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -50,7 +50,6 @@ </property> </activation> <build> - <pluginManagement> <plugins> <plugin> <groupId>com.blackducksoftware.integration</groupId> @@ -73,7 +72,6 @@ </plugin> </plugins> - </pluginManagement> </build> |