From a86d7cdb97139579f49929f931660a87db73399f Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 27 Aug 2018 13:56:48 +0200 Subject: [PATCH] Add execution id to `repackage` goal Closes gh-14210 --- .../spring-boot-docs/src/main/asciidoc/using-spring-boot.adoc | 2 ++ .../spring-boot-starters/spring-boot-starter-parent/pom.xml | 1 + 2 files changed, 3 insertions(+) diff --git a/spring-boot-project/spring-boot-docs/src/main/asciidoc/using-spring-boot.adoc b/spring-boot-project/spring-boot-docs/src/main/asciidoc/using-spring-boot.adoc index 152a06c9c2..af3e62610c 100644 --- a/spring-boot-project/spring-boot-docs/src/main/asciidoc/using-spring-boot.adoc +++ b/spring-boot-project/spring-boot-docs/src/main/asciidoc/using-spring-boot.adoc @@ -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 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]. diff --git a/spring-boot-project/spring-boot-starters/spring-boot-starter-parent/pom.xml b/spring-boot-project/spring-boot-starters/spring-boot-starter-parent/pom.xml index ba459a2917..c88f2df330 100644 --- a/spring-boot-project/spring-boot-starters/spring-boot-starter-parent/pom.xml +++ b/spring-boot-project/spring-boot-starters/spring-boot-starter-parent/pom.xml @@ -156,6 +156,7 @@ spring-boot-maven-plugin + repackage repackage