Author: ltheussl Date: Tue Jul 3 06:56:40 2012 New Revision: 1356582 URL: http://svn.apache.org/viewvc?rev=1356582&view=rev Log: exclude reports from generated pdf: not necessary and doesn't work with maven 3
Modified: maven/plugins/trunk/maven-pdf-plugin/pom.xml Modified: maven/plugins/trunk/maven-pdf-plugin/pom.xml URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-pdf-plugin/pom.xml?rev=1356582&r1=1356581&r2=1356582&view=diff ============================================================================== --- maven/plugins/trunk/maven-pdf-plugin/pom.xml (original) +++ maven/plugins/trunk/maven-pdf-plugin/pom.xml Tue Jul 3 06:56:40 2012 @@ -322,6 +322,7 @@ under the License. </goals> <configuration> <outputDirectory>${project.reporting.outputDirectory}</outputDirectory> + <includeReports>false</includeReports> </configuration> </execution> </executions> @@ -511,7 +512,7 @@ under the License. <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-site-plugin</artifactId> - <version>3.0-beta-3</version> + <version>3.1</version> </plugin> </plugins> </pluginManagement>