RE: Maven2 site plugin inheritence

2008-03-03 Thread Prystash,John
- From: ewryan [mailto:[EMAIL PROTECTED] Sent: Thursday, February 28, 2008 1:53 PM To: users@maven.apache.org Subject: Maven2 site plugin inheritence I have a multi-module project with the following directory structure: my-app | |---my-client-ui | | | |---pom.xml | |---my-core

Re: Maven2 site plugin inheritence

2008-03-03 Thread Christian Kölle
ewryan wrote: I define properties such as ${myVersion}, ${myArtifactId}, ${myGroupId} in the parent pom. These properties are inherited by the children (as expected) when running goals such as clean, package, or install. I start to see problems when I try to use the site plugin. Hi

Maven2 site plugin inheritence

2008-02-28 Thread ewryan
is, is it possible for me to use the site plugin with property inheritance? -- View this message in context: http://www.nabble.com/Maven2-site-plugin-inheritence-tp15743257s177p15743257.html Sent from the Maven - Users mailing list archive at Nabble.com