This is an automated email from the ASF dual-hosted git repository. vy pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/logging-log4j-transform.git
commit f430ce2f190d1adcee70808ef44b492901362e95 Author: Volkan Yazıcı <[email protected]> AuthorDate: Wed Oct 4 09:14:11 2023 +0200 Fix `maven-shade-plugin` example (#54) --- src/site/_log4j-transform-maven-shade-plugin-extensions.adoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/site/_log4j-transform-maven-shade-plugin-extensions.adoc b/src/site/_log4j-transform-maven-shade-plugin-extensions.adoc index abad624..8df852c 100644 --- a/src/site/_log4j-transform-maven-shade-plugin-extensions.adoc +++ b/src/site/_log4j-transform-maven-shade-plugin-extensions.adoc @@ -54,6 +54,8 @@ A typical configuration is: </dependencies> <executions> <execution> + <id>shade-jar-with-dependencies</id> + <phase>package</phase> <goals> <goal>shade</goal> </goals>
