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 2016/10/23 12:48:28 UTC

svn commit: r1766269 - in /maven/doxia/doxia-sitetools/trunk: doxia-decoration-model/pom.xml doxia-doc-renderer/pom.xml doxia-site-renderer/pom.xml pom.xml src/site/site.xml

Author: hboutemy
Date: Sun Oct 23 12:48:27 2016
New Revision: 1766269

URL: http://svn.apache.org/viewvc?rev=1766269&view=rev
Log:
updated parent pom

Modified:
    maven/doxia/doxia-sitetools/trunk/doxia-decoration-model/pom.xml
    maven/doxia/doxia-sitetools/trunk/doxia-doc-renderer/pom.xml
    maven/doxia/doxia-sitetools/trunk/doxia-site-renderer/pom.xml
    maven/doxia/doxia-sitetools/trunk/pom.xml
    maven/doxia/doxia-sitetools/trunk/src/site/site.xml

Modified: maven/doxia/doxia-sitetools/trunk/doxia-decoration-model/pom.xml
URL: http://svn.apache.org/viewvc/maven/doxia/doxia-sitetools/trunk/doxia-decoration-model/pom.xml?rev=1766269&r1=1766268&r2=1766269&view=diff
==============================================================================
--- maven/doxia/doxia-sitetools/trunk/doxia-decoration-model/pom.xml (original)
+++ maven/doxia/doxia-sitetools/trunk/doxia-decoration-model/pom.xml Sun Oct 23 12:48:27 2016
@@ -33,7 +33,6 @@ under the License.
 
   <name>Doxia :: Decoration Model</name>
   <description>The Decoration Model handles the decoration descriptor for sites, also known as site.xml.</description>
-  <url>http://maven.apache.org/doxia/doxia-sitetools/doxia-decoration-model/</url>
 
   <dependencies>
     <dependency>

Modified: maven/doxia/doxia-sitetools/trunk/doxia-doc-renderer/pom.xml
URL: http://svn.apache.org/viewvc/maven/doxia/doxia-sitetools/trunk/doxia-doc-renderer/pom.xml?rev=1766269&r1=1766268&r2=1766269&view=diff
==============================================================================
--- maven/doxia/doxia-sitetools/trunk/doxia-doc-renderer/pom.xml (original)
+++ maven/doxia/doxia-sitetools/trunk/doxia-doc-renderer/pom.xml Sun Oct 23 12:48:27 2016
@@ -33,7 +33,6 @@ under the License.
 
   <name>Doxia :: Document Renderer</name>
   <description>The Document Renderer handles the rendering of documents, in formats like PDF and RTF.</description>
-  <url>http://maven.apache.org/doxia/doxia-sitetools/doxia-doc-renderer/</url>
 
   <dependencies>
     <!-- doxia -->

Modified: maven/doxia/doxia-sitetools/trunk/doxia-site-renderer/pom.xml
URL: http://svn.apache.org/viewvc/maven/doxia/doxia-sitetools/trunk/doxia-site-renderer/pom.xml?rev=1766269&r1=1766268&r2=1766269&view=diff
==============================================================================
--- maven/doxia/doxia-sitetools/trunk/doxia-site-renderer/pom.xml (original)
+++ maven/doxia/doxia-sitetools/trunk/doxia-site-renderer/pom.xml Sun Oct 23 12:48:27 2016
@@ -33,7 +33,6 @@ under the License.
 
   <name>Doxia :: Site Renderer</name>
   <description>The Site Renderer handles the rendering of sites, merging site decoration with document content.</description>
-  <url>http://maven.apache.org/doxia/doxia-sitetools/doxia-site-renderer/</url>
 
 
   <dependencies>

Modified: maven/doxia/doxia-sitetools/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/doxia/doxia-sitetools/trunk/pom.xml?rev=1766269&r1=1766268&r2=1766269&view=diff
==============================================================================
--- maven/doxia/doxia-sitetools/trunk/pom.xml (original)
+++ maven/doxia/doxia-sitetools/trunk/pom.xml Sun Oct 23 12:48:27 2016
@@ -25,7 +25,7 @@ under the License.
   <parent>
     <groupId>org.apache.maven</groupId>
     <artifactId>maven-parent</artifactId>
