You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Paul Grey (Jira)" <ji...@apache.org> on 2021/07/09 16:51:00 UTC

[jira] [Commented] (NIFI-8772) Internal project consistency checks; address issues

    [ https://issues.apache.org/jira/browse/NIFI-8772?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17378171#comment-17378171 ] 

Paul Grey commented on NIFI-8772:
---------------------------------

Fixed two inconsistencies in Maven module parent/child relationships.

Addressed two duplicate module dependency relationships (address Maven warnings).
{code:java}
'dependencies.dependency.(groupId:artifactId:type:classifier)' must be unique:
{code}
Remediated two usages of <prerequisities> (replace with Maven recommendation).
{code:java}
The project ${project} uses prerequisites which is only intended for maven-plugin projects but not for non maven-plugin projects. For such purposes you should use the maven-enforcer-plugin. See https://maven.apache.org/enforcer/enforcer-rules/requireMavenVersion.html
{code}
 

> Internal project consistency checks; address issues
> ---------------------------------------------------
>
>                 Key: NIFI-8772
>                 URL: https://issues.apache.org/jira/browse/NIFI-8772
>             Project: Apache NiFi
>          Issue Type: Improvement
>            Reporter: Paul Grey
>            Assignee: Paul Grey
>            Priority: Minor
>
> Evaluate project POMs to identify inconsistencies, and address as needed.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)