This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository faxtomail. See https://gitlab.nuiton.org/codelutin/faxtomail.git commit 01f4857e59925c0f4d8de2af45508da2c82acce9 Author: jcouteau <couteau@codelutin.com> Date: Wed Sep 25 17:18:28 2019 +0200 Clean pom --- pom.xml | 67 ----------------------------------------------------------------- 1 file changed, 67 deletions(-) diff --git a/pom.xml b/pom.xml index 44e93c3b..afb5778e 100644 --- a/pom.xml +++ b/pom.xml @@ -146,9 +146,6 @@ <!-- issues status to include in changelog --> <!--<redmine.statusIds>18,19,3,10,11</redmine.statusIds>--> - <!-- Tell sonar where to look for the coverage file. Property inherited by submodules --> - <sonar.jacoco.reportPath>${project.basedir}/../target/jacoco.exec</sonar.jacoco.reportPath> - </properties> <repositories> @@ -896,22 +893,6 @@ <goal>report</goal> </goals> </execution> - <execution> - <id>merge</id> - <goals> - <goal>merge</goal> - </goals> - <configuration> - <fileSets> - <fileSet implementation="org.apache.maven.shared.model.fileset.FileSet"> - <directory>${project.basedir}</directory> - <includes> - <include>**/*.exec</include> - </includes> - </fileSet> - </fileSets> - </configuration> - </execution> </executions> </plugin> </plugins> @@ -931,54 +912,6 @@ </reporting> <profiles> - - <profile> - <id>check-release-profile</id> - <activation> - <property> - <name>performRelease</name> - <value>true</value> - </property> - </activation> - - <build> - <plugins> - <!--<plugin>--> - <!--<artifactId>maven-enforcer-plugin</artifactId>--> - <!--<executions>--> - <!--<execution>--> - <!--<id>check-release-properties</id>--> - <!--<goals>--> - <!--<goal>enforce</goal>--> - <!--</goals>--> - <!--<phase>initialize</phase>--> - <!--<configuration>--> - <!--<rules>--> - <!--<requireProperty>--> - <!--<property>jreVersion</property>--> - <!--<message>You must set a jreVersion property!</message>--> - <!--</requireProperty>--> - <!--<requireProperty>--> - <!--<property>dbVersion</property>--> - <!--<message>You must set a dbVersion property!</message>--> - <!--</requireProperty>--> - <!--<requireProperty>--> - <!--<property>reportVersion</property>--> - <!--<message>You must set a reportVersion property!</message>--> - <!--</requireProperty>--> - <!--</rules>--> - <!--<ignoreCache>true</ignoreCache>--> - <!--<failFast>true</failFast>--> - <!--<fail>true</fail>--> - - <!--</configuration>--> - <!--</execution>--> - <!--</executions>--> - <!--</plugin>--> - </plugins> - </build> - - </profile> <profile> <id>license-profile</id> <activation> -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.