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 2019/07/22 13:07:06 UTC

[tomee] 07/31: Revert "TOMEE-2354 - Simplified TomEE Plus tests execution."

This is an automated email from the ASF dual-hosted git repository.

jlmonteiro pushed a commit to branch tomee8-java11
in repository https://gitbox.apache.org/repos/asf/tomee.git

commit 3dd0c3146fd495b1a3d02d1a3ac13a2d2ddc4582
Author: Jonathan Gallimore <jo...@jrg.me.uk>
AuthorDate: Wed Dec 19 01:22:29 2018 +0000

    Revert "TOMEE-2354 - Simplified TomEE Plus tests execution."
    
    This reverts commit af409ec0e913f4f9e08b5c5a01c064a09543219b.
---
 tck/microprofile-tck/config/pom.xml | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/tck/microprofile-tck/config/pom.xml b/tck/microprofile-tck/config/pom.xml
index 993477e..68f314c 100644
--- a/tck/microprofile-tck/config/pom.xml
+++ b/tck/microprofile-tck/config/pom.xml
@@ -44,6 +44,14 @@
             <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>