Skip to content

Commit

Permalink
deploy: 6c6c919
Browse files Browse the repository at this point in the history
  • Loading branch information
andrus committed Apr 30, 2024
1 parent 3b93705 commit a6e8661
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/3.x/bootique-docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1646,7 +1646,7 @@ <h3 id="runnable-jar-with-dependencies">4.1. Runnable Jar with Dependencies</h3>
&lt;plugin&gt;
&lt;groupId&gt;org.apache.maven.plugins&lt;/groupId&gt;
&lt;artifactId&gt;maven-shade-plugin&lt;/artifactId&gt;
&lt;version&gt;3.2.4&lt;/version&gt;
&lt;version&gt;3.5.3&lt;/version&gt;
&lt;configuration&gt;
&lt;createDependencyReducedPom&gt;true&lt;/createDependencyReducedPom&gt;
&lt;filters&gt;
Expand All @@ -1672,6 +1672,8 @@ <h3 id="runnable-jar-with-dependencies">4.1. Runnable Jar with Dependencies</h3>
&lt;transformer implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer"&gt;
&lt;mainClass&gt;${main.class}&lt;/mainClass&gt;
&lt;/transformer&gt;
&lt;transformer implementation="org.apache.maven.plugins.shade.resource.ApacheLicenseResourceTransformer"/&gt;
&lt;transformer implementation="org.apache.maven.plugins.shade.resource.ApacheNoticeResourceTransformer"/&gt;
&lt;/transformers&gt;
&lt;/configuration&gt;
&lt;/execution&gt;
Expand Down

0 comments on commit a6e8661

Please sign in to comment.