diff --git a/quarkus-table-generator/pom.xml b/quarkus-table-generator/pom.xml new file mode 100644 index 0000000..2948656 --- /dev/null +++ b/quarkus-table-generator/pom.xml @@ -0,0 +1,47 @@ + + + 4.0.0 + + + ch.phoenix.oss + quarkus-commons + 1.0.9-SNAPSHOT + + + quarkus-table-generator + jar + + + + + org.jacoco + jacoco-maven-plugin + ${jacoco-plugin.version} + + + jacoco-check + + check + + test + + ${project.build.directory}/jacoco-quarkus.exec + + + BUNDLE + + + INSTRUCTION + COVEREDRATIO + 1 + + + + + + + + + + +