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

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

GitHub user khmarbaise opened a pull request:

    https://github.com/apache/incubator-nifi/pull/3

    [NIFI-194] get mvn clean package working correctly

     - Removed phase definition for maven-source-plugin
     - Changed goal to jar-no-fork to prevent life cylcle forking
     - Removed version ranges.

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

    $ git pull https://github.com/khmarbaise/incubator-nifi NIFI-194

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

    https://github.com/apache/incubator-nifi/pull/3.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 #3
    
----
commit 3b4a7a63c61ccfd303e7187319b439e85bcc6e58
Author: Karl-Heinz Marbaise <[email protected]>
Date:   2014-12-22T20:48:35Z

    [NIFI-194] get mvn clean package working correctly
     - Removed phase definition for maven-source-plugin
     - Changed goal to jar-no-fork to prevent life cylcle forking
     - Removed version ranges.

----


> Could not do `mvn clean package` after nar-plugin has been built.
> -----------------------------------------------------------------
>
>                 Key: NIFI-194
>                 URL: https://issues.apache.org/jira/browse/NIFI-194
>             Project: Apache NiFi
>          Issue Type: Bug
>          Components: Tools and Build
>    Affects Versions: 0.0.1
>            Reporter: Karl Heinz Marbaise
>            Priority: Critical
>              Labels: patch
>             Fix For: 0.0.1
>
>
> After you have build the `nar-maven-plugin` via `mvn install` you should be 
> able to build the whole project via:
> {{mvn clean package}} but you will get a failure during the build like this:
> {code}
> [INFO] Final Memory: 50M/720M
> [INFO] 
> ------------------------------------------------------------------------
> [ERROR] Failed to execute goal 
> org.apache.maven.plugins:maven-remote-resources-plugin:1.5:process (default) 
> on project core-api: Failed to resolve dependencies for one or more projects 
> in the reactor. Reason: No versions are present in the repository for the 
> artifact with a range [0.0.1-SNAPSHOT,1.0.0-SNAPSHOT)
> [ERROR] org.apache.nifi:nifi-nar:jar:null
> [ERROR]
> [ERROR] from the specified remote repositories:
> [ERROR] nexus (http://localhost:8081/nexus/content/groups/public, 
> releases=true, snapshots=true)
> [ERROR] Path to dependency:
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to