From a1e8443c417249dc6ff9a24c7c9d8fb2fce07c88 Mon Sep 17 00:00:00 2001 From: Matthias Andreas Benkard Date: Tue, 5 Dec 2023 21:12:16 +0100 Subject: jgvariant-tool: New module. Adds a command line tool that can read and (in the future) manipulate GVariant-formatted files. Change-Id: Icc92eb409a97e7cf72dfd7535f6a8b3587dd4a48 --- jgvariant-tool/pom.xml | 239 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 239 insertions(+) create mode 100644 jgvariant-tool/pom.xml (limited to 'jgvariant-tool/pom.xml') diff --git a/jgvariant-tool/pom.xml b/jgvariant-tool/pom.xml new file mode 100644 index 0000000..ee2b8a8 --- /dev/null +++ b/jgvariant-tool/pom.xml @@ -0,0 +1,239 @@ + + + + + + + 4.0.0 + + 0.1.8-SNAPSHOT + + jgvariant-tool + jar + + JGVariant Command Line Tool + https://gerrit.benkard.de/plugins/gitiles/jgvariant + + + GVariant command line tool. + + + + eu.mulk.jgvariant + jgvariant-parent + 0.1.8-SNAPSHOT + ../jgvariant-parent/pom.xml + + + + + + eu.mulk.jgvariant + jgvariant-core + 0.1.8-SNAPSHOT + + + eu.mulk.jgvariant + jgvariant-ostree + 0.1.8-SNAPSHOT + + + + + com.google.errorprone + error_prone_annotations + provided + + + org.jetbrains + annotations + provided + + + org.apiguardian + apiguardian-api + provided + + + + + info.picocli + picocli + + + + + org.eclipse + yasson + + + + + com.google.guava + guava + + + + + + + org.apache.maven.plugins + maven-compiler-plugin + + + + info.picocli + picocli-codegen + ${picocli.version} + + + + -Aproject=${project.groupId}/${project.artifactId} + + + + + + org.apache.maven.plugins + maven-jar-plugin + + + + eu.mulk.jgvariant.tool.Main + + + + + + + + + + shade + + + + org.apache.maven.plugins + maven-shade-plugin + + + package + + shade + + + + + + + + + + uberjar + + + + org.apache.maven.plugins + maven-assembly-plugin + + + package + + single + + + + + eu.mulk.jgvariant.tool.Main + + + + jar-with-dependencies + + + + + + + + + + + native + + + + org.graalvm.buildtools + native-maven-plugin + true + + + build-native + + compile-no-fork + + package + + + test-native + + test + + test + + + + false + false + + -O3 + --strict-image-heap + + jgvariant + + + + + + + + jpackage + + + + com.github.akman + jpackage-maven-plugin + + + package + + jpackage + + + IMAGE + eu.mulk.jgvariant.tool/eu.mulk.jgvariant.tool.Main + + + + true + true + + + + + + + + + + + + + -- cgit v1.2.3