I have a module which has a packaging of
feature
from the
karaf-maven-plugin
. When running the
mvn install
command, the following error occurs:
Failed to execute goal org.apache.maven.plugins:maven-install-plugin:3.0.0-M1:install (
default
-install) on project <project_name>: NoFileAssignedException: The packaging plugin
for
this
project did not assign a main file to the project but it has attachments. Change packaging to
'pom'
. -> [Help 1]
Reverting back to version
2.5.2
made the
mvn install
command succeed.