Re: global filter on multi-modules project

2010-04-09 Thread Aymeric Alibert
rynam0, I don't think the ${project.parent.basedir} variable is predefined. I tried it, but maven doesn't recognize it. Aymeric rynam0 wrote: > > Have you tried using ${project.parent.basedir}? > > On Apr 9, 2010 3:31 AM, "Aymeric Alibert" wrote: >

Re: global filter on multi-modules project

2010-04-09 Thread Aymeric Alibert
> > -Nick > > On Wed, Mar 17, 2010 at 5:01 AM, Aymeric Alibert > wrote: > >> >> I have a maven project with multiples modules. >> I defined a filter for configuration in my master pom: >> >> >> src/main/filters/filter-${environmen

global filter on multi-modules project

2010-03-17 Thread Aymeric Alibert
I have a maven project with multiples modules. I defined a filter for configuration in my master pom: src/main/filters/filter-${environment}.properties All is good and I can use a filter properties file at the module level (one for each module). However some of the

[m2] Maven newbie and JBoss development

2006-04-23 Thread Aymeric Alibert
I am new to Maven 2 and trying to figure out the best way to boost development productivity with Maven2/JBoss. Using Ant and Tomcat, I would use exploded WARs and let Tomcat reload the JSPs (when ant copy jsp file changes to the tomcat webapps directory) or reload the application when a class is mo

Re: [m2] XmlProperty support in maven

2006-04-12 Thread Aymeric Alibert
/index.html > > the way I've coded it works similar... > > > > bar > > > > would translate to... > > root.properties.foo = bar > > However, I didn't even read the section on 'Semantic Attributes' yet, so it > doesn't do that. > &

[m2] XmlProperty support in maven

2006-04-11 Thread Aymeric Alibert
Ant provides a nice way to load properties from an Xml document: the XmlProperty task. Does maven support that type of property loading? Thanks, Aymeric - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail