diff --git a/main/core/pom.xml b/main/core/pom.xml index a406c3c1d..ba2c5f52e 100644 --- a/main/core/pom.xml +++ b/main/core/pom.xml @@ -65,18 +65,16 @@ - - - - org.apache.maven.plugins - maven-compiler-plugin - 3.1 - - 1.7 - 1.7 - - - - + + + org.apache.maven.plugins + maven-compiler-plugin + 3.1 + + 1.7 + 1.7 + + + diff --git a/main/crypto-aes/pom.xml b/main/crypto-aes/pom.xml index 3fe9c62c1..9e9bf7192 100644 --- a/main/crypto-aes/pom.xml +++ b/main/crypto-aes/pom.xml @@ -48,20 +48,18 @@ jackson-databind - + - - - - org.apache.maven.plugins - maven-compiler-plugin - 3.1 - - 1.7 - 1.7 - - - - + + + org.apache.maven.plugins + maven-compiler-plugin + 3.1 + + 1.7 + 1.7 + + + diff --git a/main/crypto-api/pom.xml b/main/crypto-api/pom.xml index 78c8c3e7a..5512d2fd5 100644 --- a/main/crypto-api/pom.xml +++ b/main/crypto-api/pom.xml @@ -25,18 +25,16 @@ - - - - org.apache.maven.plugins - maven-compiler-plugin - 3.1 - - 1.7 - 1.7 - - - - + + + org.apache.maven.plugins + maven-compiler-plugin + 3.1 + + 1.7 + 1.7 + + + \ No newline at end of file diff --git a/main/ui/package/linux/Cryptomator.png b/main/ui/package/linux/Cryptomator.png new file mode 100644 index 000000000..d1e5c447a Binary files /dev/null and b/main/ui/package/linux/Cryptomator.png differ diff --git a/main/ui/package/macosx/Cryptomator-background.png b/main/ui/package/macosx/Cryptomator-background.png new file mode 100644 index 000000000..e05f1e8cf Binary files /dev/null and b/main/ui/package/macosx/Cryptomator-background.png differ diff --git a/main/ui/src/main/resources/logo.icns b/main/ui/package/macosx/Cryptomator-volume.icns similarity index 100% rename from main/ui/src/main/resources/logo.icns rename to main/ui/package/macosx/Cryptomator-volume.icns diff --git a/main/ui/package/macosx/Cryptomator.icns b/main/ui/package/macosx/Cryptomator.icns new file mode 100644 index 000000000..f2eb85138 Binary files /dev/null and b/main/ui/package/macosx/Cryptomator.icns differ diff --git a/main/ui/package/windows/Cryptomator.ico b/main/ui/package/windows/Cryptomator.ico new file mode 100644 index 000000000..8a62b707c Binary files /dev/null and b/main/ui/package/windows/Cryptomator.ico differ diff --git a/main/ui/pom.xml b/main/ui/pom.xml index 0b1c57673..6c1491b99 100644 --- a/main/ui/pom.xml +++ b/main/ui/pom.xml @@ -50,82 +50,73 @@ - - - - - org.apache.maven.plugins - maven-compiler-plugin - 3.1 - - 1.8 - 1.8 - - - - org.apache.maven.plugins - maven-dependency-plugin + maven-compiler-plugin + 3.1 + + 1.8 + 1.8 + + + + + maven-assembly-plugin - copy - prepare-package + make-assembly + package - copy-dependencies + single - - ${project.build.directory}/libs - compile - runtime - + + + jar-with-dependencies + + ${javafx.application.name} + false + + + ${exec.mainClass} + + + + maven-antrun-plugin 1.7 - native-launcher - package + create-deployment-bundle + install run - - + - - - - - - - - - - - - - + + + - - - - + - + + +