I deployed it pretty easy on our internal repo by checking out the tag
0.92.0 (I assume this is the release) and *mvn deploy -DskipTests=true*.
Or you can move tests to a separate module eg hbase-test and add a
dependency to hbase. If all tests in hbase-test pass then you can
release the hbase module, it shouldn't take so much time. And Hudson
knows to run tests in hbase-test when you commit on hbase...
On 02/15/2012 06:53 PM, Stack wrote:
On Wed, Feb 15, 2012 at 8:43 AM, N Keywal<nkey...@gmail.com> wrote:
You cannot use the option -D*skipTests* ?
Not on the release plugin apparently (its ignored -- I should fix it).
St.Ack