Re: Extending project and inheriting project.properties and maven.xml

2004-05-13 Thread Maxwell Grender-Jones
This is a known (and now fixed) bug http://jira.codehaus.org/browse/MAVEN-37 On Tue, 2004-04-13 at 18:56, Carlos wrote: > Hi, > > I have subprojects with project.xml extending a base project.xml > > >${basedir}/../../common/project.xml > > But properties defined in the superproject' projec

RE: Extending project and inheriting project.properties and maven.xml

2004-04-20 Thread Carlos Sanchez
'Maven Users List' > Asunto: RE: Extending project and inheriting > project.properties and maven.xml > > > But then they can't be overriden by the project.properties in the > > subprojects. I think that it can be solved with a j:if for each > > property bu

Re: Extending project and inheriting project.properties and maven.xml

2004-04-14 Thread Michele_Forte
| |bcc:Michele Forte/SwissRe | |Subject:

Extending project and inheriting project.properties and maven.xml

2004-04-13 Thread Carlos
Hi, I have subprojects with project.xml extending a base project.xml ${basedir}/../../common/project.xml But properties defined in the superproject' project.properties are not available to subprojects. The only way to do this was define properties in the base maven.xml with j:set jikes B