Deron Eriksson created SYSTEMML-1119:
----------------------------------------
Summary: Fix duplicate declaration of exec-maven-plugin
Key: SYSTEMML-1119
URL: https://issues.apache.org/jira/browse/SYSTEMML-1119
Project: SystemML
Issue Type: Bug
Components: Build
Reporter: Deron Eriksson
Assignee: Deron Eriksson
Current execution of maven on the project gives the following warning:
{code}
[WARNING] Some problems were encountered while building the effective model for
org.apache.systemml:systemml:jar:0.12.0-incubating-SNAPSHOT
[WARNING] 'profiles.profile[distribution].plugins.plugin.(groupId:artifactId)'
must be unique but found duplicate declaration of plugin
org.codehaus.mojo:exec-maven-plugin @ line 833, column 14
[WARNING]
[WARNING] It is highly recommended to fix these problems because they threaten
the stability of your build.
[WARNING]
[WARNING] For this reason, future Maven versions might no longer support
building such malformed projects.
[WARNING]
{code}
Remove the deplicate declarations.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)