[
https://issues.apache.org/jira/browse/HBASE-15042?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16124661#comment-16124661
]
Nick Dimiduk commented on HBASE-15042:
--------------------------------------
[~Jan Hentschel], [~busbey] My approach for 1.1 releases has been pretty naive,
works like this.
{noformat}
## bring back docs from master
git checkout apache-rw/master -- src/main/asciidoc
git add .
mvn clean install -DskipTests -Dcheckstyle.skip
mvn clean site -DskipTests -Dcheckstyle.skip -Dmaven.javadoc.skip=true
open target/site/index.html # verify html, pdf it all looks good
{noformat}
The patch for master does not apply cleanly on branch-1.1, mostly due to
conflicts in the top-level pom.xml. Re-opening while we decide on a course of
action for release braches. FYI [~stack], [~misty], [~mantonov], [~apurtell]
> refactor so that site materials are in the Standard Maven Place
> ---------------------------------------------------------------
>
> Key: HBASE-15042
> URL: https://issues.apache.org/jira/browse/HBASE-15042
> Project: HBase
> Issue Type: Task
> Components: build, website
> Reporter: Sean Busbey
> Assignee: Jan Hentschel
> Priority: Minor
> Fix For: 2.0.0
>
> Attachments: HBASE-15042.master.001.patch,
> HBASE-15042.master.002.patch, HBASE-15042.master.002.patch,
> HBASE-15042.master.003.patch
>
>
> for some reason we currently have our site materials in {{src/main/site}}
> rather than the maven prescribed {{src/site}}.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)