This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository pollen_1.x. See http://git.chorem.org/pollen_1.x.git commit 3068deeae58e755e52b7a9b2c3650f492964206a Author: Tony CHEMIT <chemit@codelutin.com> Date: Sun Oct 19 10:35:27 2014 +0200 remove duplicated report configuration --- pom.xml | 20 +------------------- 1 file changed, 1 insertion(+), 19 deletions(-) diff --git a/pom.xml b/pom.xml index 9d6cde3..c63238e 100644 --- a/pom.xml +++ b/pom.xml @@ -646,6 +646,7 @@ <reporting> <plugins> + <plugin> <groupId>org.nuiton</groupId> <artifactId>nuiton-maven-report-plugin</artifactId> @@ -662,25 +663,6 @@ </configuration> </plugin> - <plugin> - <artifactId>maven-project-info-reports-plugin</artifactId> - <version>${projectInfoReportsPluginVersion}</version> - <reportSets> - <reportSet> - - <reports> - <report>project-team</report> - <report>mailing-list</report> - <report>cim</report> - <report>issue-tracking</report> - <report>license</report> - <report>scm</report> - <report>dependency-convergence</report> - <report>dependency-management</report> - </reports> - </reportSet> - </reportSets> - </plugin> </plugins> </reporting> -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.