From 73a82e3a7bd357042aefa9d13e6f92430bcb003d Mon Sep 17 00:00:00 2001 From: Dennis Lundberg Date: Fri, 29 Dec 2006 23:27:57 +0000 Subject: [PATCH] Add our own manifest to all the produced jar files. git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@491134 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 73f6056..765919d 100644 --- a/pom.xml +++ b/pom.xml @@ -158,6 +158,11 @@ --> maven-jar-plugin + + + src/conf/MANIFEST.MF + + testjar @@ -197,7 +202,8 @@ dest="${workdir}"/> + destfile="${project.build.directory}/${target}.jar" + manifest="${basedir}/src/conf/MANIFEST.MF"> @@ -226,7 +232,8 @@ dest="${workdir}"/> + destfile="${project.build.directory}/${target}.jar" + manifest="${basedir}/src/conf/MANIFEST.MF">