File tree Expand file tree Collapse file tree
google-cloud-dep-verification
google-cloud-errorreporting-consumer Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3737 </execution >
3838 </executions >
3939 </plugin >
40+ <plugin >
41+ <groupId >org.apache.maven.plugins</groupId >
42+ <artifactId >maven-deploy-plugin</artifactId >
43+ <version >2.7</version >
44+ <configuration >
45+ <skip >true</skip >
46+ </configuration >
47+ </plugin >
48+ <plugin >
49+ <groupId >org.apache.maven.plugins</groupId >
50+ <artifactId >maven-site-plugin</artifactId >
51+ <version >3.4</version >
52+ <configuration >
53+ <skip >true</skip >
54+ </configuration >
55+ </plugin >
4056 </plugins >
4157 </build >
4258</project >
Original file line number Diff line number Diff line change 3737 </execution >
3838 </executions >
3939 </plugin >
40+ <plugin >
41+ <groupId >org.apache.maven.plugins</groupId >
42+ <artifactId >maven-deploy-plugin</artifactId >
43+ <version >2.7</version >
44+ <configuration >
45+ <skip >true</skip >
46+ </configuration >
47+ </plugin >
48+ <plugin >
49+ <groupId >org.apache.maven.plugins</groupId >
50+ <artifactId >maven-site-plugin</artifactId >
51+ <version >3.4</version >
52+ <configuration >
53+ <skip >true</skip >
54+ </configuration >
55+ </plugin >
4056 </plugins >
4157 </build >
4258</project >
Original file line number Diff line number Diff line change 1414 <module >google-cloud-consumer</module >
1515 <module >google-cloud-errorreporting-consumer</module >
1616 </modules >
17+ <build >
18+ <plugins >
19+ <plugin >
20+ <groupId >org.apache.maven.plugins</groupId >
21+ <artifactId >maven-deploy-plugin</artifactId >
22+ <version >2.7</version >
23+ <configuration >
24+ <skip >true</skip >
25+ </configuration >
26+ </plugin >
27+ <plugin >
28+ <groupId >org.apache.maven.plugins</groupId >
29+ <artifactId >maven-site-plugin</artifactId >
30+ <version >3.4</version >
31+ <configuration >
32+ <skip >true</skip >
33+ </configuration >
34+ </plugin >
35+ </plugins >
36+ </build >
1737</project >
You can’t perform that action at this time.
0 commit comments