HBASE-8175 Include javadoc and book when site goal invoked
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1459634 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
dccb58a92d
commit
2cb6605bbd
4
pom.xml
4
pom.xml
|
@ -784,7 +784,7 @@
|
|||
<goals>
|
||||
<goal>copy-resources</goal>
|
||||
</goals>
|
||||
<phase>pre-site</phase>
|
||||
<phase>site</phase>
|
||||
<configuration>
|
||||
<outputDirectory>target/site/apidocs</outputDirectory>
|
||||
<resources>
|
||||
|
@ -802,7 +802,7 @@
|
|||
<goals>
|
||||
<goal>copy-resources</goal>
|
||||
</goals>
|
||||
<phase>pre-site</phase>
|
||||
<phase>site</phase>
|
||||
<configuration>
|
||||
<outputDirectory>target/site</outputDirectory>
|
||||
<resources>
|
||||
|
|
Loading…
Reference in New Issue