brooklyncentral / clocker

Apache Brooklyn cloud native infrastructure blueprints
Apache License 2.0
426 stars 66 forks source link

Hold back maven-install-plugin to 2.5.2 MINSTALL-151 #452

Closed kemitix closed 5 years ago

kemitix commented 5 years ago

[ERROR] Failed to execute goal org.apache.maven.plugins:maven-install-plugin:3.0.0-M1:install (default-install) on project clocker-features: 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]

The maven-install-plugin 3.0.0-M1 doesn't handle modules with no primary artefacts, but that still has attached artefacts.

https://issues.apache.org/jira/browse/MINSTALL-151

Fixes https://jenkins.cloudsoftdev.net/job/builds/job/brooklyn-central/job/clocker/445/

kemitix commented 5 years ago

@tbouron Fix for clocker build failure in Jenkins.