File tree Expand file tree Collapse file tree 2 files changed +10
-19
lines changed
Expand file tree Collapse file tree 2 files changed +10
-19
lines changed Original file line number Diff line number Diff line change 6262 <artifactId >maven-site-plugin</artifactId >
6363 <version >3.0</version >
6464 <configuration >
65- <reportPlugins >
66- <plugin >
67- <groupId >org.scala-tools</groupId >
68- <artifactId >maven-scala-plugin</artifactId >
69- <version >2.15.2</version >
70- </plugin >
71- <plugin >
72- <groupId >org.apache.maven.plugins</groupId >
73- <artifactId >maven-changes-plugin</artifactId >
74- <version >2.7.1</version >
75- <reportSets >
76- <reportSet >
77- <reports >
78- <report >changes-report</report >
79- </reports >
80- </reportSet >
81- </reportSets >
82- </plugin >
83- </reportPlugins >
65+ <skip >true</skip >
66+ <skipDeploy >true</skipDeploy >
8467 </configuration >
8568 </plugin >
8669 </plugins >
Original file line number Diff line number Diff line change 7373 <arguments >-Prelease,bundle,gupload</arguments >
7474 </configuration >
7575 </plugin >
76+ <plugin >
77+ <groupId >org.apache.maven.plugins</groupId >
78+ <artifactId >maven-site-plugin</artifactId >
79+ <configuration >
80+ <skip >true</skip >
81+ <skipDeploy >true</skipDeploy >
82+ </configuration >
83+ </plugin >
7684 </plugins >
7785
7886 <pluginManagement >
You can’t perform that action at this time.
0 commit comments