You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by ak...@apache.org on 2015/08/05 11:01:40 UTC

incubator-ignite git commit: IGNITE-843 Fixed maven build.

Repository: incubator-ignite
Updated Branches:
  refs/heads/ignite-843 b2344a1bb -> b0cd7fc3c


IGNITE-843 Fixed maven build.


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

Branch: refs/heads/ignite-843
Commit: b0cd7fc3cf0590ccc5f13141fe28dfb087e077c0
Parents: b2344a1
Author: AKuznetsov <ak...@gridgain.com>
Authored: Wed Aug 5 16:01:44 2015 +0700
Committer: AKuznetsov <ak...@gridgain.com>
Committed: Wed Aug 5 16:01:44 2015 +0700

----------------------------------------------------------------------
 modules/control-center-agent/README.txt             | 2 +-
 modules/control-center-agent/pom.xml                | 2 +-
 modules/control-center-agent/src/assembly/build.xml | 4 ++--
 3 files changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/b0cd7fc3/modules/control-center-agent/README.txt
----------------------------------------------------------------------
diff --git a/modules/control-center-agent/README.txt b/modules/control-center-agent/README.txt
index 71538d8..0ee9d76 100644
--- a/modules/control-center-agent/README.txt
+++ b/modules/control-center-agent/README.txt
@@ -23,4 +23,4 @@ Main command line arguments:
 
 Ignite Control Center Agent Build Instructions
 ======================================
-    mvn clean package -Pcontrol-center -pl modules/control-center-agent -am -DskipTests
+    mvn clean package -pl :ignite-control-center-agent -am -P control-center -DskipTests=true

http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/b0cd7fc3/modules/control-center-agent/pom.xml
----------------------------------------------------------------------
diff --git a/modules/control-center-agent/pom.xml b/modules/control-center-agent/pom.xml
index ef99ccb..63f0dcd 100644
--- a/modules/control-center-agent/pom.xml
+++ b/modules/control-center-agent/pom.xml
@@ -70,7 +70,7 @@
     </dependencies>
 
     <build>
-        <finalName>agent-${version}</finalName>
+        <finalName>agent-${project.version}</finalName>
 
         <plugins>
             <plugin>

http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/b0cd7fc3/modules/control-center-agent/src/assembly/build.xml
----------------------------------------------------------------------
diff --git a/modules/control-center-agent/src/assembly/build.xml b/modules/control-center-agent/src/assembly/build.xml
index 1221318..942c36b 100644
--- a/modules/control-center-agent/src/assembly/build.xml
+++ b/modules/control-center-agent/src/assembly/build.xml
@@ -26,8 +26,8 @@
             <directory>${project.build.directory}</directory>
             <outputDirectory>/</outputDirectory>
             <includes>
-                <include>agent-${version}.jar</include>
+                <include>agent-${project.version}.jar</include>
             </includes>
         </fileSet>
     </fileSets>
-</assembly>
\ No newline at end of file
+</assembly>