Hi, I have a project that generates 14 artifacts that includes:

JAR
EJB-JAR
WAR
EAR

Also, some of the classes are generated at compile time.  For example, the
EJB related files as well as the JAVACC specific files.  Thus, I was wondering,
what's the best way to structure directories and define the project.xml file(s).
At this time, I have added all the dependencies to the project.xml file but it seems
that I need to top-level project.xml file that call the subprojects to generate the
artifacts.  At this time, I have an ANT build script for the project and it works
just fine.  However, I'm wanting to switch over to Maven.

Thanks in advance,

-Conrad


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to