In hindsight, you're probably right, Ted. I was just copying from the
book and forgot to remove that execution :)
Ted Yu wrote:
If I am not mistaken, the 'assembly:single' goal is not needed for building
the site.
Cheers
On Sun, Nov 6, 2016 at 12:57 PM, Josh Elser<[email protected]> wrote:
Hi,
I don't believe all versions of Javadoc are published on the website.
Something similar to the following should build it for you locally.
1. git checkout rel/1.1.1
2. `mvn clean install -DskipTests javadoc:aggregate site assembly:single`
Rajeshkumar J wrote:
Hi,
We are moving from hbase 0.94 to hbase 1.1.1. Some methods of hbase 0.94
are deprecated for hbase 1.1.1. So can anyone post me the link for Api
documentation for Hbase version 1.1.1 as I can't find that.
Thanks