Author: tschoening Date: Thu Mar 24 10:45:56 2016 New Revision: 1736415 URL: http://svn.apache.org/viewvc?rev=1736415&view=rev Log: The parts about reports was available twice in the file with different reports to generate and such, e.g. I removed issue-tracking in one place in the past because a custom page was added with more text. Removing the reporting stuff from "build", leaving only "reporting" seems to work with "mvn clean && mvn site", so I'll do that.
Modified: incubator/log4cxx/trunk/pom.xml Modified: incubator/log4cxx/trunk/pom.xml URL: http://svn.apache.org/viewvc/incubator/log4cxx/trunk/pom.xml?rev=1736415&r1=1736414&r2=1736415&view=diff ============================================================================== --- incubator/log4cxx/trunk/pom.xml (original) +++ incubator/log4cxx/trunk/pom.xml Thu Mar 24 10:45:56 2016 @@ -291,37 +291,6 @@ <version>3.3</version> <configuration> <templateFile>${basedir}/src/site/maven-site.vm</templateFile> - <reportPlugins> - <plugin> - <artifactId>maven-project-info-reports-plugin</artifactId> - <version>2.7</version> - <reportSets> - <reportSet> - <reports> - <report>scm</report> - <report>dependencies</report> - <report>mailing-list</report> - <report>license</report> - </reports> - </reportSet> - </reportSets> - </plugin> - - <plugin> - <artifactId>maven-changes-plugin</artifactId> - <version>2.9</version> - <reportSets> - <reportSet> - <reports> - <report>changes-report</report> - </reports> - </reportSet> - </reportSets> - <configuration> - <issueLinkTemplate>%URL%/browse/%ISSUE%</issueLinkTemplate> - </configuration> - </plugin> - </reportPlugins> </configuration> </plugin> </plugins> @@ -347,7 +316,6 @@ <reports> <report>scm</report> <report>dependencies</report> - <report>issue-tracking</report> <report>mailing-list</report> <report>license</report> </reports>