From 9feb3aff32d9db153b9f17debd1128337f14c2a9 Mon Sep 17 00:00:00 2001 From: "patrick.lambert" <patrick.mh.lambert@inrae.fr> Date: Tue, 23 Feb 2021 10:35:11 +0100 Subject: [PATCH] update pom --- pom.xml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/pom.xml b/pom.xml index cbc4794..38babfe 100644 --- a/pom.xml +++ b/pom.xml @@ -139,15 +139,15 @@ </configuration> </plugin> -<!-- <plugin> - uses the previously generated Manifest file (with maven-bundle-plugin) - <artifactId>maven-jar-plugin</artifactId> - <configuration> - <archive> - <manifestFile>${project.build.outputDirectory}/META-INF/MANIFEST.MF</manifestFile> - </archive> - </configuration> - </plugin> --> +<!-- <plugin> --> +<!-- uses the previously generated Manifest file (with maven-bundle-plugin) --> +<!-- <artifactId>maven-jar-plugin</artifactId> --> +<!-- <configuration> --> +<!-- <archive> --> +<!-- <manifestFile>${project.build.outputDirectory}/META-INF/MANIFEST.MF</manifestFile> --> +<!-- </archive> --> +<!-- </configuration> --> +<!-- </plugin> --> <plugin> <!-- plugin used for merging the various GeoTools META-INF/services files (specific transformer below) --> -- GitLab