diff --git a/jooq-pg/pom.xml b/jooq-pg/pom.xml deleted file mode 100644 index 4d85ddc1..00000000 --- a/jooq-pg/pom.xml +++ /dev/null @@ -1,217 +0,0 @@ - - - - - 4.0.0 - - ethercis-disabled - jooq-pg - 1.1.0-SNAPSHOT - - - - org.apache.maven.plugins - maven-surefire-plugin - 2.19 - - true - - - - org.apache.maven.plugins - maven-install-plugin - 2.5.2 - - - install-local - package - - install-file - - - ${project.basedir}/target/${project.artifactId}-${project.version}.jar - ${project.groupId} - ${project.artifactId} - ${project.version} - jar - ${user.localDirectoryPath} - - - - - - org.apache.maven.plugins - maven-shade-plugin - 2.4.3 - - - - *:*:* - - *.xml - *.properties - *.sql - *.xsd - - - - *:*:* - - org/openehr/xsd/** - - - - - - ethercis:ecis-core - ethercis:ecis-ehrdao - - ethercis:aql-processor - ethercis:ecis-transform - ethercis:ecis-validation - ethercis:ecis-knowledge-cache - junit:junit - jmock:* - *:xml-apis - org.apache.maven:lib:tests - - - - - - package - - - shade - - - - - - - maven-dependency-plugin - - - install-jar - install - - copy - - - - - ${project.groupId} - ${project.artifactId} - ${project.version} - - - ${user.deploy} - false - - - - - - org.jooq - jooq-codegen-maven - 3.7.3 - - - - jooq-codegen - generate-sources - - generate - - - - org.postgresql.Driver - - jdbc:postgresql://localhost:5434/ethercis - - postgres - postgres - - - - - org.jooq.util.postgres.PostgresDatabase - - - - - - ehr - - - - - - - com.ethercis.jooq.pg - - ../src/main/java - - - - - - - - - - - - org.jooq - jooq - 3.7.3 - - - - org.postgresql - postgresql - 9.4-1204-jdbc42 - - - - 1.8 - 1.8 - - \ No newline at end of file