maven-mvnd icon indicating copy to clipboard operation
maven-mvnd copied to clipboard

Mvnd complains about comments in .mvn/maven.config

Open wendigo opened this issue 1 year ago • 0 comments

Having .mvn/maven.config:

--strict-checksums
# Whazzupppp
-Daether.syncContext.named.factory=file-lock
-Daether.syncContext.named.nameMapper=file-hgav
-Daether.syncContext.named.retry=5
-Daether.dependencyCollector.impl=bf
-Daether.remoteRepositoryFilter.prefixes=true
-Daether.remoteRepositoryFilter.prefixes.basedir=${session.rootDirectory}/.mvn/rrf/
-Daether.remoteRepositoryFilter.groupId=true
-Daether.remoteRepositoryFilter.groupId.basedir=${session.rootDirectory}/.mvn/rrf/

mvnd will fail with:

Unable to parse maven.config: Unrecognized maven.config file entries: [# Whazzupppp]

wendigo avatar Feb 20 '24 10:02 wendigo