You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@deltaspike.apache.org by st...@apache.org on 2012/07/16 12:58:01 UTC

[2/2] git commit: DELTASPIKE-245 enable ProjectStage.UnitTest

DELTASPIKE-245 enable ProjectStage.UnitTest


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

Branch: refs/heads/master
Commit: c883f530daf8d040ecfdf84a132b36ab527ae68a
Parents: 855dcd4
Author: Mark Struberg <st...@apache.org>
Authored: Mon Jul 16 12:53:54 2012 +0200
Committer: Mark Struberg <st...@apache.org>
Committed: Mon Jul 16 12:53:54 2012 +0200

----------------------------------------------------------------------
 deltaspike/parent/code/pom.xml |   14 +++++++++++++-
 1 files changed, 13 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-deltaspike/blob/c883f530/deltaspike/parent/code/pom.xml
----------------------------------------------------------------------
diff --git a/deltaspike/parent/code/pom.xml b/deltaspike/parent/code/pom.xml
index d8e58d5..6d77d46 100644
--- a/deltaspike/parent/code/pom.xml
+++ b/deltaspike/parent/code/pom.xml
@@ -68,6 +68,11 @@
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-surefire-plugin</artifactId>
                     <version>${maven.surefire.plugin.version}</version>
+                    <configuration>
+                        <systemProperties>
+                            <org.apache.deltaspike.ProjectStage>UnitTest</org.apache.deltaspike.ProjectStage>
+                        </systemProperties>
+                    </configuration>
                 </plugin>
             </plugins>
         </pluginManagement>
@@ -296,6 +301,7 @@
                         <configuration>
                             <systemProperties>
                                 <arquillian.launch>tomee</arquillian.launch>
+                                <org.apache.deltaspike.ProjectStage>UnitTest</org.apache.deltaspike.ProjectStage>
                             </systemProperties>
 
                             <!-- we just use groups to mark that a test should be executed only
@@ -369,6 +375,7 @@
                         <configuration>
                             <systemProperties>
                                 <arquillian.launch>jbossas-managed-7</arquillian.launch>
+                                <org.apache.deltaspike.ProjectStage>UnitTest</org.apache.deltaspike.ProjectStage>
                             </systemProperties>
                             <!-- we just use groups to mark that a test should be executed only
                             with specific environments. even though a java-ee6 application server has to be able to run
@@ -431,8 +438,10 @@
                         <configuration>
                             <systemProperties>
                                 <arquillian.launch>jbossas-build-managed-7</arquillian.launch>
-                                <arquillian.jboss_home>${project.build.directory}/jboss-as-${jboss.as.version}
+                                <arquillian.jboss_home>
+                                    ${project.build.directory}/jboss-as-${jboss.as.version}
                                 </arquillian.jboss_home>
+                                <org.apache.deltaspike.ProjectStage>UnitTest</org.apache.deltaspike.ProjectStage>
                             </systemProperties>
                             <!-- we just use groups to mark that a test should be executed only
                             with specific environments. even though a java-ee6 application server has to be able to run
@@ -498,6 +507,7 @@
                         <configuration>
                             <systemProperties>
                                 <arquillian.launch>jbossas-remote-7</arquillian.launch>
+                                <org.apache.deltaspike.ProjectStage>UnitTest</org.apache.deltaspike.ProjectStage>
                             </systemProperties>
                             <!-- we just use groups to mark that a test should be executed only
                             with specific environments. even though a java-ee6 application server has to be able to run
@@ -545,6 +555,7 @@
                         <configuration>
                             <systemProperties>
                                 <arquillian.launch>glassfish-remote-3.1</arquillian.launch>
+                                <org.apache.deltaspike.ProjectStage>UnitTest</org.apache.deltaspike.ProjectStage>
                             </systemProperties>
                             <!-- we just use groups to mark that a test should be executed only
                             with specific environments. even though a java-ee6 application server has to be able to run
@@ -589,6 +600,7 @@
                         <configuration>
                             <systemProperties>
                                 <arquillian.launch>wls-remote-12c</arquillian.launch>
+                                <org.apache.deltaspike.ProjectStage>UnitTest</org.apache.deltaspike.ProjectStage>
                             </systemProperties>
                             <systemPropertyVariables>
                                 <WLS_HOME>${env.WLS_HOME}</WLS_HOME>