ignite-877
Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/e6ca7570 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/e6ca7570 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/e6ca7570 Branch: refs/heads/ignite-843 Commit: e6ca75701e6acf7e4fb857530744d5263bc2f962 Parents: c9cd92e Author: avinogradov <avinogra...@gridgain.com> Authored: Fri May 8 18:54:33 2015 +0300 Committer: avinogradov <avinogra...@gridgain.com> Committed: Fri May 8 18:54:33 2015 +0300 ---------------------------------------------------------------------- pom.xml | 33 --------------------------------- 1 file changed, 33 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/e6ca7570/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index c5a9e5d..e303480 100644 --- a/pom.xml +++ b/pom.xml @@ -36,8 +36,6 @@ <packaging>pom</packaging> <properties> - <ignite.site>scp://localhost:/home</ignite.site> - <ignite.site.folder>${project.artifactId}-${project.version}</ignite.site.folder> <!--fix <attachartifact>...< /> at apache-release profile if changed--> <ignite.zip.pattern>ignite-${ignite.edition}-${project.version}</ignite.zip.pattern> </properties> @@ -49,13 +47,6 @@ <tag>HEAD</tag> </scm> - <distributionManagement> - <site> - <id>ignite-site</id> - <url>${ignite.site}/${ignite.site.folder}</url> - </site> - </distributionManagement> - <modules> <module>modules/tools</module> <module>modules/core</module> @@ -599,30 +590,6 @@ </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>