Add execution id to repackage goal
Closes gh-14210
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user