Project

General

Profile

« Previous | Next » 

Revision cebc5b3a

Added by Andreas Müller over 1 year ago

ref #10094 preliminary disable 001-cdm.h2.sql (maybe a java11 issue in jenkins) (cont.)

View differences:

cdmlib-test/pom.xml
26 26
                  <id>generate-ddl-create</id>
27 27
                  <phase>process-classes</phase>
28 28
                  <goals>
29
                      
30
                      <goal>run</goal>
29
                  <!--    <goal>run</goal>  -->
31 30
                  </goals>
32 31
                  <configuration>
33 32
                      <target>
34
                          <skip>true</skip>
35 33
                          <delete file="${project.build.outputDirectory}/dbscripts/001-cdm.h2.sql" />
36 34
                          <!-- copy template file -->
37 35
                          <copy file="${basedir}/src/main/resources/dbscripts/001-cdm.h2.template.sql" tofile="${project.build.outputDirectory}/dbscripts/001-cdm.h2.sql" />

Also available in: Unified diff