Skip to content

Commit d260adb

Browse files
authored
Merge pull request travis-ci#2928 from saintmalik/patch-5
Fix broken url in docs
2 parents 66f118e + d171c56 commit d260adb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

user/sonarcloud.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ script:
6767

6868
Please take a look at the [live Maven-based example project](https://github.com/SonarSource/sq-com_example_java-maven-travis) to know more about this use case.
6969

70-
Without POM update, or if you are [Testing Against Multiple JDKs](languages/java/#testing-against-multiple-jdks) (SonarCloud analysis should be executed only once), or need multiple steps Maven commands ; execute [JaCoCo XML report generation](https://www.eclemma.org/jacoco/trunk/doc/report-mojo.html) at end of your main build. Script section would be like:
70+
Without POM update, or if you are [Testing Against Multiple JDKs](/user/languages/java/#testing-against-multiple-jdks) (SonarCloud analysis should be executed only once), or need multiple steps Maven commands ; execute [JaCoCo XML report generation](https://www.eclemma.org/jacoco/trunk/doc/report-mojo.html) at end of your main build. Script section would be like:
7171

7272
```yaml
7373
script:

0 commit comments

Comments
 (0)