File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ enableImpactAnalysis =True
2+ resolveAllDependencies =False
3+ fileSystemScan =False
4+ maven.resolveDependencies =True
5+ maven.aggregateModules =True
6+ maven.downloadMissingDependencies =False
7+ maven.m2RepositoryPath =/tmp/cirrus-ci-build/.m2/repository
Original file line number Diff line number Diff line change @@ -35,7 +35,12 @@ scan() {
3535 export WS_PRODUCTNAME=$( maven_expression " project.name" )
3636 export WS_PROJECTNAME=" ${WS_PRODUCTNAME} ${PROJECT_VERSION% .* } "
3737 echo " ${WS_PRODUCTNAME} - ${WS_PROJECTNAME} "
38- java -jar wss-unified-agent.jar
38+ local jar_path=" ${CIRRUS_WORKING_DIR} /sonar-java-plugin/target/sonar-java-plugin-7.1.0-SNAPSHOT.jar"
39+ echo " ${CIRRUS_WORKING_DIR} "
40+ ls
41+ echo " ${jar_path} "
42+ mvn clean install
43+ java -jar wss-unified-agent.jar -c whitesource.properties -appPath " ${jar_path} " -d " ${CIRRUS_WORKING_DIR} "
3944}
4045
4146get_ws_agent
You can’t perform that action at this time.
0 commit comments