Taier icon indicating copy to clipboard operation
Taier copied to clipboard

[Bug] [mvn install] can't executor mvn install command

Open kinoxyz1 opened this issue 2 years ago • 2 comments

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

kinoxyz1 avatar Mar 15 '23 02:03 kinoxyz1

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

ghm02708 avatar Mar 15 '23 03:03 ghm02708

I have solved this problem, want to execute is mvn install command, can modify the relevant pom.xml.

kinoxyz1 avatar Mar 16 '23 10:03 kinoxyz1