Re: Quick question about wiping out the DB and starting over

2013-12-12 Thread Mike Tutkowski
OK, thanks! On Thu, Dec 12, 2013 at 1:36 AM, sebgoa wrote: > > On Dec 11, 2013, at 11:00 PM, Mike Tutkowski > wrote: > > > If I run this: > > > > mvn -P developer -pl developer -Ddeploydb > > > > It seems to work. > > > > Is that what people are running these days (for 4.3)? > > definitely wha

Re: Quick question about wiping out the DB and starting over

2013-12-12 Thread sebgoa
On Dec 11, 2013, at 11:00 PM, Mike Tutkowski wrote: > If I run this: > > mvn -P developer -pl developer -Ddeploydb > > It seems to work. > > Is that what people are running these days (for 4.3)? definitely what I use, even for 4.2 > > > On Wed, Dec 11, 2013 at 2:57 PM, Mike Tutkowski < >

Re: Quick question about wiping out the DB and starting over

2013-12-11 Thread Mike Tutkowski
If I run this: mvn -P developer -pl developer -Ddeploydb It seems to work. Is that what people are running these days (for 4.3)? On Wed, Dec 11, 2013 at 2:57 PM, Mike Tutkowski < mike.tutkow...@solidfire.com> wrote: > Hi, > > I might have missed an e-mail on the list related to this. > > I us

Quick question about wiping out the DB and starting over

2013-12-11 Thread Mike Tutkowski
Hi, I might have missed an e-mail on the list related to this. I used to be able to run this: mvn -P developer -pl developer,tools/devcloud -Ddeploydb Now I get the error that tools/devcloud doesn't exist. Any thoughts on this or what the new command is I can run to wipe out the DB and start ov