You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ki...@apache.org on 2018/09/08 09:09:27 UTC

[06/10] commons-imaging git commit: Fix location of combine.children, in order to get right entries in MANIFEST.MF

Fix location of combine.children, in order to get right entries in MANIFEST.MF


Project: http://git-wip-us.apache.org/repos/asf/commons-imaging/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-imaging/commit/74309e52
Tree: http://git-wip-us.apache.org/repos/asf/commons-imaging/tree/74309e52
Diff: http://git-wip-us.apache.org/repos/asf/commons-imaging/diff/74309e52

Branch: refs/heads/release
Commit: 74309e529532294314a0aaab309ccac403a9663e
Parents: b4fa8c7
Author: Bruno P. Kinoshita <ki...@apache.org>
Authored: Sat Sep 8 20:57:54 2018 +1200
Committer: Bruno P. Kinoshita <ki...@apache.org>
Committed: Sat Sep 8 20:57:54 2018 +1200

----------------------------------------------------------------------
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-imaging/blob/74309e52/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index d65e500..10ab367 100644
--- a/pom.xml
+++ b/pom.xml
@@ -132,8 +132,8 @@
           </execution>
         </executions>
         <configuration>
-          <archive combine.children="append">
-            <manifestEntries>
+          <archive>
+            <manifestEntries combine.children="append">
               <Automatic-Module-Name>${commons.module.name}</Automatic-Module-Name>
             </manifestEntries>
           </archive>