Attached a patch to HBASE-6178. Works locally. ------------------- Jesse Yates @jesse_yates jyates.github.com
On Tue, Sep 11, 2012 at 10:24 PM, Jesse Yates <[email protected]>wrote: > Hmmm, that's odd that it stopped working. If no ones on it, I'll try to > take a whack at it in the morning. > ------------------- > Jesse Yates > @jesse_yates > jyates.github.com > > > > On Tue, Sep 11, 2012 at 10:20 PM, Stack <[email protected]> wrote: > >> On Tue, Sep 11, 2012 at 10:14 PM, Elliott Clark <[email protected]> >> wrote: >> > None of the utilities packaged in the test jars are currently being >> > packaged when running assembly:assembly >> > >> > I filed: https://issues.apache.org/jira/browse/HBASE-6178 >> > >> > a little while ago. I can try and take a look in a little bit. But if >> > anyone knows the maven-foo needed, I wouldn't say no. >> > >> >> Looks like the below foo is no longer working (from one of the xmls' >> in src/assembly)? >> >> >> <!-- This is only necessary until maven fixes the intra-project >> dependency bug >> in maven 3.0. Until then, we have to include the test jars for >> sub-projects. When >> fixed, the below dependencySet stuff is sufficient for pulling >> in the test jars as >> well, as long as they are added as dependencies in this project. >> Right now, we only >> have 1 submodule to accumulate, but we can copy/paste as >> necessary until maven is >> fixed. --> >> <fileSet> >> <directory>${parent.basedir}/hbase-server/target/</directory> >> <outputDirectory>lib</outputDirectory> >> <includes> >> <include>${server.test.jar}</include> >> </includes> >> <fileMode>0644</fileMode> >> </fileSet> >> > >
