File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
1111 <!-- Should be in sync with repositories.bzl -->
1212 <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>
1316 </properties >
1417
1518 <dependencyManagement >
Original file line number Diff line number Diff line change 1212 <module >gapic-generator-java</module >
1313 </modules >
1414
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+
1523 <!-- Do not deploy the aggregator POM -->
1624 <build >
1725 <plugins >
You can’t perform that action at this time.
0 commit comments