Taier
Taier copied to clipboard
[Bug] [mvn install] can't executor mvn install command
Search before asking
- [X] I had searched in the issues and found no similar issues.
What happened
error:
[INFO] Finished at: 2023-03-15T10:16:02+08:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-install-plugin:2.4:install (default-install) on project plugins.dummy: The packaging for this project did not assign a file to the build artifact -> [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/MojoExecutionException
What you expected to happen
The install command can be executed normally
How to reproduce
cd $TAIER_HOME
mvn clean install -Dmaven.test.skip=true
Anything else
No response
Version
master
Are you willing to submit PR?
- [X] Yes I am willing to submit a PR!
Code of Conduct
- [X] I agree to follow this project's Code of Conduct
mvn clean package -DskipTests -T 1C -pl
taier-ui,
taier-data-develop,
taier-common,
taier-worker/taier-worker-plugin,
taier-datasource/taier-datasource-plugin
-am -amd
I have solved this problem, want to execute is mvn install command, can modify the relevant pom.xml.