You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2018/06/07 08:03:00 UTC

[jira] [Commented] (NIFI-5277) nifi-nar-maven-plugin is built against buggy maven version

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

ASF GitHub Bot commented on NIFI-5277:
--------------------------------------

GitHub user paulmillar opened a pull request:

    https://github.com/apache/nifi-maven/pull/4

    NIFI-5277 nifi-nar-maven-plugin is built against buggy maven version

    Signed-off-by: Paul Millar <pa...@desy.de>

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/paulmillar/nifi-maven fix/maven-version-bump

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/nifi-maven/pull/4.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #4
    
----
commit 5b3f43031d41fbcd10e02a8592aa47ef708f062d
Author: Paul Millar <pa...@...>
Date:   2018-06-07T08:00:09Z

    NIFI-5277 nifi-nar-maven-plugin is built against buggy maven version
    
    Signed-off-by: Paul Millar <pa...@desy.de>

----


> nifi-nar-maven-plugin is built against buggy maven version
> ----------------------------------------------------------
>
>                 Key: NIFI-5277
>                 URL: https://issues.apache.org/jira/browse/NIFI-5277
>             Project: Apache NiFi
>          Issue Type: Bug
>          Components: Tools and Build
>    Affects Versions: 1.5.0, 1.6.0
>         Environment: Maven v3.2.1
> Java v1.8.0_171 (OpenJDK)
> Debian GNU/Linux 9.4 (stretch)
>            Reporter: Paul Millar
>            Priority: Major
>              Labels: easyfix, pull-request-available
>
> The nifi-maven package builds a maven plugin (nifi-nar-maven-plugin) that enhances maven so it can build nar files.
> nifi-nar-maven-plugin v1.2.0 depends on maven 3.1.0, which is buggy and leaks dependencies on aether and sufi.  These problems are demonstrated by attempting to load the project into netbeans, which provides the following error:
> {quote}Some problems were encountered while processing the POMs:
> [ERROR] Unresolveable build extension: Plugin org.apache.nifi:nifi-nar-maven-plugin:1.2.0 or one of its dependencies could not be resolved: The following artifacts could not be resolved: org.eclipse.aether:aether-spi:jar:0.9.0.M2, org.eclipse.aether:aether-impl:jar:0.9.0.M2, org.eclipse.aether:aether-api:jar:0.9.0.M2: The repository system is offline but the artifact org.eclipse.aether:aether-spi:jar:0.9.0.M2 is not available in the local repository. @ {quote}
> These problems have been resolved by the bug-fix release: maven v3.1.1.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)