You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by jl...@apache.org on 2018/12/12 16:01:03 UTC

[04/10] tomee git commit: TOMEE-2354 - Simplified TomEE Plus tests execution.

TOMEE-2354 - Simplified TomEE Plus tests execution.


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

Branch: refs/heads/master
Commit: af409ec0e913f4f9e08b5c5a01c064a09543219b
Parents: 9523e87
Author: Roberto Cortez <ra...@yahoo.com>
Authored: Tue Dec 11 17:15:27 2018 +0000
Committer: Roberto Cortez <ra...@yahoo.com>
Committed: Tue Dec 11 17:15:27 2018 +0000

----------------------------------------------------------------------
 tck/microprofile-tck/config/pom.xml | 8 --------
 1 file changed, 8 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tomee/blob/af409ec0/tck/microprofile-tck/config/pom.xml
----------------------------------------------------------------------
diff --git a/tck/microprofile-tck/config/pom.xml b/tck/microprofile-tck/config/pom.xml
index d2fdd4c..92d4161 100644
--- a/tck/microprofile-tck/config/pom.xml
+++ b/tck/microprofile-tck/config/pom.xml
@@ -45,14 +45,6 @@
             <MY_STRING_PROPERTY>woohoo</MY_STRING_PROPERTY>
           </environmentVariables>
         </configuration>
-        <executions>
-          <execution>
-            <id>tomee-microprofile</id>
-            <goals>
-              <goal>test</goal>
-            </goals>
-          </execution>
-        </executions>
       </plugin>
     </plugins>
   </build>