Repository: incubator-ignite
Updated Branches:
  refs/heads/ignite-release-test-no-mod 868ac4460 -> 5a19f82c4


ignite-release-test profile moved


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

Branch: refs/heads/ignite-release-test-no-mod
Commit: 5a19f82c4589b8da976a7f093dd225c52f73afbe
Parents: 868ac44
Author: avinogradov <avinogra...@gridgain.com>
Authored: Fri Mar 6 18:31:04 2015 +0300
Committer: avinogradov <avinogra...@gridgain.com>
Committed: Fri Mar 6 18:31:04 2015 +0300

----------------------------------------------------------------------
 parent/pom.xml | 22 ++++++++++++++++++++++
 pom.xml        | 22 ----------------------
 2 files changed, 22 insertions(+), 22 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/5a19f82c/parent/pom.xml
----------------------------------------------------------------------
diff --git a/parent/pom.xml b/parent/pom.xml
index 01b2fe4..d82a17c 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -711,5 +711,27 @@
                 </plugins>
             </build>
         </profile>
+
+        <profile>
+            <id>surefire-fork-count-1</id>
+            <activation>
+                <property>
+                    <!-- To activate this profile set the following property. 
-->
+                    <name>FORK_COUNT_SET_TO_1</name>
+                </property>
+            </activation>
+            <build>
+                <plugins>
+                    <plugin>
+                        <groupId>org.apache.maven.plugins</groupId>
+                        <artifactId>maven-surefire-plugin</artifactId>
+                        <version>2.17</version>
+                        <configuration>
+                            <forkCount>1</forkCount>
+                        </configuration>
+                    </plugin>
+                </plugins>
+            </build>
+        </profile>
     </profiles>
 </project>

http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/5a19f82c/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index d7b96fb..011ba37 100644
--- a/pom.xml
+++ b/pom.xml
@@ -103,28 +103,6 @@
         </profile>
 
         <profile>
-            <id>surefire-fork-count-1</id>
-            <activation>
-                <property>
-                    <!-- To activate this profile set the following property. 
-->
-                    <name>FORK_COUNT_SET_TO_1</name>
-                </property>
-            </activation>
-            <build>
-                <plugins>
-                    <plugin>
-                        <groupId>org.apache.maven.plugins</groupId>
-                        <artifactId>maven-surefire-plugin</artifactId>
-                        <version>2.17</version>
-                        <configuration>
-                            <forkCount>1</forkCount>
-                        </configuration>
-                    </plugin>
-                </plugins>
-            </build>
-        </profile>
-
-        <profile>
             <id>clean-libs</id>
             <activation>
                 <activeByDefault>true</activeByDefault>

Reply via email to