Skip to content

Commit 1f14927

Browse files
authored
Merge pull request #54 from fosslight/develop
Add test scope in excludedScopes for maven plugin
2 parents 1008dcd + 56a72cc commit 1f14927

File tree

1 file changed

+3
-0
lines changed
  • src/fosslight_dependency/package_manager

1 file changed

+3
-0
lines changed

src/fosslight_dependency/package_manager/Maven.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,9 @@ def add_plugin_in_pom(self, pom_backup):
7878
</goals>\
7979
</execution>\
8080
</executions>\
81+
<configuration>\
82+
<excludedScopes>test</excludedScopes>\
83+
</configuration>\
8184
</plugin>'
8285

8386
tmp_plugin = bs(license_maven_plugin, xml)

0 commit comments

Comments
 (0)