This is an automated email from the ASF dual-hosted git repository.
hboutemy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-wrapper.git
The following commit(s) were added to refs/heads/master by this push:
new 62c6a95 [MWRAPPER-29] Possibility to build project by verify lifecycle
62c6a95 is described below
commit 62c6a95364ea44243b6c30a17ee793fce067a4c2
Author: Slawomir Jaranowski <[email protected]>
AuthorDate: Tue Dec 7 22:18:58 2021 +0100
[MWRAPPER-29] Possibility to build project by verify lifecycle
---
maven-wrapper-plugin/pom.xml | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/maven-wrapper-plugin/pom.xml b/maven-wrapper-plugin/pom.xml
index e77fe60..2869b4c 100644
--- a/maven-wrapper-plugin/pom.xml
+++ b/maven-wrapper-plugin/pom.xml
@@ -74,6 +74,17 @@ under the License.
<artifactId>maven-plugin-annotations</artifactId>
<optional>true</optional>
</dependency>
+
+ <!-- dependency to wrapper distributions -->
+ <!-- it will be copied by invoker:install to local test repo -->
+ <!-- so we use currently build artifacts in IT tests -->
+ <dependency>
+ <groupId>org.apache.maven.wrapper</groupId>
+ <artifactId>maven-wrapper-distribution</artifactId>
+ <version>${project.version}</version>
+ <type>pom</type>
+ <scope>test</scope>
+ </dependency>
</dependencies>
<profiles>