From 0b8f8e53af7d4e54b26d7e725777ea295b9766a8 Mon Sep 17 00:00:00 2001 From: Sebastian Stenzel Date: Thu, 28 Feb 2019 23:45:10 +0100 Subject: [PATCH] Re-added "Implementation-Version" to the jars' manifest to determine Cryptomator version at runtime --- main/pom.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/main/pom.xml b/main/pom.xml index 8b44957e0..5ad7bf9b6 100644 --- a/main/pom.xml +++ b/main/pom.xml @@ -292,6 +292,18 @@ + + org.apache.maven.plugins + maven-jar-plugin + + + + + true + + + + org.jacoco jacoco-maven-plugin