ignite-717
Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/9d92bc77 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/9d92bc77 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/9d92bc77 Branch: refs/heads/ignite-718 Commit: 9d92bc770031f1f72f45b14fc5987b7856f63b18 Parents: 98af318 Author: Anton Vinogradov <avinogra...@gridgain.com> Authored: Fri Apr 10 16:21:39 2015 +0300 Committer: Anton Vinogradov <avinogra...@gridgain.com> Committed: Fri Apr 10 16:21:39 2015 +0300 ---------------------------------------------------------------------- pom.xml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/9d92bc77/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index a3e86a4..27f71c9 100644 --- a/pom.xml +++ b/pom.xml @@ -520,7 +520,14 @@ </algorithms> </configuration> </plugin> + </plugins> + </build> + </profile> + <profile> + <id>deploy-ignite-site</id> + <build> + <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-antrun-plugin</artifactId> @@ -528,7 +535,7 @@ <inherited>false</inherited> <executions> <execution> - <id>apache-sources-pack</id> + <id>site-generation</id> <goals> <goal>run</goal> </goals> @@ -555,14 +562,7 @@ </execution> </executions> </plugin> - </plugins> - </build> - </profile> - <profile> - <id>deploy-ignite-site</id> - <build> - <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-site-plugin</artifactId>