You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by rg...@apache.org on 2018/07/05 02:16:12 UTC

logging-log4j2 git commit: LOG4J2-2305 - Move dependency unpack before the bundle plugin

Repository: logging-log4j2
Updated Branches:
  refs/heads/release-2.x 290857179 -> af5cd9926


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/af5cd992
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/af5cd992
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/af5cd992

Branch: refs/heads/release-2.x
Commit: af5cd99268cc7e4c2928fb343e23c8113c63594e
Parents: 2908571
Author: Ralph Goers <rg...@apache.org>
Authored: Wed Jul 4 19:16:05 2018 -0700
Committer: Ralph Goers <rg...@apache.org>
Committed: Wed Jul 4 19:16:05 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/af5cd992/log4j-slf4j18/pom.xml
----------------------------------------------------------------------
diff --git a/log4j-slf4j18/pom.xml b/log4j-slf4j18/pom.xml
index 9c6ff5f..1d788cf 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>