From 55600f170253e261a250d619e90b7217ac2e7c70 Mon Sep 17 00:00:00 2001 From: Costin Leau Date: Thu, 2 Dec 2010 14:05:11 +0200 Subject: [PATCH] + update jar plugin to fix ignored manifest on latest Maven installs --- pom.xml | 2 +- spring-data-keyvalue-parent/pom.xml | 19 +++++++++++++++++++ 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 78ccfb3dd..de846da55 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.springframework.data spring-data-keyvalue-dist - Spring Datastore Key-Value Distribution + Spring Data Key-Value Distribution 1.0.0.BUILD-SNAPSHOT pom diff --git a/spring-data-keyvalue-parent/pom.xml b/spring-data-keyvalue-parent/pom.xml index 660068a1f..32c0d9b2a 100644 --- a/spring-data-keyvalue-parent/pom.xml +++ b/spring-data-keyvalue-parent/pom.xml @@ -382,6 +382,19 @@ junit:junit + + org.apache.maven.plugins + maven-jar-plugin + + + ${project.build.outputDirectory}/META-INF/MANIFEST.MF + + + + +