This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository pom. See http://git.nuiton.org/pom.git commit 685f65db13f1eca96495f9a5847192162d40203c Author: Tony CHEMIT <chemit@codelutin.com> Date: Wed Feb 24 17:30:40 2016 +0100 Revert "Fixes #3892" This reverts commit c4a9ec993014bf96a27682e2f652031b4168c8f4, reversing changes made to 8c4bb08f0a6e3cc9cc0ac01b40d096c0a6686891. --- pom.xml | 53 ----------------------------------------------------- 1 file changed, 53 deletions(-) diff --git a/pom.xml b/pom.xml index 6c41a5c..85c05f8 100644 --- a/pom.xml +++ b/pom.xml @@ -1924,59 +1924,6 @@ </build> </profile> - <!-- To update siteDeployClassifier for you lazy guys ! --> - <profile> - <id>update-siteDeployClassifier</id> - <activation> - <!-- Means any time --> - <file> - <exists>${basedir}/pom.xml</exists> - </file> - </activation> - - <build> - <defaultGoal>pre-site</defaultGoal> - <plugins> - <plugin> - <artifactId>maven-antrun-plugin</artifactId> - <executions> - <execution> - <id>update siteDeployClassifier</id> - <phase>pre-site</phase> - <inherited>true</inherited> - <configuration> - <exportAntProperties>true</exportAntProperties> - <tasks> - <taskdef resource="net/sf/antcontrib/antcontrib.properties" - classpathref="maven.plugin.classpath"/> - <if> - <matches pattern=".+-SNAPSHOT" string="${project.version}"/> - <then> - <echo message="Use «develop» siteDeployClassifier"/> - <property name="siteDeployClassifier" value="develop"/> - </then> - </if> - </tasks> - </configuration> - <goals> - <goal>run</goal> - </goals> - </execution> - </executions> - <dependencies> - <dependency> - <groupId>ant-contrib</groupId> - <artifactId>ant-contrib</artifactId> - <version>20020829</version> - </dependency> - </dependencies> - </plugin> - - </plugins> - </build> - - </profile> - <!-- Profile to build the pom project --> <profile> <id>internal</id> -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.