Add execution id to repackage goal

Closes gh-14210
This commit is contained in:
Stephane Nicoll
2018-08-27 13:56:48 +02:00
parent f77651a795
commit a86d7cdb97
2 changed files with 3 additions and 0 deletions

View File

@@ -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].

View File

@@ -156,6 +156,7 @@
<artifactId>spring-boot-maven-plugin</artifactId>
<executions>
<execution>
<id>repackage</id>
<goals>
<goal>repackage</goal>
</goals>