From 0c505777f861779eb499c3ad06dbef2ef8f6118a Mon Sep 17 00:00:00 2001 From: Michael Simacek Date: Thu, 2 Jun 2016 13:17:13 +0200 Subject: [PATCH] Fix build with current jar-plugin --- main/pom.xml | 8 ++++++++ pom.xml | 1 - 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/main/pom.xml b/main/pom.xml index a23ce9e..70c9a0d 100644 --- a/main/pom.xml +++ b/main/pom.xml @@ -17,6 +17,14 @@ + maven-jar-plugin + + + ${project.build.outputDirectory}/META-INF/MANIFEST.MF + + + + com.keyboardsamurais.maven maven-timestamp-plugin diff --git a/pom.xml b/pom.xml index 4982e47..1b257bc 100644 --- a/pom.xml +++ b/pom.xml @@ -102,7 +102,6 @@ maven-jar-plugin - true true false -- 2.5.5