This is an automated email from the ASF dual-hosted git repository.
gnodet pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-mvnd.git
The following commit(s) were added to refs/heads/master by this push:
new a7537fc2 Update m2.conf to match Maven 4.x
a7537fc2 is described below
commit a7537fc2337608f31fad8418c0a77b1964faa0e2
Author: Stefan Oehme <[email protected]>
AuthorDate: Mon Nov 11 17:33:51 2024 +0100
Update m2.conf to match Maven 4.x
So calling the `mvn` executable from a daemon distribution behaves more
like vanilla Maven 4.x
---
dist/src/main/distro/mvn/bin/m2.conf | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dist/src/main/distro/mvn/bin/m2.conf
b/dist/src/main/distro/mvn/bin/m2.conf
index 0cd1f3b4..b10bce05 100644
--- a/dist/src/main/distro/mvn/bin/m2.conf
+++ b/dist/src/main/distro/mvn/bin/m2.conf
@@ -14,7 +14,7 @@
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
-main is org.apache.maven.cli.MavenCli from plexus.core
+main is ${maven.mainClass} from plexus.core
set maven.conf default ${maven.home}/conf