[
https://issues.apache.org/jira/browse/KNOX-645?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15096356#comment-15096356
]
Kevin Minder commented on KNOX-645:
-----------------------------------
For those interested, this was the fix.
{code}
--- knox/trunk/markbook/pom.xml 2016/01/13 15:25:52 1724440
+++ knox/trunk/markbook/pom.xml 2016/01/13 15:31:04 1724441
@@ -21,7 +21,7 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
- <artifactId>gateway-site-markbook</artifactId>
+ <artifactId>gateway-site</artifactId>
<groupId>org.apache.hadoop.gateway</groupId>
<version>0.7.0</version>
</parent>
{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
> Assignee: Kevin Minder
>
> 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)