Hi, I would like to know what happens in the following case:
I've got a project where I define the following structure:
/master.xml
project.xml
project.properties
/ejb-jar
project.xml
maven.xml
/src
/java
/mypackage
For the subprojects (i.e. /ejb-jar), what does ${basedir} represents? Does
it represents the root, or the root relative to /ejb-jar?
Second question: I though of declaring the dependency in the root
project.xml, while the build configuration under /ejb-jar/project.xml,
because I think that the subprojects-project.xml should define the
particularity of the subproject, while the root files should define only
General guidelines.
Am I right? In the above case, where would you put the ejbdoclet goal? In
the subproject, or in the root?
Thanks,
Marco
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]