You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by gn...@apache.org on 2022/05/13 14:10:42 UTC

[maven-mvnd] 01/01: Fix ITs

This is an automated email from the ASF dual-hosted git repository.

gnodet pushed a commit to branch cleanup
in repository https://gitbox.apache.org/repos/asf/maven-mvnd.git

commit c9ebb76904d1eaa620a7efe3557d6572ab520fda
Author: Guillaume Nodet <gn...@gmail.com>
AuthorDate: Fri May 13 16:10:26 2022 +0200

    Fix ITs
---
 integration-tests/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml
index 4a2bf8a..62896d6 100644
--- a/integration-tests/pom.xml
+++ b/integration-tests/pom.xml
@@ -32,7 +32,7 @@
     <properties>
         <maven.compiler.target>11</maven.compiler.target>
         <maven.compiler.source>11</maven.compiler.source>
-        <mvnd.home>${project.basedir}/../dist/target/mvnd-${project.version}-${os.detected.name}-${os.detected.arch}</mvnd.home>
+        <mvnd.home>${project.basedir}/../dist/target/maven-mvnd-${project.version}-${os.detected.name}-${os.detected.arch}</mvnd.home>
         <preinstall.artifacts>
             org/apache/maven/surefire/surefire-providers/${surefire.version}
             org/apache/maven/surefire/surefire-junit-platform/${surefire.version}