[
https://issues.apache.org/jira/browse/KNOX-645?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15096248#comment-15096248
]
Lars Francke commented on KNOX-645:
-----------------------------------
Yeah build fails for me
{code}
markbook:
[exec] [INFO] Scanning for projects...
[exec] [ERROR] [ERROR] Some problems were encountered while processing the
POMs:
[exec] [WARNING] 'parent.relativePath' of POM
org.apache.hadoop.gateway:markbook:[unknown-version]
(/Users/lars/dev/external/knox-site/markbook/pom.xml) points at
org.apache.hadoop.gateway:gateway-site instead of
org.apache.hadoop.gateway:gateway-site-markbook, please verify your project
structure @ line 23, column 13
[exec] [FATAL] Non-resolvable parent POM for
org.apache.hadoop.gateway:markbook:[unknown-version]: Failure to find
org.apache.hadoop.gateway:gateway-site-markbook:pom:0.7.0 in
https://repo.maven.apache.org/maven2 was cached in the local repository,
resolution will not be reattempted until the update interval of central has
elapsed or updates are forced and 'parent.relativePath' points at wrong local
POM @ line 23, column 13
[exec] @
[exec] [ERROR] The build could not read 1 project -> [Help 1]
[exec] [ERROR]
[exec] [ERROR] The project
org.apache.hadoop.gateway:markbook:[unknown-version]
(/Users/lars/dev/external/knox-site/markbook/pom.xml) has 1 error
[exec] [ERROR] Non-resolvable parent POM for
org.apache.hadoop.gateway:markbook:[unknown-version]: Failure to find
org.apache.hadoop.gateway:gateway-site-markbook:pom:0.7.0 in
https://repo.maven.apache.org/maven2 was cached in the local repository,
resolution will not be reattempted until the update interval of central has
elapsed or updates are forced and 'parent.relativePath' points at wrong local
POM @ line 23, column 13 -> [Help 2]
[exec] [ERROR]
[exec] [ERROR] To see the full stack trace of the errors, re-run Maven
with the -e switch.
[exec] [ERROR] Re-run Maven using the -X switch to enable full debug
logging.
[exec] [ERROR]
[exec] [ERROR] For more information about the errors and possible
solutions, please read the following articles:
[exec] [ERROR] [Help 1]
http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildingException
[exec] [ERROR] [Help 2]
http://cwiki.apache.org/confluence/display/MAVEN/UnresolvableModelException
[exec] Result: 1
_book-0-3-0:
[java] Error: Unable to access jarfile
/Users/lars/dev/external/knox-site/markbook/target/markbook.jar
{code}
> markbook pom refers to missing parent
> -------------------------------------
>
> Key: KNOX-645
> URL: https://issues.apache.org/jira/browse/KNOX-645
> Project: Apache Knox
> Issue Type: Bug
> Components: Site
> Affects Versions: 0.7.0
> Reporter: Lars Francke
>
> pom.xml from markbook refers to this parent
> {code:xml}
> <parent>
> <artifactId>gateway-site-markbook</artifactId>
> <groupId>org.apache.hadoop.gateway</groupId>
> <version>0.7.0</version>
> </parent>
> {code}
> but that doesn't seem to exist anywhere so site build fails
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)