Re: [appfuse-user] generated dependencies in POM

2007-09-26 Thread Matt Raible
If you look at the top of the file, you should see the parent element. ${pom} refers to the current file. Matt On 9/26/07, dev dev <[EMAIL PROTECTED]> wrote: > I'm using Spring MVC modular version 2.0. Afte running mvn > appfuse:full-source, core and web directories got created. then cd to web >

[appfuse-user] generated dependencies in POM

2007-09-26 Thread dev dev
I'm using Spring MVC modular version 2.0. Afte running mvn appfuse:full-source, core and web directories got created. then cd to web directory and view the pom.xml, the core dependency is definded as follows: ${pom.parent.groupId} ${pom.parent.artifactId}-core