deploy to site disabled
Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/ea91d220 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/ea91d220 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/ea91d220 Branch: refs/heads/ignite-676 Commit: ea91d220928a0ebb215500141d298059d5547320 Parents: 7121619 Author: avinogradov <avinogra...@gridgain.com> Authored: Thu Apr 30 18:10:29 2015 +0300 Committer: avinogradov <avinogra...@gridgain.com> Committed: Thu Apr 30 18:10:29 2015 +0300 ---------------------------------------------------------------------- pom.xml | 46 +++++++++++++++++++++++----------------------- 1 file changed, 23 insertions(+), 23 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/ea91d220/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 98541ef..181540b 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>