Karl Heinz Marbaise created NIFI-194:
----------------------------------------
Summary: 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
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)