Deron Eriksson created SYSTEMML-1143:
----------------------------------------
Summary: Fix m2e errors in Eclipse for scala-maven-plugin
Key: SYSTEMML-1143
URL: https://issues.apache.org/jira/browse/SYSTEMML-1143
Project: SystemML
Issue Type: Improvement
Components: Build
Reporter: Deron Eriksson
Assignee: Deron Eriksson
Priority: Minor
Eclipse current gives the following m2e errors regarding the scala-maven-plugin:
1. Plugin execution not covered by lifecycle configuration:
net.alchim31.maven:scala-maven-plugin:3.2.2:add-source (execution:
eclipse-add-source, phase: initialize)
2. Plugin execution not covered by lifecycle configuration:
net.alchim31.maven:scala-maven-plugin:3.2.2:compile (execution:
scala-compile-first, phase: process-resources)
3. Plugin execution not covered by lifecycle configuration:
net.alchim31.maven:scala-maven-plugin:3.2.2:testCompile (execution:
scala-test-compile-first, phase: process-test-resources)
This can probably be fixed by adding a pluginExecution for scala-maven-plugin
to the m2e lifecycle-mapping plugin entry in the pom.xml.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)