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 724b46432f5db68e763d0532e38a8312d23be68e Author: Tony CHEMIT <chemit@codelutin.com> Date: Sat Feb 27 15:34:10 2016 +0100 Utilisation de maven-helper-plugin 2.3 + simplification de la configuration de distribution du site technique (See #3892) --- pom.xml | 32 +++++++++++++++++++------------- 1 file changed, 19 insertions(+), 13 deletions(-) diff --git a/pom.xml b/pom.xml index 9824c36..52adb05 100644 --- a/pom.xml +++ b/pom.xml @@ -163,6 +163,9 @@ <id>${snapshot.server}</id> <url>${snapshot.repository}</url> </snapshotRepository> + <site> + <id>doc.${platform}</id> + </site> </distributionManagement> <properties> @@ -211,17 +214,6 @@ https://nexus.nuiton.org/nexus/content/repositories/other-releases </other.release.repository> - <!-- Which server used to deploy site (use this in your distributionManagement.site.id) --> - <site.server>doc.${platform}</site.server> - - <!-- Where to deploy site (use this in your distributionManagement.site.url) --> - <site.url> - scpexe://forge.nuiton.org/var/lib/doc/maven-site/${platform}/${projectId}/${siteDeployClassifier} - </site.url> - - <!-- Site classifier (where to deploy to site) --> - <siteDeployClassifier>${project.version}</siteDeployClassifier> - <!-- ////////////////////////////////////////////////////////////////// --> <!-- //// Maven repositories //// --> <!-- ////////////////////////////////////////////////////////////////// --> @@ -240,7 +232,7 @@ <!-- ////////////////////////////////////////////////////////////////// --> <!-- our plugins --> - <helperPluginVersion>2.2.1</helperPluginVersion> + <helperPluginVersion>2.3</helperPluginVersion> <jredminePluginVersion>1.9</jredminePluginVersion> <jrstPluginVersion>2.1</jrstPluginVersion> @@ -807,6 +799,20 @@ </pluginManagement> <plugins> + <plugin> + <groupId>org.nuiton</groupId> + <artifactId>helper-maven-plugin</artifactId> + <executions> + <execution> + <goals><goal>compute-distribution-site-url</goal></goals> + <phase>pre-site</phase> + </execution> + </executions> + <configuration> + <runOnce>true</runOnce> + </configuration> + </plugin> + <!-- http://nuiton.org/issues/1683 : creates the surefire-workdir --> <plugin> <artifactId>maven-antrun-plugin</artifactId> @@ -858,7 +864,7 @@ <goals> <goal>enforce</goal> </goals> - <phase>validate</phase> + <phase>pre-site</phase> <configuration> <rules> <requireProperty> -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.