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: ?xml version=1.0 encoding=UTF-8? org.apache.solr

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 the

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

2009-12-30 Thread David Smiley @MITRE.org
that disable your tests. Something like mvn -P-notests clean install ? Cheers 2009/12/29 David Smiley @MITRE.org dsmi...@mitre.org Personally, I never want to invoke tests unless through some explicit action. My ~/.m2./settings.xml contains a profile called default, set to be active

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

2009-05-16 Thread David Smiley @MITRE.org
15, 2009 at 3:39 PM, David Smiley @MITRE.org dsmi...@mitre.orgwrote: 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

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

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

2009-05-15 Thread David Smiley @MITRE.org
David Smiley @MITRE.org dsmi...@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

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