Hi
in project.xml I have this:
<dependency>
<groupId>everest</groupId>
<artifactId>everest-module-csrweb</artifactId>
<version>${pom.currentVersion}</version>
<type>war</type>
<properties>
<ear.bundle>true</ear.bundle>
<ear.appxml.ear.context-root>/foobar-online</ear.appxml.ear.context-root>
</properties>
However, after running "maven ear" application.xml
looks like this:
<module>
<web>
<web-uri>everest-module-csrweb-1.0.war</web-uri>
<context-root>
</context-root>
</web>
</module>
Any ideas? (I am using Maven 1.0 not 1.0.1)
Thanks.
Janos
__________________________________
Do you Yahoo!?
Check out the new Yahoo! Front Page.
www.yahoo.com
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]