branch develop updated (7143f30 -> c11b751)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository echobase. See http://git.codelutin.com/echobase.git from 7143f30 update pom and site layout new c11b751 add full war bundle to be deployed in maven repository + fix site links 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 c11b751fb3f721b525bbbd43b37f0e6d7f8b5b4a Author: Tony CHEMIT <chemit@codelutin.com> Date: Mon Dec 8 10:15:11 2014 +0100 add full war bundle to be deployed in maven repository + fix site links Summary of changes: echobase-ui/pom.xml | 1 + src/site/site_en.xml | 7 +++++-- src/site/site_fr.xml | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.
This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository echobase. See http://git.codelutin.com/echobase.git commit c11b751fb3f721b525bbbd43b37f0e6d7f8b5b4a Author: Tony CHEMIT <chemit@codelutin.com> Date: Mon Dec 8 10:15:11 2014 +0100 add full war bundle to be deployed in maven repository + fix site links --- echobase-ui/pom.xml | 1 + src/site/site_en.xml | 7 +++++-- src/site/site_fr.xml | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/echobase-ui/pom.xml b/echobase-ui/pom.xml index 52cf72a..367cec3 100644 --- a/echobase-ui/pom.xml +++ b/echobase-ui/pom.xml @@ -536,6 +536,7 @@ <descriptor>src/main/assembly/full-war.xml</descriptor> </descriptors> <finalName>${fullWarName}</finalName> + <attach>true</attach> </configuration> </execution> <execution> diff --git a/src/site/site_en.xml b/src/site/site_en.xml index d69d47e..6ad6f39 100644 --- a/src/site/site_en.xml +++ b/src/site/site_en.xml @@ -24,8 +24,11 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/DECORATION/1.3.0 http://maven.apache.org/xsd/decoration-1.3.0.xsd"> - <publishDate position="right" format="yyyy-MM-dd"/> - <version position="right"/> + <bannerLeft> + <name>${project.name}</name> + <src>${project.url}/v/${siteDeployClassifier}/images/echobase-logo.png</src> + <href>./index.html</href> + </bannerLeft> <poweredBy> <logo href="http://maven.apache.org" name="Maven" diff --git a/src/site/site_fr.xml b/src/site/site_fr.xml index 28b35bf..12027bb 100644 --- a/src/site/site_fr.xml +++ b/src/site/site_fr.xml @@ -26,7 +26,7 @@ <bannerLeft> <name>${project.name}</name> - <src>${project.url}/images/echobase-logo.png</src> + <src>${project.url}/v/${siteDeployClassifier}/images/echobase-logo.png</src> <href>./index.html</href> </bannerLeft> -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.
participants (1)
-
codelutin.com scm