[
https://issues.apache.org/jira/browse/NIFI-194?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14256510#comment-14256510
]
ASF subversion and git services commented on NIFI-194:
------------------------------------------------------
Commit 3b4a7a63c61ccfd303e7187319b439e85bcc6e58 in incubator-nifi's branch
refs/heads/develop from [~khmarbaise]
[ https://git-wip-us.apache.org/repos/asf?p=incubator-nifi.git;h=3b4a7a6 ]
[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)