Karl Heinz Marbaise created NIFI-193:
----------------------------------------
Summary: WARNING on mvn install in nar-maven-plugin
Key: NIFI-193
URL: https://issues.apache.org/jira/browse/NIFI-193
Project: Apache NiFi
Issue Type: Improvement
Components: Tools and Build
Affects Versions: 0.0.1
Reporter: Karl Heinz Marbaise
Priority: Minor
Fix For: 0.0.1
Currently if you go to the folder {{nar-maven-plugin}} and do a simple {{mvn
install}} you will get a warning like the following:
{code}
[WARNING]
[WARNING] Some problems were encountered while building the effective model for
org.apache.nifi:nar-maven-plugin:maven-plugin:0.0.1-SNAPSHOT
[WARNING] 'parent.relativePath' points at org.apache.nifi:nifi-parent instead
of org.apache:apache, please verify your project structure @ line 19, column 13
[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}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)