Matthew,
M1 doesn't carry such information in its POM, as you've found out.
Take a look at the M1 maven-multiproject-plugin:
http://maven.apache.org/maven-1.x/reference/plugins/multiproject/
Specifically read about the following properties on the properties page
(http://maven.apache.org/maven-1.x/reference/plugins/multiproject/properties.html):
maven.multiproject.basedir
maven.multiproject.includes
maven.multiproject.excludes
HTH,
DD
Osborne, Matthew wrote:
In my continuing quests, I am trying to create a Maven 1.0 builder for a
project I'm working on alongside a Maven 2.0 builder. However, I've hit
a little issue and would appreciate some guidance on the matter:
In the Maven 2.0 builder, the parent pom.xml referred to the child
pom.xml as a <module>, and the child pom referred back to the parent via
a <parent> decalration. However, this approach does not work in 1.0. I
have successfully got the child project.xml file to refer back to the
parent by a an <extend> parameter, but I cannot figure out how to get
the parent project.xml to refer to, and call the child file. How would
I go about doing this?
Matthew Osborne
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]