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

Apache Maven Daemon

Results 215 maven-mvnd issues
Sort by recently updated
recently updated
newest added

Bumps org.apache.commons:commons-compress from 1.23.0 to 1.26.0. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.commons:commons-compress&package-manager=maven&previous-version=1.23.0&new-version=1.26.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

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]...

As currently it fails: ``` class io.takari.maven.builder.smart.DependencyGraph cannot be cast to class io.takari.maven.builder.smart.DependencyGraph (io.takari.maven.builder.smart.DependencyGraph is in unnamed module of loader org.codehaus.plexus.classworlds.realm.ClassRealm @97e1986; io.takari.maven.builder.smart.DependencyGraph is in unnamed module of loader org.codehaus.plexus.classworlds.realm.ClassRealm...

Probably related issue: #883 Things like: - Correct display: ``` [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile (default-compile) on project tfpay-notify-api: Compilation failure [ERROR] /E:/workspace-test/maven-group/maven-cjk-char-display-error-demo/src/main/java/org/apache/maven/daemon/test/TestType.java:[17,66] 找不到符号 [ERROR] 符号: 类 TestParam123 [ERROR]...

When I execute the following build command, the console displays garbled codes. How can I solve this problem? Apache Maven Daemon (mvnd) 1.0-m8 windows-amd64 native client (0f4bdb6df5e74453d8d558d292789da4e66a7933) Terminal: org.jline.terminal.impl.jansi.win.JansiWinSysTerminal Apache...

I am using the Maven plugin `dockerfile-maven-plugin` to build a Docker image for a maven module. To build the image I just run `mvn package`. I have to login to...

Context: https://github.com/trinodb/trino/pull/20486 https://github.com/trinodb/trino/pull/20734 `${session.rootDirectory}` is not interpolated by `mvnd` when used in the `.mvn/maven.config` to configure modernizer plugin like this: `-Dmodernizer.violationsFile=${session.rootDirectory}/.mvn/modernizer/violations.xml` Under mvnd it results in: ``` [ERROR] Failed to...

hi, i have a java app that spawn mvn and now i try to replace with mvnd i got Fri Feb 02 11:03:41 CET 2024 Feb 02, 2024 11:03:41 AM...