branch develop updated (cadc942 -> 45091b6)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository jtimer. See https://gitlab.nuiton.org/chorem/jtimer.git from cadc942 Update parent pom new 45091b6 Fix site generation, please follow guidelines or make it works by yourself :( The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Detailed log of new commits: commit 45091b6754fe9d8b8e4f7a127b1601bb93306d3a Author: Tony CHEMIT <chemit@codelutin.com> Date: Thu Mar 24 08:52:06 2016 +0100 Fix site generation, please follow guidelines or make it works by yourself :( Summary of changes: pom.xml | 4 +++- src/site/site.xml | 12 ++++++++++-- 2 files changed, 13 insertions(+), 3 deletions(-) -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.
This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository jtimer. See https://gitlab.nuiton.org/chorem/jtimer.git commit 45091b6754fe9d8b8e4f7a127b1601bb93306d3a Author: Tony CHEMIT <chemit@codelutin.com> Date: Thu Mar 24 08:52:06 2016 +0100 Fix site generation, please follow guidelines or make it works by yourself :( --- pom.xml | 4 +++- src/site/site.xml | 12 ++++++++++-- 2 files changed, 13 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 9d85fd3..311b7e2 100644 --- a/pom.xml +++ b/pom.xml @@ -158,13 +158,14 @@ </archive> </configuration> </plugin> + <plugin> <artifactId>maven-site-plugin</artifactId> <dependencies> <dependency> <groupId>org.nuiton.jrst</groupId> <artifactId>doxia-module-jrst</artifactId> - <version>2.2</version> + <version>${jrstPluginVersion}</version> </dependency> </dependencies> </plugin> @@ -173,6 +174,7 @@ <groupId>org.codehaus.mojo</groupId> <artifactId>webstart-maven-plugin</artifactId> <configuration> + <!--FIXME Find a way to get correct value of siteDeployClassifier--> <codebase>http://jtimer.chorem.org/v/${siteDeployClassifier}/jnlp</codebase> <libPath>lib</libPath> <makeArchive>false</makeArchive> diff --git a/src/site/site.xml b/src/site/site.xml index dcecbd7..4cb54c3 100644 --- a/src/site/site.xml +++ b/src/site/site.xml @@ -21,9 +21,9 @@ #L% --> <project name="${project.name}" - xmlns="http://maven.apache.org/DECORATION/1.7.0" + xmlns="http://maven.apache.org/DECORATION/1.6.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/DECORATION/1.7.0 http://maven.apache.org/xsd/decoration-1.7.0.xsd"> + xsi:schemaLocation="http://maven.apache.org/DECORATION/1.6.0 http://maven.apache.org/xsd/decoration-1.6.0.xsd"> <custom> <fluidoSkin> @@ -94,5 +94,13 @@ <menu ref="reports"/> + <footer> + <div id='mavenProjectProperties' locale='en' + projectId='${project.projectId}' + version='${project.siteDeployClassifier}' + sourcesType='rst' + scmwebeditor_vmFiles=",index,"/> + </footer> + </body> </project> -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.
participants (1)
-
chorem.org scm