Re: [PLEASE TEST] Apache Maven 3.0.2-RC1

2011-03-29 Thread David Smiley (@MITRE.org)
I'm getting this error using Maven 3.0.3 for a maven-metadata-local.xml file Snapshot information corrupted with remote repository data, please verify that no remote repository uses the id 'local' My metadata file looks simply like this: org.apache.solr solr-core 4.0-SNAPSHOT

Re: Getting the path to an individual dependency for use with the antrun plugin

2010-03-18 Thread David Smiley @MITRE.org
Did you make any progress? I'm trying to do this same. ~ David Allan Ditzel wrote: > > Hi, > > We have the need to run some ant tasks within our maven project, but we > need > to get a fully qualified path to the artifact to pass in to some ant > tasks. > The only thing I've found so far is th

Re: profile precedence order; skipping tests by default if not specified

2009-12-30 Thread David Smiley @MITRE.org
the profile that disable your tests. > Something like mvn -P-notests clean install ? > > Cheers > > 2009/12/29 David Smiley @MITRE.org > >> >> Personally, I never want to invoke tests unless through some explicit >> action. >> My ~/.m2./settings.xml contain

Re: [maven 2] assembly: repository from multiple modules

2009-05-16 Thread David Smiley @MITRE.org
o produce a repository layout. > Surely some combination of that plus assembly to zip it up should work. > > On Fri, May 15, 2009 at 3:39 PM, David Smiley @MITRE.org > wrote: > >> >> Any update to this? I've tried a bunch of combinations. I think at this >>

Re: [maven 2] assembly: repository from multiple modules

2009-05-15 Thread David Smiley @MITRE.org
your need? > > Cheers > > 2009/5/15 David Smiley @MITRE.org > >> >> Any update to this? I've tried a bunch of combinations. I think at this >> point I'm going to try and hack the latest source to meet my needs. >> >> ~ David >> &

Re: [maven 2] assembly: repository from multiple modules

2009-05-15 Thread David Smiley @MITRE.org
Any update to this? I've tried a bunch of combinations. I think at this point I'm going to try and hack the latest source to meet my needs. ~ David Hal Hildebrand-3 wrote: > > I have a large, multiple module project that I need to create a repository > assembly for. I have no problems creat

trying to use Toolchain plugin

2008-10-09 Thread David Smiley @MITRE.org
I am trying to use the Toolchain feature described here: http://maven.apache.org/guides/mini/guide-using-toolchains.html (By the way, I find it a little disconcerting that SNAPSHOT features are described on the public site without more warning and information on how to actually use such features b