HBASE-8238 xref docs missing from site gen
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1463321 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
33903dfa1b
commit
1dbe6394c7
|
@ -182,6 +182,24 @@
|
|||
</resources>
|
||||
</configuration>
|
||||
</execution>
|
||||
<execution>
|
||||
<id>copy-xref</id>
|
||||
<goals>
|
||||
<goal>copy-resources</goal>
|
||||
</goals>
|
||||
<phase>site</phase>
|
||||
<configuration>
|
||||
<outputDirectory>target/site/xref</outputDirectory>
|
||||
<resources>
|
||||
<resource>
|
||||
<directory>${basedir}/../target/site/xref</directory>
|
||||
<includes>
|
||||
<include>**/**</include>
|
||||
</includes>
|
||||
</resource>
|
||||
</resources>
|
||||
</configuration>
|
||||
</execution>
|
||||
</executions>
|
||||
<configuration>
|
||||
<escapeString>\</escapeString>
|
||||
|
|
7
pom.xml
7
pom.xml
|
@ -1632,6 +1632,13 @@
|
|||
<version>2.3</version>
|
||||
<configuration>
|
||||
<aggregate>true</aggregate>
|
||||
<linkJavadoc>true</linkJavadoc>
|
||||
<javadocDir>hbase-assembly/target/site/apidocs</javadocDir>
|
||||
<reportOutputDirectory>hbase-assembly/target/site/xref</reportOutputDirectory>
|
||||
<destDir>hbase-assembly/target/site/xref</destDir>
|
||||
<excludes>
|
||||
<exclude>**/generated/**</exclude>
|
||||
</excludes>
|
||||
</configuration>
|
||||
</plugin>
|
||||
</plugins>
|
||||
|
|
Loading…
Reference in New Issue