The correct property name is <ear.appxml.war.context-root> > -----Original Message----- > From: Janos Mucsi [mailto:[EMAIL PROTECTED] > Sent: Friday, November 05, 2004 4:59 PM > To: Maven Users List > Subject: context root is missing from application.xml > > 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.co > ntext-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] >
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
