From 1e7955be881834b6442e6b9aa25f47085b910567 Mon Sep 17 00:00:00 2001 From: Wouter Born Date: Mon, 1 Oct 2018 09:54:15 +0200 Subject: [PATCH] Set maven-install-plugin version to 2.5.2 (#408) Fixes: [ERROR] Failed to execute goal org.apache.maven.plugins:maven-install-plugin:3.0.0-M1:install (default-install) on project openhab2-addons: 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] Signed-off-by: Wouter Born --- poms/pom.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/poms/pom.xml b/poms/pom.xml index d676714b0..701cbb51c 100644 --- a/poms/pom.xml +++ b/poms/pom.xml @@ -170,6 +170,10 @@ maven-deploy-plugin 2.8.2 + + maven-install-plugin + 2.5.2 + org.commonjava.maven.plugins directory-maven-plugin