Project

General

Profile

« Previous | Next » 

Revision 5d8ad42c

Added by Andreas Müller over 1 year ago

ref #10072 adapt integration test parameter name for log4j as it seems to be incorrect and switch from properties to log4j.xml there

View differences:

cdmlib-remote-webapp/pom.xml
55 55
      <properties>
56 56
        <integrationTest.jvmArgs.cdm.datasource>h2_cdm_blank</integrationTest.jvmArgs.cdm.datasource>
57 57
        <integrationTest.jvmArgs.cdm.forceSchemaCreate>true</integrationTest.jvmArgs.cdm.forceSchemaCreate>
58
        <integrationTest.log4j.configuration>${project.build.directory}/target/test-classes/log4j.properties</integrationTest.log4j.configuration>
58
        <integrationTest.jvmArgs.log4j.configuration>${project.build.directory}/target/test-classes/log4j.xml</integrationTest.jvmArgs.log4j.configuration>
59 59
      </properties>
60 60
      <build>
61 61
        <plugins>

Also available in: Unified diff