diff --git a/pom.xml b/pom.xml index 356af68..e9e5dd3 100644 --- a/pom.xml +++ b/pom.xml @@ -106,6 +106,34 @@ true + + + org.apache.maven.plugins + maven-resources-plugin + 3.0.1 + + + readme-maven-dep-image-gen + process-resources + + copy-resources + + + ${project.basedir}/.github/assets/images + + + ${project.basedir}/.github/assets/templates + + mvn-dep-coordinates.svg + + true + + + UTF-8 + + + + @@ -165,36 +193,4 @@ - - - - org.apache.maven.plugins - maven-resources-plugin - 3.0.1 - - - readme-maven-dep-image-gen - process-resources - - copy-resources - - - ${project.basedir}/.github/assets/images - - - ${project.basedir}/.github/assets/templates - - mvn-dep-coordinates.svg - - true - - - UTF-8 - - - - - - -