From c35d31777f41bec9a62b8bbf0dce9aa5ce8e5452 Mon Sep 17 00:00:00 2001 From: Armin Schrenk Date: Mon, 18 Nov 2024 16:12:57 +0100 Subject: [PATCH] format pom --- pom.xml | 92 +++++++++++++++++++++------------------------------------ 1 file changed, 33 insertions(+), 59 deletions(-) diff --git a/pom.xml b/pom.xml index fdae914..88e0b19 100644 --- a/pom.xml +++ b/pom.xml @@ -1,4 +1,5 @@ - + 4.0.0 org.cryptomator cli @@ -145,64 +146,37 @@ - - org.codehaus.mojo - exec-maven-plugin - ${maven-exec.version} - - - test-run - - exec - - - - - ${env.JAVA_HOME}/bin/java - - --module-path - - --enable-native-access=org.cryptomator.jfuse.linux,org.cryptomator.jfuse.win,org.cryptomator.jfuse.mac - --module - org.cryptomator.cli/${mainClass} - --password:stdin - --mounter=org.cryptomator.frontend.fuse.mount.WinFspNetworkMountProvider - --mountPoint=X:\\ - T:\\vaultFormat8 - - - - - org.apache.maven.plugins - maven-dependency-plugin - - - - copy-mods - prepare-package - - copy-dependencies - - - runtime - ${project.build.directory}/mods - ${nonModularGroupIds} - - - - copy-libs - prepare-package - - copy-dependencies - - - runtime - ${project.build.directory}/libs - ${nonModularGroupIds} - - - - + + org.apache.maven.plugins + maven-dependency-plugin + + + + copy-mods + prepare-package + + copy-dependencies + + + runtime + ${project.build.directory}/mods + ${nonModularGroupIds} + + + + copy-libs + prepare-package + + copy-dependencies + + + runtime + ${project.build.directory}/libs + ${nonModularGroupIds} + + + +