You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by ad...@apache.org on 2017/12/22 08:45:28 UTC

[03/13] james-project git commit: JAMES-2264 move livetests profile to karaf project

JAMES-2264 move livetests profile to karaf project


Project: http://git-wip-us.apache.org/repos/asf/james-project/repo
Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/7ed97761
Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/7ed97761
Diff: http://git-wip-us.apache.org/repos/asf/james-project/diff/7ed97761

Branch: refs/heads/master
Commit: 7ed977617f416d8bf46f5d75d3ab9bd10a468ff1
Parents: 0f44851
Author: Matthieu Baechler <ma...@apache.org>
Authored: Mon Nov 13 22:47:05 2017 +0100
Committer: Antoine Duprat <ad...@linagora.com>
Committed: Fri Dec 22 09:44:59 2017 +0100

----------------------------------------------------------------------
 server/karaf/integration/pom.xml | 21 +++++++++++++++++++++
 server/pom.xml                   | 20 --------------------
 2 files changed, 21 insertions(+), 20 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/james-project/blob/7ed97761/server/karaf/integration/pom.xml
----------------------------------------------------------------------
diff --git a/server/karaf/integration/pom.xml b/server/karaf/integration/pom.xml
index a11994c..7b388cf 100644
--- a/server/karaf/integration/pom.xml
+++ b/server/karaf/integration/pom.xml
@@ -128,4 +128,25 @@
         </plugins>
     </build>
 
+    <profiles>
+        <profile>
+            <!-- run live tests, ie. ones that do not run stably enough in
+            a CI environment (for example, karaf integration tests accessing external network
+            resources) -->
+            <id>livetests</id>
+            <build>
+                <plugins>
+                    <plugin>
+                        <artifactId>maven-surefire-plugin</artifactId>
+                        <configuration>
+                            <includes>
+                                <include>**/*TestLive.java</include>
+                            </includes>
+                        </configuration>
+                    </plugin>
+                </plugins>
+            </build>
+        </profile>
+    </profiles>
+
 </project>

http://git-wip-us.apache.org/repos/asf/james-project/blob/7ed97761/server/pom.xml
----------------------------------------------------------------------
diff --git a/server/pom.xml b/server/pom.xml
index 65d4e80..cff65bb 100644
--- a/server/pom.xml
+++ b/server/pom.xml
@@ -166,24 +166,4 @@
         </plugins>
     </build>
 
-    <profiles>
-        <profile>
-            <!-- run live tests, ie. ones that do not run stably enough in
-            a CI environment (for example, karaf integration tests accessing external network
-            resources) -->
-            <id>livetests</id>
-            <build>
-                <plugins>
-                    <plugin>
-                        <artifactId>maven-surefire-plugin</artifactId>
-                        <configuration>
-                            <includes>
-                                <include>**/*TestLive.java</include>
-                            </includes>
-                        </configuration>
-                    </plugin>
-                </plugins>
-            </build>
-        </profile>
-    </profiles>
 </project>


---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org