irbian opened a new issue, #367: URL: https://github.com/apache/maven-install-plugin/issues/367
### Affected version 3.1.4 ### Bug description I´m getting this error ``` [ERROR] Failed to execute goal org.apache.maven.plugins:maven-install-plugin:3.1.2:install (default-install) on project myproject: The packaging plugin for project myproject-parent did not assign a file to the build artifact -> [Help 1] org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-install-plugin:3.1.2:install (default-install) on project myproject: The packaging plugin for project myproject-parent did not assign a file to the build artifact at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:333) at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:316) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:212) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:174) ``` I have it like this, like a multimodule myproject (packing pom) - myproject-parent/pom.xml (packaging pom) - myproject-web/pom.xml (packaging war) I´m getting this bug since upgrading to maven 3.9.x I can workaround around this doing an skip install for myproject and myproject-parent or dropping installAtEnd Any input appreciated -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
