Ignite-230 fix10

Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/29bd271c
Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/29bd271c
Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/29bd271c

Branch: refs/heads/ignite-9655-merge
Commit: 29bd271c93b8db8048601c449da214f12212feba
Parents: 6558f14
Author: avinogradov <avinogra...@gridgain.com>
Authored: Fri Feb 13 18:12:22 2015 +0300
Committer: avinogradov <avinogra...@gridgain.com>
Committed: Fri Feb 13 18:12:22 2015 +0300

----------------------------------------------------------------------
 pom.xml | 16 ++++++++++++++--
 1 file changed, 14 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/29bd271c/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index c1dafbc..170d714 100644
--- a/pom.xml
+++ b/pom.xml
@@ -559,11 +559,23 @@
                         </goals>
                         <configuration>
                             <packaging>jar</packaging>
-                            
<pomFile>${basedir}/modules/core/pom-installed.xml</pomFile>
-                            <url>${distMgmtSnapshotsUrl}</url>
+                            <groupId>org.apache.ignite</groupId>
+                            <artifactId>ignite-core</artifactId>
+                            <version>${ignite.version}</version>
+                            
<url>${distributionManagement.snapshotRepository.url}</url>
                             
<file>${basedir}/target/ignite-core-${ignite.version}.jar</file>
                         </configuration>
                     </execution>
+                    <execution>
+                        <id>deploy-ignite</id>
+                        <phase>deploy</phase>
+                        <goals>
+                            <goal>deploy</goal>
+                        </goals>
+                        <configuration>
+                            <skip>true</skip>
+                        </configuration>
+                    </execution>
                 </executions>
             </plugin>
         </plugins>

Reply via email to