RE: Parametrisizing artifact version numbers

2007-09-12 Thread Huang, Yan
It always puzzles me that maven does not resolve the property when building in the individual module vs. it's able to do so when building from the parent level. The property is defined in the "settings.xml", should maven pick up and resolve it when building from inside of individual modules? -

RE: Re: properties in settings.xml

2007-09-12 Thread Huang, Yan
perties in settings.xml "Huang, Yan" <[EMAIL PROTECTED]> writes: > Hi, > > I noticed that the "install" phase does not resolve the properties that > are defined in settings.xml. For example, I use a property in my > settings.xml to define t

properties in settings.xml

2007-09-12 Thread Huang, Yan
Hi, I noticed that the "install" phase does not resolve the properties that are defined in settings.xml. For example, I use a property in my settings.xml to define the release version: DefaultProfile true 1.1.1.1 Now, I have a pom

RE: Is there a property for parent directory?

2007-09-11 Thread Huang, Yan
build your tools as maven-plugins, that way you won't need the variables! On Tuesday 11 September 2007 09:22, Huang, Yan wrote: > I have a "tools" directory under "parent" and the children projects need > to invoke commands under "tools" during the phase

RE: Is there a property for parent directory?

2007-09-11 Thread Huang, Yan
There may be a better way to do the same thing that does not involve a ${parent} tag at all. Wayne On 9/10/07, Huang, Yan <[EMAIL PROTECTED]> wrote: > Hi, > > Is there a property or way to get parent directory in maven? Let's say I > have this structure of my

Is there a property for parent directory?

2007-09-10 Thread Huang, Yan
Hi, Is there a property or way to get parent directory in maven? Let's say I have this structure of my projects: Parent | pom.xml | child project 1 | |___ pom.xml | child project 2 |___ pom.xml Child project 1 and project 2 will inherit from parent 1.

RE: Setting Environment variable in pom.xml

2007-09-08 Thread Huang, Yan
Users List Subject: Re: Setting Environment variable in pom.xml On 9/7/07, Huang, Yan <[EMAIL PROTECTED]> wrote: > I'm wondering if there is a simple way to set up a build-time > environment variable in pom.xml without writing a custom plug-in? > > Let's say I want to s

Setting Environment variable in pom.xml

2007-09-07 Thread Huang, Yan
Hello, I'm wondering if there is a simple way to set up a build-time environment variable in pom.xml without writing a custom plug-in? Let's say I want to set an environment variable called MY_TOOL_DIRECTORY to the ${project.build.directory}/mytools before a compile is started. Is there a way to

The processing order of Maven2's reactor

2007-09-06 Thread Huang, Yan
Hello, I'm wondering how maven is figuring out the Reactor build order and if there is a way to tweak this order? If I see there are exact same line for a particular project twice in this order, does it mean that maven 2 would build twice? Thanks Yan -

Comparing Apache Continuum to CruiseControl

2007-08-08 Thread Huang, Yan
Hello, Anyone knows inside regarding Apache Continuum by comparing with widely popular CruiseControl? Why is Apache using Continuum for continuous integration? Thanks Yan - To unsubscribe, e-mail: [EMAIL PROTECTED] For additiona