File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2222 paths :
2323 - ~/.m2
2424 key : exomiser-{{ arch }}-{{ checksum "pom.xml" }}
25- - run : ./mvnw sonar:sonar -Dsonar.token=$SONAR_TOKEN
25+ - run : ./mvnw sonar:sonar -Dsonar.token=$SONAR_TOKEN \
26+ -Dsonar.host.url=https://sonarcloud.io \
27+ -Dsonar.organization=exomiser \
28+ -Dsonar.projectKey=org.monarchinitiative.exomiser:exomiser
2629 # Save junit xml
2730 - run : mkdir -p $CIRCLE_TEST_REPORTS/junit/
2831 - run : find . -type f -regex ".*/target/surefire-reports/.*xml" -exec cp {} $CIRCLE_TEST_REPORTS/ \;
Original file line number Diff line number Diff line change 9292 <project .organization>The Monarch Initiative</project .organization>
9393 <sonar .host.url>https://sonarcloud.io</sonar .host.url>
9494 <sonar .organization>exomiser</sonar .organization>
95+ <sonar .projectKey>org.monarchinitiative.exomiser:exomiser</sonar .projectKey>
9596 <sonar .language>java</sonar .language>
9697 <jannovar .version>0.41</jannovar .version>
9798 <svart .version>2.0.0-RC7</svart .version>
310311 <plugin >
311312 <groupId >org.sonarsource.scanner.maven</groupId >
312313 <artifactId >sonar-maven-plugin</artifactId >
313- <version >3.7 .0.1746 </version >
314+ <version >5.5 .0.6356 </version >
314315 </plugin >
315316 <plugin >
316317 <groupId >org.jacoco</groupId >
You can’t perform that action at this time.
0 commit comments