Repository: logging-log4j2
Updated Branches:
  refs/heads/master 2bfb0bae7 -> bf5ab8611


LOG4J2-2305 - Move dependency unpack before the bundle plugin


Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/bf5ab861
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/bf5ab861
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/bf5ab861

Branch: refs/heads/master
Commit: bf5ab8611222efcc606cf944efa93b42e53ff525
Parents: 2bfb0ba
Author: Ralph Goers <rgo...@apache.org>
Authored: Wed Jul 4 19:18:13 2018 -0700
Committer: Ralph Goers <rgo...@apache.org>
Committed: Wed Jul 4 19:18:13 2018 -0700

----------------------------------------------------------------------
 log4j-slf4j18/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/bf5ab861/log4j-slf4j18/pom.xml
----------------------------------------------------------------------
diff --git a/log4j-slf4j18/pom.xml b/log4j-slf4j18/pom.xml
index 22b36f4..c67ca9b 100644
--- a/log4j-slf4j18/pom.xml
+++ b/log4j-slf4j18/pom.xml
@@ -103,7 +103,7 @@
         <executions>
           <execution>
             <id>unpack-classes</id>
-            <phase>prepare-package</phase>
+            <phase>process-resources</phase>
             <goals>
               <goal>unpack</goal>
             </goals>

Reply via email to