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-shared-io.git
The following commit(s) were added to refs/heads/master by this push: new 7f2819d [MSHARED-1467] Dummy run-its profile 7f2819d is described below commit 7f2819d5ae6994d3380a93050be4f568444e76b2 Author: Sylwester Lachiewicz <slachiew...@apache.org> AuthorDate: Tue Mar 11 01:10:50 2025 +0100 [MSHARED-1467] Dummy run-its profile --- pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pom.xml b/pom.xml index 776c2a3..64b8300 100644 --- a/pom.xml +++ b/pom.xml @@ -136,4 +136,9 @@ </dependency> </dependencies> + <profiles> + <profile> + <id>run-its</id> + </profile> + </profiles> </project>