Skip to content

Commit

Permalink
Fix maven-shade-plugin example (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
vy committed Oct 4, 2023
1 parent 24b150a commit f430ce2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/site/_log4j-transform-maven-shade-plugin-extensions.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit f430ce2

Please sign in to comment.