File tree Expand file tree Collapse file tree 8 files changed +14
-66
lines changed
Expand file tree Collapse file tree 8 files changed +14
-66
lines changed Original file line number Diff line number Diff line change 8989 <path >${project.artifactId} </path >
9090 <merge >true</merge >
9191 </configuration >
92- <executions >
93- <execution >
94- <goals >
95- <goal >site</goal >
96- </goals >
97- <phase >site</phase >
98- </execution >
99- </executions >
10092 </plugin >
10193 </plugins >
10294 </build >
Original file line number Diff line number Diff line change 7474 <path >${project.artifactId} </path >
7575 <merge >true</merge >
7676 </configuration >
77- <executions >
78- <execution >
79- <goals >
80- <goal >site</goal >
81- </goals >
82- <phase >site</phase >
83- </execution >
84- </executions >
8577 </plugin >
8678 </plugins >
8779 </build >
Original file line number Diff line number Diff line change 109109 <path >${project.artifactId} </path >
110110 <merge >true</merge >
111111 </configuration >
112- <executions >
113- <execution >
114- <goals >
115- <goal >site</goal >
116- </goals >
117- <phase >site</phase >
118- </execution >
119- </executions >
120112 </plugin >
121113 </plugins >
122114 </build >
Original file line number Diff line number Diff line change 180180 <plugin >
181181 <groupId >com.github.github</groupId >
182182 <artifactId >site-maven-plugin</artifactId >
183- <version >0.9</version >
183+ <version >0.10-SNAPSHOT</version >
184+ <executions >
185+ <execution >
186+ <id >github-site-deploy</id >
187+ <goals >
188+ <goal >site</goal >
189+ </goals >
190+ <phase >site</phase >
191+ </execution >
192+ </executions >
184193 </plugin >
185194 <plugin >
186195 <groupId >org.codehaus.mojo</groupId >
206215 <groupId >org.apache.maven.plugins</groupId >
207216 <artifactId >maven-release-plugin</artifactId >
208217 <version >2.5</version >
218+ <configuration >
219+ <autoVersionSubmodules >true</autoVersionSubmodules >
220+ </configuration >
209221 </plugin >
210222 <plugin >
211223 <groupId >org.apache.maven.plugins</groupId >
225237 <repositoryOwner >adamcin</repositoryOwner >
226238 <repositoryName >httpsig-java</repositoryName >
227239 </configuration >
228- <executions >
229- <execution >
230- <goals >
231- <goal >site</goal >
232- </goals >
233- <phase >site</phase >
234- </execution >
235- </executions >
236240 </plugin >
237241 </plugins >
238242 </build >
Original file line number Diff line number Diff line change 7272 <repositoryOwner >adamcin</repositoryOwner >
7373 <repositoryName >httpsig-java</repositoryName >
7474 <path >${project.artifactId} </path >
75- <merge >true</merge >
75+ <merge >true</merge >
7676 </configuration >
77- <executions >
78- <execution >
79- <goals >
80- <goal >site</goal >
81- </goals >
82- <phase >site</phase >
83- </execution >
84- </executions >
8577 </plugin >
8678 </plugins >
8779 </build >
Original file line number Diff line number Diff line change 7474 <path >${project.artifactId} </path >
7575 <merge >true</merge >
7676 </configuration >
77- <executions >
78- <execution >
79- <goals >
80- <goal >site</goal >
81- </goals >
82- <phase >site</phase >
83- </execution >
84- </executions >
8577 </plugin >
8678 </plugins >
8779 </build >
Original file line number Diff line number Diff line change 7474 <path >${project.artifactId} </path >
7575 <merge >true</merge >
7676 </configuration >
77- <executions >
78- <execution >
79- <goals >
80- <goal >site</goal >
81- </goals >
82- <phase >site</phase >
83- </execution >
84- </executions >
8577 </plugin >
8678 </plugins >
8779 </build >
Original file line number Diff line number Diff line change 8585 <path >${project.artifactId} </path >
8686 <merge >true</merge >
8787 </configuration >
88- <executions >
89- <execution >
90- <goals >
91- <goal >site</goal >
92- </goals >
93- <phase >site</phase >
94- </execution >
95- </executions >
9688 </plugin >
9789 </plugins >
9890 </build >
You can’t perform that action at this time.
0 commit comments