File tree 2 files changed +11
-0
lines changed
2 files changed +11
-0
lines changed Original file line number Diff line number Diff line change 10
10
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
11
11
<!-- Should be in sync with repositories.bzl -->
12
12
<googleapis .commit>44d6bef0ca6db8bba3fb324c8186e694bcc4829c</googleapis .commit>
13
+ <sonar .projectBaseDir>..</sonar .projectBaseDir>
14
+ <sonar .sources>../src/main/java,pom.xml</sonar .sources>
15
+ <sonar .working.directory>../target/sonar</sonar .working.directory>
13
16
</properties >
14
17
15
18
<dependencyManagement >
Original file line number Diff line number Diff line change 12
12
<module >gapic-generator-java</module >
13
13
</modules >
14
14
15
+ <properties >
16
+ <sonar .coverage.jacoco.xmlReportPaths>
17
+ ${project.basedir} /target/site/jacoco/jacoco.xml
18
+ </sonar .coverage.jacoco.xmlReportPaths>
19
+ <sonar .sources>pom.xml</sonar .sources>
20
+ <sonar .tests/>
21
+ </properties >
22
+
15
23
<!-- Do not deploy the aggregator POM -->
16
24
<build >
17
25
<plugins >
You can’t perform that action at this time.
0 commit comments