This is an automated email from the ASF dual-hosted git repository. slachiewicz pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-shade-plugin.git
commit 19e685d6c85199581f3031351a2f2623da8bef61 Author: Matthias Bünger <[email protected]> AuthorDate: Mon Nov 3 19:23:28 2025 +0100 Invoker in IT-Parent --- src/it/projects/mini-jar-jdk11+/pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/it/projects/mini-jar-jdk11+/pom.xml b/src/it/projects/mini-jar-jdk11+/pom.xml index be669d3..a2c9a12 100644 --- a/src/it/projects/mini-jar-jdk11+/pom.xml +++ b/src/it/projects/mini-jar-jdk11+/pom.xml @@ -74,6 +74,11 @@ under the License. </execution> </executions> </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-invoker-plugin</artifactId> + <version>3.9.1</version> + </plugin> </plugins> </build> </project>
