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} + + + +