Commit a86d7cdb authored by Stephane Nicoll's avatar Stephane Nicoll

Add execution id to `repackage` goal

Closes gh-14210
parent f77651a7
......@@ -58,6 +58,8 @@ defaults. The parent project provides the following features:
the spring-boot-dependencies pom, that manages the versions of common dependencies. This
dependency management lets you omit <version> tags for those dependencies when used in
your own pom.
* An execution of the {spring-boot-maven-plugin-site}/repackage-mojo.html[`repackage`
goal] with a `repackage` execution id.
* Sensible
https://maven.apache.org/plugins/maven-resources-plugin/examples/filter.html[resource
filtering].
......
......@@ -156,6 +156,7 @@
<artifactId>spring-boot-maven-plugin</artifactId>
<executions>
<execution>
<id>repackage</id>
<goals>
<goal>repackage</goal>
</goals>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment