You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@systemml.apache.org by de...@apache.org on 2017/06/17 00:14:17 UTC

systemml git commit: [MINOR] Prevent lifecycle configuration warnings in Eclipse 4.6.3

Repository: systemml
Updated Branches:
  refs/heads/master 9d8fc723c -> dc3dfbe85


[MINOR] Prevent lifecycle configuration warnings in Eclipse 4.6.3

Add ignores to m2e lifecycle-mapping for maven-dependency-plugin and
build-helper-maven-plugin to avoid warnings in Eclipse 4.6.3


Project: http://git-wip-us.apache.org/repos/asf/systemml/repo
Commit: http://git-wip-us.apache.org/repos/asf/systemml/commit/dc3dfbe8
Tree: http://git-wip-us.apache.org/repos/asf/systemml/tree/dc3dfbe8
Diff: http://git-wip-us.apache.org/repos/asf/systemml/diff/dc3dfbe8

Branch: refs/heads/master
Commit: dc3dfbe85296a2d7118997d308ac4c2b7c350dce
Parents: 9d8fc72
Author: Deron Eriksson <de...@us.ibm.com>
Authored: Fri Jun 16 17:09:26 2017 -0700
Committer: Deron Eriksson <de...@us.ibm.com>
Committed: Fri Jun 16 17:09:26 2017 -0700

----------------------------------------------------------------------
 pom.xml | 28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/systemml/blob/dc3dfbe8/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index bde1215..e3bf831 100644
--- a/pom.xml
+++ b/pom.xml
@@ -782,6 +782,20 @@
 										</pluginExecution>
 										<pluginExecution>
 											<pluginExecutionFilter>
+												<groupId>org.apache.maven.plugins</groupId>
+												<artifactId>maven-dependency-plugin</artifactId>
+												<versionRange>[2.10,)</versionRange>
+												<goals>
+													<goal>copy-dependencies</goal>
+												</goals>
+											</pluginExecutionFilter>
+											<action>
+												<ignore>
+												</ignore>
+											</action>
+										</pluginExecution>
+										<pluginExecution>
+											<pluginExecutionFilter>
 												<groupId>net.alchim31.maven</groupId>
 												<artifactId>scala-maven-plugin</artifactId>
 												<versionRange>[3.2.2,)</versionRange>
@@ -796,6 +810,20 @@
 												</ignore>
 											</action>
 										</pluginExecution>
+										<pluginExecution>
+											<pluginExecutionFilter>
+												<groupId>org.codehaus.mojo</groupId>
+												<artifactId>build-helper-maven-plugin</artifactId>
+												<versionRange>[1.8,)</versionRange>
+												<goals>
+													<goal>add-test-source</goal>
+												</goals>
+											</pluginExecutionFilter>
+											<action>
+												<ignore>
+												</ignore>
+											</action>
+										</pluginExecution>
 									</pluginExecutions>
 								</lifecycleMappingMetadata>
 							</configuration>