diff options
author | Dan Timoney <dtimoney@att.com> | 2017-05-18 12:40:06 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2017-05-18 12:40:06 -0400 |
commit | 42f04c1643ffdf62bad4aeeaca6e5a98280bb85e (patch) | |
tree | 23d0791a29ea7a05d702d0ff507aed0f7bab159e /pom.xml | |
parent | e0f2893f9d01bc107b1d31eb65c053a6aa7e406f (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>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -51,7 +51,6 @@ </property> </activation> <build> - <pluginManagement> <plugins> <plugin> <groupId>com.blackducksoftware.integration</groupId> @@ -74,7 +73,6 @@ </plugin> </plugins> - </pluginManagement> </build> |