Skip to content

Commit

Permalink
to build updatesite
Browse files Browse the repository at this point in the history
mvn -pl org.nodeclipse.site com.github.github:site-maven-plugin:site
-Pfull
  • Loading branch information
Paul Verest authored and Paul Verest committed Sep 30, 2015
1 parent c7b487a commit 456e8eb
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
sudo: false
language: java
script: mvn clean package -Pfull && mvn -pl org.nodeclipse.site site -Pfull
script: mvn clean package -Pfull && mvn -pl org.nodeclipse.site com.github.github:site-maven-plugin:site -Pfull

notifications:
email: false
14 changes: 12 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -228,8 +228,7 @@
</configuration>
</plugin>

<!-- mvn site http://nodeclipse.github.io/ -->
<!-- https://github.com/github/maven-plugins -->
<!-- mvn site http://nodeclipse.github.io/
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId>
Expand All @@ -241,7 +240,17 @@
<version>1.4</version>
</dependency>
</dependencies>
<executions>
<execution>
<goals>
<goal>site</goal>
</goals>
<phase>post-site</phase>
</execution>
</executions>
</plugin>
-->
<!-- https://github.com/github/maven-plugins
<plugin>
<groupId>com.github.github</groupId>
<artifactId>site-maven-plugin</artifactId>
Expand All @@ -262,6 +271,7 @@
</execution>
</executions>
</plugin>
-->

</plugins>
</build>
Expand Down

0 comments on commit 456e8eb

Please sign in to comment.