mvn install -Ddestdir=...?

2008-11-23 Thread Torsten Werner
Hi, tools from the non Java world like automake and cmake support a variable DESTDIR: make install DESTDIR=... will not install into e.g. /usr/bin but into $DESTDIR/usr/bin. Is something similar possible with mvn? I want the artifacts to be installed into ${destdir}/${settings.localRepository}

Re: [Public service announcement] mirrors of Central and considerate repo use

2008-11-29 Thread Torsten Werner
Hi, On Sat, Nov 29, 2008 at 1:16 PM, Alex Athanasopoulos <[EMAIL PROTECTED]> wrote: > I wish that I could download a zip file containing the subset of central > containing maven's core plugins and their dependencies. me too! ;-) And I like to have a minimal zip file: just one version of every cor

source code for plexus-maven-plugin and plexus-cdc

2008-12-08 Thread Torsten Werner
Hi, my newest pom files tell me: http://svn.codehaus.org/plexus/plexus-maven-plugin/tags/plexus-maven-plugin-1.3.8 http://svn.codehaus.org/plexus/plexus-tools/tags/plexus-tools-1.0.10/plexus-cdc but I get error 404 in both cases. Does anybody know where the latest releases is available as sourc

Re: source code for plexus-maven-plugin and plexus-cdc

2008-12-08 Thread Torsten Werner
Hi Dan, thanks. How can I find out who did deploy the artifact to ask him/her directly? Cheers, Torsten On Mon, Dec 8, 2008 at 6:56 PM, Dan Tran <[EMAIL PROTECTED]> wrote: > the plugin 1.3.8 was deploy without source code > > http://repo2.maven.org/maven2/org/codehaus/plexus/plexus-maven-plugin/

something like 'ant -propertyfile ...'

2008-12-10 Thread Torsten Werner
Hi, does maven support something like the command line option -propertyfile as in ant that allows overriding properties in a more compact way than multiple -Dkey=value options? Cheers, Torsten - To unsubscribe, e-mail: [EMAIL PR

Re: something like 'ant -propertyfile ...'

2008-12-10 Thread Torsten Werner
On Wed, Dec 10, 2008 at 5:11 PM, Adam Leggett <[EMAIL PROTECTED]> wrote: > I've never used it, but there is properties-maven-plugin in the mojo > sandbox. It is useful for me. Thank you! Torsten - To unsubscribe, e-mail: [EMAIL