[INFO] parent ............................................. SUCCESS [ 0.390 s]
[INFO] pojo ............................................... FAILURE [ 0.000 s]
[INFO] mapper ............................................. SKIPPED
[INFO] service ............................................ SKIPPED
[INFO] controller ......................................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 0.643 s
[INFO] Finished at: 2020-12-29T14:50:22+08:00
[INFO] Final Memory: 6M/184M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-install-plugin:2.4:install (default-cli) on project pojo: 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
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR] mvn <goals> -rf :pojo
Process finished with exit code 1
父工程install为啥失败?