This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository jrst. See https://gitlab.nuiton.org/nuiton/jrst.git commit 61040ee5581e78af3a6b56dc34602272bb7fea39 Author: Eric Chatellier <chatellier@codelutin.com> Date: Fri Jul 8 16:37:27 2022 +0200 Fix CI --- .gitlab-ci.yml | 2 +- jrst/src/site/site_en.xml | 2 +- jrst/src/site/site_fr.xml | 4 ++-- pom.xml | 1 - 4 files changed, 4 insertions(+), 5 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 56d2a4e..d47d6e6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -25,6 +25,6 @@ pages: paths: - public script: - - mvn site:site site:stage -Preporting + - mvn package -DskipTests && mvn site:site site:stage -Preporting - mv target/staging/nuitonpom/jrst public diff --git a/jrst/src/site/site_en.xml b/jrst/src/site/site_en.xml index e3eac6e..6ba7188 100644 --- a/jrst/src/site/site_en.xml +++ b/jrst/src/site/site_en.xml @@ -25,7 +25,7 @@ <skin> <groupId>org.apache.maven.skins</groupId> <artifactId>maven-fluido-skin</artifactId> - <version>1.9</version> + <version>1.11.1</version> </skin> <custom> diff --git a/jrst/src/site/site_fr.xml b/jrst/src/site/site_fr.xml index 5f11651..3d115fc 100644 --- a/jrst/src/site/site_fr.xml +++ b/jrst/src/site/site_fr.xml @@ -25,7 +25,7 @@ <skin> <groupId>org.apache.maven.skins</groupId> <artifactId>maven-fluido-skin</artifactId> - <version>1.9</version> + <version>1.11.1</version> </skin> <custom> @@ -33,7 +33,7 @@ <topBarEnabled>true</topBarEnabled> <googleSearch/> <sideBarEnabled>false</sideBarEnabled> - <searchEnabled>true</searchEnabled> + <searchEnabled>true</searchEnabled> <sourceLineNumbersEnabled>true</sourceLineNumbersEnabled> </fluidoSkin> </custom> diff --git a/pom.xml b/pom.xml index c9d1729..f213e08 100644 --- a/pom.xml +++ b/pom.xml @@ -543,7 +543,6 @@ <artifactId>plexus-component-metadata</artifactId> <version>2.1.1</version> </plugin> - </plugins> </pluginManagement> </build> -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.