From 967be9e750221ab2ab783f95df79bb26d290a45e Mon Sep 17 00:00:00 2001 From: Martial Simon Date: Mon, 15 Sep 2025 01:07:58 +0200 Subject: add: added projects --- jws/epibazaar/inventory/pom.xml | 135 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 135 insertions(+) create mode 100644 jws/epibazaar/inventory/pom.xml (limited to 'jws/epibazaar/inventory/pom.xml') diff --git a/jws/epibazaar/inventory/pom.xml b/jws/epibazaar/inventory/pom.xml new file mode 100644 index 0000000..b8af7c8 --- /dev/null +++ b/jws/epibazaar/inventory/pom.xml @@ -0,0 +1,135 @@ + + + 4.0.0 + + + fr.epita.assistants + epibazaar + 1.0.0 + + + inventory + 1.0.0 + + + io.quarkus + quarkus-messaging-kafka + + + io.quarkus + quarkus-jdbc-postgresql + + + io.quarkus + quarkus-hibernate-orm-panache + + + fr.epita.assistants + common + 1.0.0 + compile + + + + + + + org.apache.maven.plugins + maven-assembly-plugin + + + + fully.qualified.MainClass + + + + jar-with-dependencies + + + + + io.quarkus + quarkus-maven-plugin + ${quarkus.platform.version} + true + + + + build + generate-code + generate-code-tests + + + + + + maven-compiler-plugin + ${compiler-plugin.version} + + ${maven.compiler.parameters} + + + + maven-surefire-plugin + ${versions.maven-surefire-plugin} + + + org.jboss.logmanager.LogManager + ${maven.home} + + + + + + + + fetch-bom + + true + + + + io.quarkus.platform + quarkus-bom-quarkus-platform-properties + 3.17.5 + properties + + + + + native + + + native + + + + + + maven-failsafe-plugin + ${versions.maven-surefire-plugin} + + + + integration-test + verify + + + + ${project.build.directory}/${project.build.finalName}-runner + org.jboss.logmanager.LogManager + ${maven.home} + + + + + + + + + native + + + + -- cgit v1.2.3