File tree 2 files changed +13
-3
lines changed
2 files changed +13
-3
lines changed Original file line number Diff line number Diff line change 1
1
sudo : false
2
2
language : java
3
- script : mvn clean package -Pfull && mvn -pl org.nodeclipse.site site -Pfull
3
+ script : mvn clean package -Pfull && mvn -pl org.nodeclipse.site com.github.github:site-maven-plugin: site -Pfull
4
4
5
5
notifications :
6
6
email : false
Original file line number Diff line number Diff line change 228
228
</configuration >
229
229
</plugin >
230
230
231
- <!-- mvn site http://nodeclipse.github.io/ -->
232
- <!-- https://github.com/github/maven-plugins -->
231
+ <!-- mvn site http://nodeclipse.github.io/
233
232
<plugin>
234
233
<groupId>org.apache.maven.plugins</groupId>
235
234
<artifactId>maven-site-plugin</artifactId>
241
240
<version>1.4</version>
242
241
</dependency>
243
242
</dependencies>
243
+ <executions>
244
+ <execution>
245
+ <goals>
246
+ <goal>site</goal>
247
+ </goals>
248
+ <phase>post-site</phase>
249
+ </execution>
250
+ </executions>
244
251
</plugin>
252
+ -->
253
+ <!-- https://github.com/github/maven-plugins
245
254
<plugin>
246
255
<groupId>com.github.github</groupId>
247
256
<artifactId>site-maven-plugin</artifactId>
262
271
</execution>
263
272
</executions>
264
273
</plugin>
274
+ -->
265
275
266
276
</plugins >
267
277
</build >
You can’t perform that action at this time.
0 commit comments