well, it has actually shown me the property but unresolved.. is that a bug or feature? anyway removing the element from child pom worked.
thanks Milos On Sat, Feb 21, 2009 at 1:17 PM, Benjamin Bentmann <[email protected]> wrote: > mkleint wrote: > >> Revision >> 9089 <http://fisheye.codehaus.org/changelog/mojo/?cs=9089> >> Author >> mkleint >> Date >> 2009-02-21 06:01:44 -0600 (Sat, 21 Feb 2009) >> >> [...] >> <reporting> >> <plugins> >> + <plugin> >> + <groupId>org.apache.maven.plugins</groupId> >> + <artifactId>maven-plugin-plugin</artifactId> >> + <version>2.4.2</version> >> + <configuration> >> + <requirements> >> + <!-- it seems the values doens't get interpolated when >> defined in parent. Why? --> >> + <jdk>1.5</jdk> >> + </requirements> >> + </configuration> >> + </plugin> >> <plugin> >> <groupId>org.apache.maven.plugins</groupId> >> - <artifactId>maven-plugin-plugin</artifactId> >> - </plugin> >> - <plugin> >> - <groupId>org.apache.maven.plugins</groupId> >> <artifactId>maven-project-info-reports-plugin</artifactId> >> </plugin> > > The problem is the configuration of the maven-plugin-plugin from the parent > is lost when a child module also declares the plugin under <reporting>. > Removing the maven-plugin-plugin entirely from the <reporting> section > should work, compare the effective POMs. > > > Benjamin > > --------------------------------------------------------------------- > To unsubscribe from this list, please visit: > > http://xircles.codehaus.org/manage_email > > > --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email