-    <version>27</version>
+    <version>30</version>
     <relativePath>../../pom/maven/pom.xml</relativePath>
   </parent>
 
@@ -36,7 +36,7 @@ under the License.
 
   <name>Doxia :: Sitetools</name>
   <description>Doxia Sitetools generates sites, consisting of static and dynamic content that was generated by Doxia.</description>
-  <url>http://maven.apache.org/doxia/doxia-sitetools/</url>
+  <url>https://maven.apache.org/doxia/doxia-sitetools/</url>
   <inceptionYear>2005</inceptionYear>
 
   <prerequisites>
@@ -185,28 +185,6 @@ under the License.
     <pluginManagement>
       <plugins>
         <plugin>
-          <artifactId>maven-enforcer-plugin</artifactId>
-          <executions>
-            <execution>
-              <id>enforce-bytecode-version</id>
-              <goals>
-                <goal>enforce</goal>
-              </goals>
-              <configuration>
-                <rules>
-                  <enforceBytecodeVersion>
-                    <maxJdkVersion>1.5</maxJdkVersion>
-                    <excludes>
-                      <exclude>org.apache.xmlgraphics:*</exclude>
-                    </excludes>
-                  </enforceBytecodeVersion>
-                </rules>
-                <fail>true</fail>
-              </configuration>
-            </execution>
-          </executions>
-        </plugin>
-        <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-release-plugin</artifactId>
           <configuration>
@@ -288,6 +266,33 @@ under the License.
           </execution>
         </executions>
       </plugin>
+      <plugin>
+        <artifactId>maven-enforcer-plugin</artifactId>
+        <executions>
+          <execution>
+            <id>enforce-bytecode-version</id>
+            <goals>
+              <goal>enforce</goal>
+            </goals>
+            <configuration>
+              <rules>
+                <enforceBytecodeVersion>
+                  <maxJdkVersion>${maven.compiler.target}</maxJdkVersion>
+                </enforceBytecodeVersion>
+              </rules>
+              <fail>true</fail>
+            </configuration>
+          </execution>
+        </executions>
+        <dependencies>
+          <dependency>
+            <groupId>org.codehaus.mojo</groupId>
+            <artifactId>extra-enforcer-rules</artifactId>
+            <version>1.0-beta-6</version>
+            <scope>compile</scope>
+          </dependency>
+        </dependencies>
+      </plugin>
     </plugins>
   </build>
 

Modified: maven/doxia/doxia-sitetools/trunk/src/site/site.xml
URL: http://svn.apache.org/viewvc/maven/doxia/doxia-sitetools/trunk/src/site/site.xml?rev=1766269&r1=1766268&r2=1766269&view=diff
==============================================================================
--- maven/doxia/doxia-sitetools/trunk/src/site/site.xml (original)
+++ maven/doxia/doxia-sitetools/trunk/src/site/site.xml Sun Oct 23 12:48:27 2016
@@ -21,28 +21,19 @@
  */
  -->
 
-<project name="Doxia Sitetools" xmlns="http://maven.apache.org/DECORATION/1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://maven.apache.org/DECORATION/1.0.0 http://maven.apache.org/xsd/decoration-1.0.0.xsd">
+<project name="Doxia Sitetools" xmlns="http://maven.apache.org/DECORATION/1.7.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">
 
   <bannerRight>
     <name>Doxia</name>
-    <src>http://maven.apache.org/doxia/images/doxia-logo.png</src>
-    <href>http://maven.apache.org/doxia/</href>
+    <src>https://maven.apache.org/doxia/images/doxia-logo.png</src>
+    <href>https://maven.apache.org/doxia/</href>
   </bannerRight>
 
   <body>
-    <head>
-      <script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
-      </script>
-      <script type="text/javascript">
-        _uacct = "UA-140879-1";
-        urchinTracker();
-      </script>
-    </head>
-
     <breadcrumbs>
-      <item name="Doxia" href="http://maven.apache.org/doxia/index.html" />
-      <item name="Doxia Sitetools" href="http://maven.apache.org/doxia/doxia-sitetools/index.html" />
+      <item name="Doxia" href="https://maven.apache.org/doxia/index.html" />
+      <item name="Doxia Sitetools" href="https://maven.apache.org/doxia/doxia-sitetools/index.html" />
     </breadcrumbs>
 
     <menu name="Overview">