Hello there.
 
How can you designate the name of the child pom file from a parent pom?
We'd like to have multiple root pom files to designate which modules to
build.  Some child modules will have different child modules themselves;
enhance the need to designate pom filename.
 
Current:
<module>projectA</module>
 
Obviously not allowed:
<module>projectA/pom_test.xml</module>
<module>projectA/pom_no_test.xml</module>
 
Would be nice:
root/pom_test.xml:
<module>
<name>projectA</name>
<pom>pom_test.xml</pom>
</module>
root/pom_no_test.xml:
<module>
<name>projectA</name>
<pom>pom_no_test.xml</pom>
</module>
 
Our ultimate object is to designate which modules to build.
 
Hope that makes sense.
 
Thanks.
 
-Chris
 
_______________________________________________________________________
Notice:  This email message, together with any attachments, may contain
information  of  BEA Systems,  Inc.,  its subsidiaries  and  affiliated
entities,  that may be confidential,  proprietary,  copyrighted  and/or
legally privileged, and is intended solely for the use of the individual
or entity named in this message. If you are not the intended recipient,
and have received this message in error, please immediately return this
by email and then delete it.

Reply via email to