[
https://issues.apache.org/jira/browse/NIFI-193?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14256142#comment-14256142
]
Joseph Witt commented on NIFI-193:
----------------------------------
Karl-Heinz:
The PR and patch seems to suggest we need to merge back against master. We're
currently working with develop.
The part you wanted to provide I think was this
***
>From fb8d633e8c86278a67a88cbb4490c738b2ff95da Mon Sep 17 00:00:00 2001
From: Karl-Heinz Marbaise <[email protected]>
Date: Mon, 22 Dec 2014 21:05:21 +0100
Subject: [PATCH 69/69] [NIFI-193] WARNING on mvn install in nar-maven-plugin
---
nar-maven-plugin/pom.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/nar-maven-plugin/pom.xml b/nar-maven-plugin/pom.xml
index 26b6a11..e539f0a 100644
--- a/nar-maven-plugin/pom.xml
+++ b/nar-maven-plugin/pom.xml
@@ -20,6 +20,7 @@
<groupId>org.apache</groupId>
<artifactId>apache</artifactId>
<version>16</version>
+ <relativePath/>
</parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nar-maven-plugin</artifactId>
***
So i'll test hat out and apply. I'm thinking it applies if you've never built
nifi which i suppose would be the case on the first pass.
Thanks
Joe
> 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
> Labels: patch
> 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)