You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ws.apache.org by ve...@apache.org on 2016/02/18 20:34:33 UTC

svn commit: r1731126 - in /webservices/axiom/branches/maven-site-plugin-3.5: pom.xml src/site/site.xml

Author: veithen
Date: Thu Feb 18 19:34:33 2016
New Revision: 1731126

URL: http://svn.apache.org/viewvc?rev=1731126&view=rev
Log:
Switch to maven-site-plugin 3.5 (release candidate).

Modified:
    webservices/axiom/branches/maven-site-plugin-3.5/pom.xml
    webservices/axiom/branches/maven-site-plugin-3.5/src/site/site.xml

Modified: webservices/axiom/branches/maven-site-plugin-3.5/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axiom/branches/maven-site-plugin-3.5/pom.xml?rev=1731126&r1=1731125&r2=1731126&view=diff
==============================================================================
--- webservices/axiom/branches/maven-site-plugin-3.5/pom.xml (original)
+++ webservices/axiom/branches/maven-site-plugin-3.5/pom.xml Thu Feb 18 19:34:33 2016
@@ -299,6 +299,16 @@
                 <enabled>true</enabled>
             </snapshots>
         </pluginRepository>
+        <pluginRepository>
+            <id>maven-site-plugin-3.5-staging</id>
+            <url>https://repository.apache.org/content/repositories/maven-1250/</url>
+            <releases>
+                <enabled>true</enabled>
+            </releases>
+            <snapshots>
+                <enabled>false</enabled>
+            </snapshots>
+        </pluginRepository>
     </pluginRepositories>
 
     <dependencyManagement>
@@ -660,7 +670,7 @@
                 </plugin>
                 <plugin>
                     <artifactId>maven-site-plugin</artifactId>
-                    <version>3.4</version>
+                    <version>3.5</version>
                 </plugin>
                 <plugin>
                     <artifactId>maven-assembly-plugin</artifactId>
@@ -1107,6 +1117,7 @@
             </plugin>
             <plugin>
                 <artifactId>maven-site-plugin</artifactId>
+                <version>3.5</version>
                 <executions>
                     <execution>
                         <id>default-site</id>
@@ -1129,6 +1140,24 @@
                         </configuration>
                     </execution>
                 </executions>
+                <dependencies>
+                    <dependency>
+                        <groupId>org.apache.maven.doxia</groupId>
+                        <artifactId>doxia-core</artifactId>
+                        <version>1.7</version>
+                        <exclusions>
+                            <exclusion>
+                                <artifactId>xercesImpl</artifactId>
+                                <groupId>xerces</groupId>
+                            </exclusion>
+                        </exclusions>
+                    </dependency>
+                    <dependency>
+                        <groupId>org.apache.velocity</groupId>
+                        <artifactId>velocity</artifactId>
+                        <version>1.5</version>
+                    </dependency>
+                </dependencies>
             </plugin>
             <plugin>
                 <groupId>org.codehaus.mojo</groupId>

Modified: webservices/axiom/branches/maven-site-plugin-3.5/src/site/site.xml
URL: http://svn.apache.org/viewvc/webservices/axiom/branches/maven-site-plugin-3.5/src/site/site.xml?rev=1731126&r1=1731125&r2=1731126&view=diff
==============================================================================
--- webservices/axiom/branches/maven-site-plugin-3.5/src/site/site.xml (original)
+++ webservices/axiom/branches/maven-site-plugin-3.5/src/site/site.xml Thu Feb 18 19:34:33 2016
@@ -25,12 +25,14 @@
     </bannerLeft>
     <body>
         <head>
+            <![CDATA[
             <script async='' src='//www.google-analytics.com/analytics.js'> </script>
             <script>
               window.ga=window.ga||function(){(ga.q=ga.q||[]).push(arguments)};ga.l=+new Date;
               ga('create', 'UA-56790914-3', {'cookieDomain': 'ws.apache.org', 'cookiePath': '/axiom' });
               ga('send', 'pageview');
             </script>
+            ]]>
         </head>
         <menu name="About">
             <item name="Introduction" href="index.html"/>