diff options
author | Dan Timoney <dtimoney@att.com> | 2017-05-18 12:43:42 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2017-05-18 12:43:42 -0400 |
commit | 2b8dea361e2f33de91a68f703f1440b9a3ccc01c (patch) | |
tree | a04715575996d81541d39005cc98d30f483bffb6 /pom.xml | |
parent | 4a2ebce624de11b109668d25190975a22ae6bf22 (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>
Diffstat (limited to 'pom.xml')
-rwxr-xr-x | pom.xml | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -53,7 +53,6 @@ </property> </activation> <build> - <pluginManagement> <plugins> <plugin> <groupId>com.blackducksoftware.integration</groupId> @@ -76,7 +75,6 @@ </plugin> </plugins> - </pluginManagement> </build> |