You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by jo...@apache.org on 2017/09/08 10:18:31 UTC

svn commit: r1807708 - /geronimo/components/config/trunk/impl/pom.xml

Author: johndament
Date: Fri Sep  8 10:18:31 2017
New Revision: 1807708

URL: http://svn.apache.org/viewvc?rev=1807708&view=rev
Log:
Adding default property in to pom.

Modified:
    geronimo/components/config/trunk/impl/pom.xml

Modified: geronimo/components/config/trunk/impl/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/components/config/trunk/impl/pom.xml?rev=1807708&r1=1807707&r2=1807708&view=diff
==============================================================================
--- geronimo/components/config/trunk/impl/pom.xml (original)
+++ geronimo/components/config/trunk/impl/pom.xml Fri Sep  8 10:18:31 2017
@@ -102,6 +102,7 @@
                     <systemPropertyVariables>
                         <!-- TCKs assume it but this is not really a good option for prod -->
                         <org.apache.geronimo.config.configsource.SystemPropertyConfigSource.copy>false</org.apache.geronimo.config.configsource.SystemPropertyConfigSource.copy>
+                        <org.eclipse.microprofile.config.tck.CDIPlainInjectionTest.DefaultPropertyBean.configProperty>pathConfigValue</org.eclipse.microprofile.config.tck.CDIPlainInjectionTest.DefaultPropertyBean.configProperty>
                     </systemPropertyVariables>
                     <forkCount>1</forkCount>
                     <reuseForks>true</reuseForks>