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:41 UTC

[maven-mvnd] branch cleanup created (now c9ebb76)

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

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


      at c9ebb76  Fix ITs

This branch includes the following new commits:

     new c9ebb76  Fix ITs

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[maven-mvnd] 01/01: Fix ITs

Posted by gn...@apache.org.
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}