You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2017/12/21 09:11:31 UTC

[maven-fluido-skin] branch site-37snapshot created (now 181a747)

This is an automated email from the ASF dual-hosted git repository.

hboutemy pushed a change to branch site-37snapshot
in repository https://gitbox.apache.org/repos/asf/maven-fluido-skin.git.


      at 181a747  test branch for latest features

This branch includes the following new commits:

     new 181a747  test branch for latest features

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


-- 
To stop receiving notification emails like this one, please contact
['"commits@maven.apache.org" <co...@maven.apache.org>'].

[maven-fluido-skin] 01/01: test branch for latest features

Posted by hb...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

hboutemy pushed a commit to branch site-37snapshot
in repository https://gitbox.apache.org/repos/asf/maven-fluido-skin.git

commit 181a7479e67ad2218ca434978df016fb9aab39a1
Author: Hervé Boutemy <hb...@apache.org>
AuthorDate: Thu Dec 21 10:11:09 2017 +0100

    test branch for latest features
---
 pom.xml           |  6 ++++++
 src/site/site.xml | 12 ++++++++++--
 2 files changed, 16 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index e52fde1..60dcb4a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -100,6 +100,7 @@ under the License.
   <properties>
     <bootstrap.version>2.3.2</bootstrap.version>
     <jquery.version>1.11.2</jquery.version>
+    <sitePluginVersion>3.7-SNAPSHOT</sitePluginVersion>
   </properties>
 
   <repositories>
@@ -170,6 +171,11 @@ under the License.
           <artifactId>maven-invoker-plugin</artifactId>
           <version>1.10</version>
         </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-site-plugin</artifactId>
+          <version>${sitePluginVersion}</version>
+        </plugin>
       </plugins>
     </pluginManagement>
     <plugins>
diff --git a/src/site/site.xml b/src/site/site.xml
index d56230c..4bfaf28 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -19,8 +19,16 @@ specific language governing permissions and limitations
 under the License.
 -->
 
-<project xmlns="http://maven.apache.org/DECORATION/1.1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://maven.apache.org/DECORATION/1.1.0 http://maven.apache.org/xsd/decoration-1.1.0.xsd">
+<project xmlns="http://maven.apache.org/DECORATION/1.8.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+  xsi:schemaLocation="http://maven.apache.org/DECORATION/1.8.0 http://maven.apache.org/xsd/decoration-1.8.0.xsd">
+
+  <edit>${project.scm.url}</edit>
+
+  <skin>
+    <groupId>org.apache.maven.skins</groupId>
+    <artifactId>maven-fluido-skin</artifactId>
+    <version>1.7-SNAPSHOT</version>
+  </skin>
 
   <custom>
     <fluidoSkin>

-- 
To stop receiving notification emails like this one, please contact
"commits@maven.apache.org" <co...@maven.apache.org>.