We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0a29ba commit 6b22c1eCopy full SHA for 6b22c1e
scripts/Mend/wss-unified-agent.config
@@ -2,10 +2,11 @@
2
3
excludes=**/*sources.jar **/*javadoc.jar **/its/projects/** **/TestResults/**
4
resolveAllDependencies=False
5
+fileSystemScan=False
6
7
#Include Scanner CLI
-includes=build/**/*.jar
8
-fileSystemScan=True
+archiveIncludes=build/**/*.jar
9
+archiveExtractionDepth=5
10
11
maven.aggregateModules=True
12
maven.downloadMissingDependencies=False
0 commit comments