From f1d8bbbb6c4789a22fc2bf20a7c1e3bed2539d6f Mon Sep 17 00:00:00 2001 From: Chris Mungall Date: Mon, 1 Jul 2024 19:52:23 -0700 Subject: [PATCH] Update pom.xml --- pom.xml | 116 ++++++++++++++++++++++++++++++-------------------------- 1 file changed, 62 insertions(+), 54 deletions(-) diff --git a/pom.xml b/pom.xml index 8451818..7343575 100755 --- a/pom.xml +++ b/pom.xml @@ -1,69 +1,84 @@ - - 4.0.0 - org.example ContoDiff 1.0-SNAPSHOT + + + UTF-8 + 1.8 + 1.8 + + org.apache.maven.plugins maven-compiler-plugin + 3.8.1 - 8 - 8 + 1.8 + 1.8 + + org.apache.maven.plugins + maven-antrun-plugin + 3.0.0 + + + unpack-gomma-jars + generate-resources + + + + + + + + + run + + + + + + org.apache.maven.plugins + maven-shade-plugin + 3.2.4 + + + package + + shade + + + + + org.ContoDiffMain + + + + + *:* + + META-INF/*.SF + META-INF/*.DSA + META-INF/*.RSA + + + + + + + - - - Gomma - gomma_enhanced_diff - 1.0 - system - ${basedir}/lib/enhanced_diff.jar - - - Gomma - gomma_kernel - 1.0 - system - ${basedir}/lib/gomma-kernel.jar - - - Gomma - gomma_tools - 1.0 - system - ${basedir}/lib/gomma-tools.jar - - - - commons-cli commons-cli @@ -74,27 +89,20 @@ elk-owlapi 0.4.1 - com.h2database h2 1.4.200 - runtime - org.apache.logging.log4j log4j-slf4j-impl 2.14.1 - net.sourceforge.owlapi owlapi-distribution 5.1.17 - - - - \ No newline at end of file +