Ignite-230 fix9
Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/d15cad8c Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/d15cad8c Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/d15cad8c Branch: refs/heads/ignite-52 Commit: d15cad8cf59612ed32cf48db20a600422b3e155e Parents: 5948fde Author: avinogradov <avinogra...@gridgain.com> Authored: Fri Feb 13 17:32:33 2015 +0300 Committer: avinogradov <avinogra...@gridgain.com> Committed: Fri Feb 13 17:32:33 2015 +0300 ---------------------------------------------------------------------- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/d15cad8c/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 224f38a..70c128a 100644 --- a/pom.xml +++ b/pom.xml @@ -553,14 +553,14 @@ <executions> <execution> <id>deploy-core</id> - <phase>deploy</phase> + <phase>validate</phase> <goals> <goal>deploy-file</goal> </goals> <configuration> <packaging>jar</packaging> <pomFile>${basedir}/modules/core/pom-installed.xml</pomFile> - <url>${project.distributionManagement.repository.url}</url> + <url>${distMgmtSnapshotsUrl}</url> <file>${basedir}/target/ignite-core-${ignite.version}.jar</file> </configuration> </execution>