You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@systemml.apache.org by "Deron Eriksson (JIRA)" <ji...@apache.org> on 2016/12/07 02:38:58 UTC

[jira] [Created] (SYSTEMML-1143) Fix m2e errors in Eclipse for scala-maven-plugin

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)