deploy to site enabled
Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/04369fe6 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/04369fe6 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/04369fe6 Branch: refs/heads/ignite-844 Commit: 04369fe6d02c9fb2d5cc24eb5b0f9c334bbf92a1 Parents: 0885ac0 Author: avinogradov <avinogra...@gridgain.com> Authored: Thu Apr 30 18:47:19 2015 +0300 Committer: avinogradov <avinogra...@gridgain.com> Committed: Thu Apr 30 18:47:19 2015 +0300 ---------------------------------------------------------------------- pom.xml | 46 +++++++++++++++++++++++----------------------- 1 file changed, 23 insertions(+), 23 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/04369fe6/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 181540b..98541ef 100644 --- a/pom.xml +++ b/pom.xml @@ -577,29 +577,29 @@ </executions> </plugin> - <!--<plugin>--> - <!--<groupId>org.apache.maven.plugins</groupId>--> - <!--<artifactId>maven-site-plugin</artifactId>--> - <!--<version>3.4</version>--> - <!--<dependencies>--> - <!--<dependency>--> - <!--<groupId>org.apache.maven.wagon</groupId>--> - <!--<artifactId>wagon-ssh</artifactId>--> - <!--<version>2.8</version>--> - <!--</dependency>--> - <!--</dependencies>--> - <!--<executions>--> - <!--<execution>--> - <!--<goals>--> - <!--<goal>deploy</goal>--> - <!--</goals>--> - <!--<phase>deploy</phase>--> - <!--<configuration>--> - <!--<inputDirectory>${basedir}/target/site</inputDirectory>--> - <!--</configuration>--> - <!--</execution>--> - <!--</executions>--> - <!--</plugin>--> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-site-plugin</artifactId> + <version>3.4</version> + <dependencies> + <dependency> + <groupId>org.apache.maven.wagon</groupId> + <artifactId>wagon-ssh</artifactId> + <version>2.8</version> + </dependency> + </dependencies> + <executions> + <execution> + <goals> + <goal>deploy</goal> + </goals> + <phase>deploy</phase> + <configuration> + <inputDirectory>${basedir}/target/site</inputDirectory> + </configuration> + </execution> + </executions> + </plugin> </plugins> </build> </profile>