This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository nuiton-profiling. See https://gitlab.nuiton.org/nuiton/nuiton-profiling.git commit 57712cb8c4cb2db9601d4cd2cf9aa89f753c287f Author: Eric Chatellier <chatellier@codelutin.com> Date: Thu Jul 30 14:38:47 2020 +0200 Fix site --- pom.xml | 25 ------------------------- 1 file changed, 25 deletions(-) diff --git a/pom.xml b/pom.xml index 96e0ba3..b179617 100644 --- a/pom.xml +++ b/pom.xml @@ -270,31 +270,6 @@ </build> <profiles> - <profile> - <id>reporting</id> - <activation> - <property> - <name>performRelease</name> - <value>true</value> - </property> - </activation> - - <reporting> - <plugins> - <plugin> - <artifactId>maven-javadoc-plugin</artifactId> - <configuration> - <quiet>true</quiet> - <links> - <link>https://docs.oracle.com/javase/8/docs/api/</link> - </links> - </configuration> - </plugin> - </plugins> - </reporting> - - </profile> - <!-- create assemblies at release time --> <profile> <id>assembly-profile</id> -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.