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
