Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 2 additions & 12 deletions src/site/site.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,19 +23,9 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/DECORATION/1.0.0 http://maven.apache.org/xsd/decoration-1.0.0.xsd">
<skin>
<!-- We tried to get some changes to the fluido-skin committed upstream
but with little success. This is a custom artifact that contains
some commits over the official maven-fluido-skin 1.4 release. The
actual code is available at:
https://github.com/joshelser/maven-fluido-skin/tree/1.4-HBase-patched.
The hope is that we can get these fixes included upstream and
remove the need for this custom fork. This is published to
my end-user's GAV for ease of releasing this to maven central
until the upstream update happens and is released.
See HBASE-14785 and HBASE-21005 for more info. -->
<groupId>com.github.joshelser</groupId>
<groupId>org.apache.maven.skins</groupId>
<artifactId>maven-fluido-skin</artifactId>
<version>1.7.1-HBase</version>
<version>2.1.0</version>
</skin>
<custom>
<fluidoSkin>
Expand Down
Loading