File tree Expand file tree Collapse file tree 1 file changed +30
-19
lines changed Expand file tree Collapse file tree 1 file changed +30
-19
lines changed Original file line number Diff line number Diff line change 34
34
<properties >
35
35
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
36
36
<site .output.dir>${project.build.directory} /staging</site .output.dir>
37
- <maven .site.skip>true</maven .site.skip>
38
37
<asciidoctorj .version>2.4.2</asciidoctorj .version>
39
38
<asciidoctorj .diagram.version>2.1.0</asciidoctorj .diagram.version>
40
39
<asciidoctorj .maven.plugin.version>2.1.0</asciidoctorj .maven.plugin.version>
190
189
</execution >
191
190
</executions >
192
191
</plugin >
193
- <plugin >
194
- <groupId >org.apache.maven.plugins</groupId >
195
- <artifactId >maven-scm-publish-plugin</artifactId >
196
- <executions >
197
- <execution >
198
- <id >deploy-site</id >
199
- <phase >deploy</phase >
200
- <goals >
201
- <goal >publish-scm</goal >
202
- </goals >
203
- <configuration >
204
- <scmBranch >gh-pages</scmBranch >
205
- <skipDeletedFiles >false</skipDeletedFiles >
206
- <checkinComment >Update site</checkinComment >
207
- </configuration >
208
- </execution >
209
- </executions >
210
- </plugin >
211
192
</plugins >
212
193
213
194
<pluginManagement >
274
255
</plugins >
275
256
</pluginManagement >
276
257
</build >
258
+ <profiles >
259
+ <profile >
260
+ <id >updateGhPages</id >
261
+ <activation >
262
+ <activeByDefault >false</activeByDefault >
263
+ </activation >
264
+ <build >
265
+ <plugins >
266
+ <plugin >
267
+ <groupId >org.apache.maven.plugins</groupId >
268
+ <artifactId >maven-scm-publish-plugin</artifactId >
269
+ <executions >
270
+ <execution >
271
+ <id >deploy-site</id >
272
+ <phase >deploy</phase >
273
+ <goals >
274
+ <goal >publish-scm</goal >
275
+ </goals >
276
+ <configuration >
277
+ <scmBranch >gh-pages</scmBranch >
278
+ <skipDeletedFiles >false</skipDeletedFiles >
279
+ <checkinComment >Update site</checkinComment >
280
+ </configuration >
281
+ </execution >
282
+ </executions >
283
+ </plugin >
284
+ </plugins >
285
+ </build >
286
+ </profile >
287
+ </profiles >
277
288
</project >
You can’t perform that action at this time.
0 commit comments