mvn clean package -DskipTests assembly:assembly 命令报错,恳请升级下 mysql 版本和 maven 版本,非常的万分感谢,祝新年快乐
- Dominant language
- Java
- Stars
- 17.4k
- Forks
- 5.7k
- PR merge metrics
- No merged PRs in 30d
Description
1:maven 版本:3.9.3,
2:odpsreader模块下,import com.aliyun.odps.data.* 与import com.alibaba.datax.common.element.* 的 Record 类冲突
3:改动了很多代码以后,添加了很多 package.xml种的 id 名称后,mvn clean install-DskipTests 命令成功,执行命令mvn clean package -DskipTests assembly:assembly报错, assembly 在 maven-assembly-plugin 3.6.0,报错如下:
[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 reproducing the reported `mvn clean package -DskipTests assembly:assembly` command and inspect the Maven assembly configuration for the DataX build, including the `odpsreader` module and referenced `package.xml` files. Clarify whether the goal is to fix the unavailable `assembly` goal, upgrade Maven or MySQL, or resolve the Record import conflict; done requires an agreed scope and a successful package command.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- build-system
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100