Skip to content

Commit 456e8eb

Browse files
Paul VerestPaul Verest
Paul Verest
authored and
Paul Verest
committed
to build updatesite
mvn -pl org.nodeclipse.site com.github.github:site-maven-plugin:site -Pfull
1 parent c7b487a commit 456e8eb

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-3
lines changed

Diff for: .travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
sudo: false
22
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
44

55
notifications:
66
email: false

Diff for: pom.xml

+12-2
Original file line numberDiff line numberDiff line change
@@ -228,8 +228,7 @@
228228
</configuration>
229229
</plugin>
230230

231-
<!-- mvn site http://nodeclipse.github.io/ -->
232-
<!-- https://github.com/github/maven-plugins -->
231+
<!-- mvn site http://nodeclipse.github.io/
233232
<plugin>
234233
<groupId>org.apache.maven.plugins</groupId>
235234
<artifactId>maven-site-plugin</artifactId>
@@ -241,7 +240,17 @@
241240
<version>1.4</version>
242241
</dependency>
243242
</dependencies>
243+
<executions>
244+
<execution>
245+
<goals>
246+
<goal>site</goal>
247+
</goals>
248+
<phase>post-site</phase>
249+
</execution>
250+
</executions>
244251
</plugin>
252+
-->
253+
<!-- https://github.com/github/maven-plugins
245254
<plugin>
246255
<groupId>com.github.github</groupId>
247256
<artifactId>site-maven-plugin</artifactId>
@@ -262,6 +271,7 @@
262271
</execution>
263272
</executions>
264273
</plugin>
274+
-->
265275

266276
</plugins>
267277
</build>

0 commit comments

Comments
 (0)