This is an automated email from the ASF dual-hosted git repository.
anatole pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/incubator-tamaya-extensions.git
The following commit(s) were added to refs/heads/master by this push:
new d473882 Reset tck config again.
d473882 is described below
commit d473882d6f6f185446f431e0063f02db85adc0c3
Author: Anatole Tresch <[email protected]>
AuthorDate: Tue May 14 17:15:44 2019 +0200
Reset tck config again.
---
modules/microprofile/pom.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/modules/microprofile/pom.xml b/modules/microprofile/pom.xml
index ead20d0..94b4d42 100644
--- a/modules/microprofile/pom.xml
+++ b/modules/microprofile/pom.xml
@@ -177,9 +177,9 @@ under the License.
<artifactId>maven-surefire-plugin</artifactId>
<version>2.20.1</version>
<configuration>
- <!--<suiteXmlFiles>-->
-
<!--<suiteXmlFile>src/test/tck-suite.xml</suiteXmlFile>-->
- <!--</suiteXmlFiles>-->
+ <suiteXmlFiles>
+
<suiteXmlFile>src/test/tck-suite.xml</suiteXmlFile>
+ </suiteXmlFiles>
<!-- These env variables are required for
org.eclipse.configjsr.CDIPropertyNameMatchingTest -->
<environmentVariables>
<my_int_property>45</my_int_property>