[bug] maven 3.9.6 编译失败
- Dominant language
- Java
- Stars
- 17.4k
- Forks
- 5.7k
- PR merge metrics
- No merged PRs in 30d
Description
同样的代码和maven命令`mvn -U clean package assembly:assembly -Dmaven.test.skip=true `
maven 3.8.8 **通过**
maven 3.9.6 **BUILD FAILURE**
[ERROR] Could not find goal 'assembly' in plugin org.apache.maven.plugins:maven-assembly-plugin:3.6.0 among available goals help, single -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoNotFoundException
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by running `mvn -U clean package assembly:assembly -Dmaven.test.skip=true` with Maven 3.8.8 and 3.9.6, then inspect the Maven assembly configuration that invokes the `assembly` goal. Done means the same build completes successfully on Maven 3.9.6 without the reported `MojoNotFoundException`.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- build-system
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100