maven-mvnd
maven-mvnd copied to clipboard
Mvnd complains about comments in .mvn/maven.config
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]