ref #10094 preliminary disable 001-cdm.h2.sql (maybe a java11 issue in jenkins)...
authorAndreas Müller <a.mueller@bgbm.org>
Tue, 19 Jul 2022 15:57:55 +0000 (17:57 +0200)
committerAndreas Müller <a.mueller@bgbm.org>
Tue, 19 Jul 2022 15:57:55 +0000 (17:57 +0200)
cdmlib-test/pom.xml

index 28139f965a361bef06b8cd3a006400e499f5a86a..f83e67827f2f26eafabb7375631d9fd89f5f74e0 100644 (file)
                   <id>generate-ddl-create</id>
                   <phase>process-classes</phase>
                   <goals>
-                      
-                      <goal>run</goal>
+                  <!--    <goal>run</goal>  -->
                   </goals>
                   <configuration>
                       <target>
-                          <skip>true</skip>
                           <delete file="${project.build.outputDirectory}/dbscripts/001-cdm.h2.sql" />
                           <!-- copy template file -->
                           <copy file="${basedir}/src/main/resources/dbscripts/001-cdm.h2.template.sql" tofile="${project.build.outputDirectory}/dbscripts/001-cdm.h2.sql" />