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 <[email protected]> Authored: Wed Jul 4 19:16:05 2018 -0700 Committer: Ralph Goers <[email protected]> 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>
