From 25e14cfe870b3f94b1cfd4ee8a1767352fdecdbe Mon Sep 17 00:00:00 2001 From: Antonin Delpeuch Date: Tue, 14 Aug 2018 18:14:10 +0100 Subject: [PATCH] Working Maven config for the Wikidata extension --- extensions/wikidata/pom.xml | 123 ++++++++++++++++++++++++++++++++++++ 1 file changed, 123 insertions(+) create mode 100644 extensions/wikidata/pom.xml diff --git a/extensions/wikidata/pom.xml b/extensions/wikidata/pom.xml new file mode 100644 index 000000000..301410095 --- /dev/null +++ b/extensions/wikidata/pom.xml @@ -0,0 +1,123 @@ + + 4.0.0 + + org.openrefine + wikidata + jar + 3.0-SNAPSHOT + + OpenRefine - Wikidata extension + Schema alignment and data upload for Wikidata + https://www.wikidata.org/wiki/Wikidata:Tools/OpenRefine + + org.openrefine + extensions + 3.0-SNAPSHOT + + + + openrefine-wikidata + + + src + + + module/MOD-INF/classes + + + org.codehaus.mojo + build-helper-maven-plugin + 1.8 + + + generate-sources + + add-source + + + + src + + + + + + + org.apache.maven.plugins + maven-compiler-plugin + 3.1 + + 1.8 + 1.8 + UTF-8 + false + + + + org.apache.maven.plugins + maven-resources-plugin + 2.6 + + UTF-8 + + + + org.apache.maven.plugins + maven-surefire-plugin + 2.22.0 + + + tests/conf/tests.xml + + + + + + + + org.apache.maven.plugins + maven-dependency-plugin + 3.1.1 + + true + + + + + + + + + org.openrefine + main + 3.0-SNAPSHOT + + + javax.servlet + servlet-api + 2.5 + provided + + + org.wikidata.wdtk + wdtk-wikibaseapi + 0.9.0-SNAPSHOT + + + org.wikidata.wdtk + wdtk-datamodel + 0.9.0-SNAPSHOT + + + + org.testng + testng + 6.9.10 + test + + + + + +