Re: Ant command for installing Lucene and Solr Maven dependencies locally?

2012-10-30 Thread Steve Rowe
Jason,

See dev-tools/README.maven for how run the Maven build.

In short, to install all Lucene/Solr artifacts without running tests:

ant get-maven-poms
cd maven-build
mvn -DskipTests install

Steve

On Oct 29, 2012, at 12:58 PM, Jason Rutherglen jason.rutherg...@gmail.com 
wrote:

 Any way to make it skip tests?
 
 On Mon, Oct 29, 2012 at 12:55 PM, Tommaso Teofili
 tommaso.teof...@gmail.com wrote:
 'ant run-maven-build' should do the trick.
 Tommaso
 
 2012/10/29 Jason Rutherglen jason.rutherg...@gmail.com
 
 I have used 'ant generate-maven-artifacts' to generate the Maven
 artifacts.  Is there a target to install them locally?
 
 -
 To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
 For additional commands, e-mail: dev-h...@lucene.apache.org
 
 
 
 -
 To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
 For additional commands, e-mail: dev-h...@lucene.apache.org
 


-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



Re: Ant command for installing Lucene and Solr Maven dependencies locally?

2012-10-29 Thread Tommaso Teofili
'ant run-maven-build' should do the trick.
Tommaso

2012/10/29 Jason Rutherglen jason.rutherg...@gmail.com

 I have used 'ant generate-maven-artifacts' to generate the Maven
 artifacts.  Is there a target to install them locally?

 -
 To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
 For additional commands, e-mail: dev-h...@lucene.apache.org




Re: Ant command for installing Lucene and Solr Maven dependencies locally?

2012-10-29 Thread Jason Rutherglen
Any way to make it skip tests?

On Mon, Oct 29, 2012 at 12:55 PM, Tommaso Teofili
tommaso.teof...@gmail.com wrote:
 'ant run-maven-build' should do the trick.
 Tommaso

 2012/10/29 Jason Rutherglen jason.rutherg...@gmail.com

 I have used 'ant generate-maven-artifacts' to generate the Maven
 artifacts.  Is there a target to install them locally?

 -
 To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
 For additional commands, e-mail: dev-h...@lucene.apache.org



-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



Re: Ant command for installing Lucene and Solr Maven dependencies locally?

2012-10-29 Thread Tommaso Teofili
try ant run-maven-build -DskipTests=true, hope this helps,
Tommaso

2012/10/29 Jason Rutherglen jason.rutherg...@gmail.com

 Any way to make it skip tests?

 On Mon, Oct 29, 2012 at 12:55 PM, Tommaso Teofili
 tommaso.teof...@gmail.com wrote:
  'ant run-maven-build' should do the trick.
  Tommaso
 
  2012/10/29 Jason Rutherglen jason.rutherg...@gmail.com
 
  I have used 'ant generate-maven-artifacts' to generate the Maven
  artifacts.  Is there a target to install them locally?
 
  -
  To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
  For additional commands, e-mail: dev-h...@lucene.apache.org
 
 

 -
 To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
 For additional commands, e-mail: dev-h...@lucene.apache.org