I had a copy/paste error in the last email... here is the pom.xml file
that i am using... I'm still having the issues as described in the
previous email.
<project>
<modelVersion>4.0.0</modelVersion>
<groupId>com.myco.apps</groupId>
<artifactId>earbuilderproj</artifactId>
<packaging>ear</packaging>
<version>1.0</version>
<name>sub projects</name>
<modules>
<module>proj2</module>
<module>proj1</module>
</modules>
<dependencies>
<dependency>
<groupId>com.myco.apps</groupId>
<artifactId>proj2</artifactId>
<version>1.0-SNAPSHOT</version>
<type>war</type>
</dependency>
<dependency>
<groupId>com.myco.apps</groupId>
<artifactId>proj1</artifactId>
<version>1.0-SNAPSHOT</version>
<type>war</type>
</dependency>
</dependencies>
</project>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]