Re: Plugins and Multiple projects

2007-11-13 Thread gsingers
- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- View this message in context: http://www.nabble.com/Plugins-and-Multiple-projects-tf4773704s177.html#a13736073 Sent from

Re: Plugins and Multiple projects

2007-11-09 Thread Grant Ingersoll
To: Maven Users List users@maven.apache.org Subject: Re: Plugins and Multiple projects Seeing that you build the 'other-project' as well, wouldn't it be easier to just throw in a pom.xml in that directory and configure the ant-run there? That way your project 'is' a Maven-project from now

Re: Plugins and Multiple projects

2007-11-09 Thread Roland Asmann
, Grant From: Roland Asmann [EMAIL PROTECTED] Date: November 8, 2007 6:39:51 PM EST To: Maven Users List users@maven.apache.org Subject: Re: Plugins and Multiple projects Seeing that you build the 'other-project' as well, wouldn't it be easier to just throw in a pom.xml in that directory

Re: Plugins and Multiple projects

2007-11-08 Thread Roland Asmann
Seeing that you build the 'other-project' as well, wouldn't it be easier to just throw in a pom.xml in that directory and configure the ant-run there? That way your project 'is' a Maven-project from now on! ;-) I believe that's the easiest solution, because a pom-type-project (parent-project)

Re: Plugins and Multiple projects

2007-11-08 Thread Jim Sellers
I'm not 100% sure, but I think that you can put plugin inheritedfalse/inherited HTH Jim On Nov 8, 2007 4:15 PM, Grant Ingersoll [EMAIL PROTECTED] wrote: I have several subprojects of a project, plus another project that is not controlled by Maven. I would like to setup the antrun

Plugins and Multiple projects

2007-11-08 Thread Grant Ingersoll
I have several subprojects of a project, plus another project that is not controlled by Maven. I would like to setup the antrun plugin to run ANT on just the subproject that is not controlled by Maven (and I don't have the power to change this). When I put the plugin definition into the

having different configurated antrun plugins for multiple projects

2006-05-31 Thread Erik Romson
I have been sitting and banging my head against the screen for a while now and my face is a mess, I'm in a grumpy mood. Please help me!! I have a fairly simple setup parent - child1 - child2 - child3 etc I have ported it from maven1 where some projects has xdoclet