This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository nuiton-web. See http://git.nuiton.org/nuiton-web.git commit 0213a5e24119c65f1b38b08efac4b752d22184fa Author: Tony CHEMIT <chemit@codelutin.com> Date: Sun Oct 26 19:18:20 2014 +0100 fix site configuration --- pom.xml | 46 ---------------------------------------------- 1 file changed, 46 deletions(-) diff --git a/pom.xml b/pom.xml index 2837b9e..d80d916 100644 --- a/pom.xml +++ b/pom.xml @@ -416,50 +416,4 @@ License along with this program. If not, see </pluginManagement> </build> - <reporting> - <!--TC-20100413 : by default do nothing except documentation --> - <excludeDefaults>true</excludeDefaults> - </reporting> - - <profiles> - <profile> - <id>reporting</id> - <activation> - <property> - <name>performRelease</name> - <value>true</value> - </property> - </activation> - - <reporting> - <plugins> - - <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>dependencies</report> - <report>dependency-convergence</report> - <report>plugin-management</report> - <report>plugins</report> - <report>dependency-management</report> - <report>summary</report> - </reports> - </reportSet> - </reportSets> - </plugin> - - </plugins> - </reporting> - - </profile> - </profiles> </project> -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.