Re: quick question on Maven

2010-02-24 Thread Andrew Purtell
10 10:31:35 PM > Subject: Re: quick question on Maven > > You can also run specific tests using the "-Dtest=" property. > > For example, to run the org.apache.hadoop.hbase.stargate.TestRowResource > test: > > > mvn -Dtest=TestRowResource test > > > &

Re: quick question on Maven

2010-02-24 Thread Dan Washusen
You can also run specific tests using the "-Dtest=" property. For example, to run the org.apache.hadoop.hbase.stargate.TestRowResource test: > mvn -Dtest=TestRowResource test On 25 February 2010 16:59, Paul Smith wrote: > > On 25/02/2010, at 4:28 PM, Andrew Purtell wrote: > > > Hi, > > > > I

Re: quick question on Maven

2010-02-24 Thread Paul Smith
On 25/02/2010, at 4:28 PM, Andrew Purtell wrote: > Hi, > > I'm hoping someone familiar with Maven can help me out. Should be quick to > answer -- > > How do I run tests only for the Stargate contrib? If I recurse and do 'mvn > test' in contrib/stargate, Maven tries to pull HBase dev/snapshot

quick question on Maven

2010-02-24 Thread Andrew Purtell
Hi, I'm hoping someone familiar with Maven can help me out. Should be quick to answer -- How do I run tests only for the Stargate contrib? If I recurse and do 'mvn test' in contrib/stargate, Maven tries to pull HBase dev/snapshot artifacts. If I run from the top level, I have to wait for core