You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by br...@apache.org on 2009/07/10 06:40:04 UTC

svn commit: r792805 - in /maven/components/branches/maven-2.0.11-RC: ./ maven-docs/ maven-docs/src/ maven-docs/src/site/ maven-docs/src/site/apt/ maven-docs/src/site/resources/ maven-docs/src/site/resources/css/ src/site/

Author: brett
Date: Fri Jul 10 04:40:04 2009
New Revision: 792805

URL: http://svn.apache.org/viewvc?rev=792805&view=rev
Log:
move release notes to a versioned documentation set, and change release process to publish aggregated docs and versioned docs. Remove plugins that are now inherited from parent v12

Added:
    maven/components/branches/maven-2.0.11-RC/maven-docs/   (with props)
    maven/components/branches/maven-2.0.11-RC/maven-docs/pom.xml   (with props)
    maven/components/branches/maven-2.0.11-RC/maven-docs/src/
    maven/components/branches/maven-2.0.11-RC/maven-docs/src/site/
    maven/components/branches/maven-2.0.11-RC/maven-docs/src/site/apt/
    maven/components/branches/maven-2.0.11-RC/maven-docs/src/site/apt/index.apt
    maven/components/branches/maven-2.0.11-RC/maven-docs/src/site/apt/release-notes.apt.vm
      - copied, changed from r792689, maven/site/trunk/src/site/apt/release-notes-2.0.x.apt.vm
    maven/components/branches/maven-2.0.11-RC/maven-docs/src/site/resources/
    maven/components/branches/maven-2.0.11-RC/maven-docs/src/site/resources/css/
    maven/components/branches/maven-2.0.11-RC/maven-docs/src/site/resources/css/site.css   (with props)
    maven/components/branches/maven-2.0.11-RC/maven-docs/src/site/site.xml   (with props)
Modified:
    maven/components/branches/maven-2.0.11-RC/pom.xml
    maven/components/branches/maven-2.0.11-RC/src/site/site.xml

Propchange: maven/components/branches/maven-2.0.11-RC/maven-docs/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Fri Jul 10 04:40:04 2009
@@ -0,0 +1 @@
+target

Added: maven/components/branches/maven-2.0.11-RC/maven-docs/pom.xml
URL: http://svn.apache.org/viewvc/maven/components/branches/maven-2.0.11-RC/maven-docs/pom.xml?rev=792805&view=auto
==============================================================================
--- maven/components/branches/maven-2.0.11-RC/maven-docs/pom.xml (added)
+++ maven/components/branches/maven-2.0.11-RC/maven-docs/pom.xml Fri Jul 10 04:40:04 2009
@@ -0,0 +1,49 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <modelVersion>4.0.0</modelVersion>
+  <parent>
+    <artifactId>maven</artifactId>
+    <groupId>org.apache.maven</groupId>
+    <version>2.0.11-RC1-SNAPSHOT</version>
+  </parent>
+  <artifactId>maven-docs</artifactId>
+  <name>Maven Documentation</name>
+  <url>http://maven.apache.org/docs/${project.version}</url>
+  <packaging>pom</packaging>
+  <distributionManagement>
+    <site>
+      <id>apache.website</id>
+      <url>scp://people.apache.org/www/maven.apache.org/docs/${project.version}</url>
+    </site>
+  </distributionManagement>
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-site-plugin</artifactId>
+        <version>2.0</version>
+      </plugin>
+    </plugins>
+  </build>
+  <reporting>
+    <excludeDefaults>true</excludeDefaults>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-project-info-reports-plugin</artifactId>
+        <version>2.1</version>
+        <reportSets>
+          <reportSet>
+            <reports>
+              <report>cim</report>
+              <report>mailing-list</report>
+              <report>license</report>
+              <report>project-team</report>
+            </reports>
+          </reportSet>
+        </reportSets>
+      </plugin>
+    </plugins>
+  </reporting>
+</project>

Propchange: maven/components/branches/maven-2.0.11-RC/maven-docs/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: maven/components/branches/maven-2.0.11-RC/maven-docs/src/site/apt/index.apt
URL: http://svn.apache.org/viewvc/maven/components/branches/maven-2.0.11-RC/maven-docs/src/site/apt/index.apt?rev=792805&view=auto
==============================================================================
--- maven/components/branches/maven-2.0.11-RC/maven-docs/src/site/apt/index.apt (added)
+++ maven/components/branches/maven-2.0.11-RC/maven-docs/src/site/apt/index.apt Fri Jul 10 04:40:04 2009
@@ -0,0 +1,13 @@
+ -----
+ Apache Maven
+ -----
+ Brett Porter
+ -----
+ 10 July 2009
+ -----
+
+Apache Maven
+
+ Maven's documentation can be found online here: {{http://maven.apache.org/}}.
+  
+ {{{release-notes.html} Release Notes for this version}}

Copied: maven/components/branches/maven-2.0.11-RC/maven-docs/src/site/apt/release-notes.apt.vm (from r792689, maven/site/trunk/src/site/apt/release-notes-2.0.x.apt.vm)
URL: http://svn.apache.org/viewvc/maven/components/branches/maven-2.0.11-RC/maven-docs/src/site/apt/release-notes.apt.vm?p2=maven/components/branches/maven-2.0.11-RC/maven-docs/src/site/apt/release-notes.apt.vm&p1=maven/site/trunk/src/site/apt/release-notes-2.0.x.apt.vm&r1=792689&r2=792805&rev=792805&view=diff
==============================================================================
--- maven/site/trunk/src/site/apt/release-notes-2.0.x.apt.vm (original)
+++ maven/components/branches/maven-2.0.11-RC/maven-docs/src/site/apt/release-notes.apt.vm Fri Jul 10 04:40:04 2009
@@ -1,11 +1,9 @@
  ------
-Release Notes - Maven ${current20xVersion}
+Release Notes - Maven ${project.version}
  ------
 Brett Porter
-Jason van Zyl
-Brian Fox
  ------
-9 April 2008
+10 July 2009
  ------
 
 ~~ Licensed to the Apache Software Foundation (ASF) under one
@@ -28,17 +26,17 @@
 ~~ NOTE: For help with the syntax of this file, see:
 ~~ http://maven.apache.org/doxia/references/apt-format.html
 
-Maven ${current20xVersion}
+Maven ${project.version}
 
-  The Apache Maven team would like to announce the release of Maven ${current20xVersion}.
+  The Apache Maven team would like to announce the release of Maven ${project.version}.
 
-  Maven ${current20xVersion} is {{{./download.html} available for download}}.
+  Maven ${project.version} is {{{http://maven.apache.org/download.html} available for download}}.
 
   Maven is a software project management and comprehension tool. Based on the concept of a project object model
   (POM), Maven can manage a project's build, reporting and documentation from a central place.
 
   The core release is independent of the plugins available. Further releases of plugins will be made separately.
-  See the {{{./plugins/index.html} Plugin List}} for more information.
+  See the {{{http://maven.apache.org/plugins/index.html} Plugin List}} for more information.
 
   We hope you enjoy using Maven! If you have any questions, please consult:
 
@@ -50,27 +48,18 @@
 
     * Maven Dashboard: {{http://docs.codehaus.org/display/MAVEN/Home}}
 
-* 2.0.10 Release Notes
+* ${project.version} Release Notes
 
   The full list of changes can be found in our
-  {{{http://jira.codehaus.org/secure/ReleaseNote.jspa?version=14112&styleName=Html&projectId=10500&Create=Create}issue management system}},
+  {{{http://jira.codehaus.org/secure/ReleaseNote.jspa?version=14118&styleName=Html&projectId=10500&Create=Create}issue management system}},
   and is reproduced below.
 
-** Changes that may affect existing builds.
+** Plugin Versions defined in the ${project.version} super POM:
 
-  This release was extensively screened for regressions with Release Candidates but several things are worth noting.
-
-  * MNG-3974 - The mirror syntax order did not match the documentation. In 2.0.9, the last mirror that matched a repository would win. The correct behavior in 2.0.10 is the first match wins. Using the syntax that lets you exclude a repository from a match (*,!notthisone,thisone), it should always be possible to ensure your matching is deterministic regardless of order. See the settings {{{./settings.html#Mirrors}specification}} for more information.
-  
-  * MNG-3424 - in 2.0.9 we made the dependency order deterministic using linkedHashMaps, in 2.0.10, the rest of the hashMaps in the pom model have been replaced with linkedHashMaps. This may cause subtle changes in the ordering of executions or other processing since 2.0.9. The fix would be to reorder the elements that cause problems, and know that it will be predictable from now on.
-
-
-** Plugin Versions defined in the 2.0.10 super pom:
-
- See the raw super pom for 2.0.10 {{{http://svn.apache.org/viewvc/maven/components/tags/maven-2.0.10/maven-project/src/main/resources/org/apache/maven/project/pom-4.0.0.xml}here}}.
+ See the raw super POM for ${project.version} {{{http://svn.apache.org/viewvc/maven/components/tags/maven-${project.version}/maven-project/src/main/resources/org/apache/maven/project/pom-4.0.0.xml}here}}.
  
 *--*--*
-| <<Antrun>> | <<1.3>> |
+| Antrun | 1.3 |
 *--*--*
 | Assembly|  2.2-beta-2 |
 *--*--*
@@ -80,7 +69,7 @@
 *--*--*
 | Dependency| 2.0 |
 *--*--*
-| <<Deploy>>| <<2.4>> |
+| Deploy| 2.4 |
 *--*--*
 | Ear| 2.3.1|
 *--*--*
@@ -90,128 +79,108 @@
 *--*--*
 | Jar| 2.2|
 *--*--*
-| <<Javadoc>>| <<2.5>> |
+| Javadoc| 2.5 |
 *--*--*
-| <<Plugin>>| <<2.4.3>>|
+| Plugin| 2.4.3|
 *--*--*
 | Rar| 2.2|
 *--*--*
-| <<Release>>| <<2.0-beta-8>>|
+| Release| 2.0-beta-8|
 *--*--*
-| <<Resources>>| <<2.3>>|
+| Resources| 2.3|
 *--*--*
-| <<Site>>|<<2.0-beta-7>> |
+| Site|2.0-beta-7 |
 *--*--*
 | Source| 2.0.4 |
 *--*--*
-| <<Surefire>>| <<2.4.3>>|
+| Surefire| 2.4.3|
 *--*--*
-| <<War>>| <<2.1-alpha-2>>|
+| War| 2.1-alpha-2|
 *--*--*
-Default Plugin Versions (Bold indicates a change from 2.0.9)
+Default Plugin Versions (Bold indicates a change from 2.0.10)
  
- 
- 
-* Complete list of issues fixed in 2.0.10    
+* Complete list of issues fixed in ${project.version}
   
 ** Bug
 
-    * [MNG-1999] - Reporting inheritance does not work properly
-    
-    * [MNG-2433] - Maven looks for snapshots in offline mode
-    
-    * [MNG-2695] - -o makes build fail for snapshot plugins
-    
-    * [MNG-2739] - Repository entries are not validated and NPE will occur
-    
-    * [MNG-3052] - Transitive Dependency not found when repo is not listed
-    
-    * [MNG-3070] - ${x} properties no longer expanded in </version> tag after 2.0.3
-    
-    * [MNG-3106] - Multiple profile activation conditions broken
-    
-    * [MNG-3271] - <excludeDefaults> does not seem to work
-    
-    * [MNG-3314] - offline build not running, when having SNAPSHOT dependencies
-    
-    * [MNG-3380] - MavenMetadataSource retrieves ResolutionGroup without consulting ManagedVersionMap, is problem when relocation
-    
-    * [MNG-3497] - rar, par and ejb3 archives should not be added to classpath
-    
-    * [MNG-3527] - profile deactivation has no affect
-    
-    * [MNG-3545] - Option -P-profile overridden if profile is activebyDefault
-    
-    * [MNG-3581] - stage:copy ClassCastException with maven 2.0.9
-    
-    * [MNG-3628] - When running offline, snapshot artifcats cannot be resolved even if they have previously be dowloaded from a repository
-    
-    * [MNG-3639] - Ant 1.7.0 Task not found after upgrading from Maven 2.0.8 to 2.0.9
-    
-    * [MNG-3645] - Maven doesn't do strict model validation for POMs in the current reactor
-    
-    * [MNG-3680] - POM validation fails on projects in central repo starting with 2.0.10 RCs
-    
+    * [MNG-1349] - openssl checksums are not accepted by maven
+
+    * [MNG-2605] - Profiles in profiles.xml are active by default
+
+    * [MNG-3139] - The skin does not exist: Unable to determine the release version
+
+    * [MNG-3553] - cannot resolve dependency with scope import
+
+    * [MNG-3621] - site url inheritance broken for UNC paths
+
+    * [MNG-3641] - Lack of error checks on profiles
+
     * [MNG-3701] - ClassCastException when building settings.xml with profiles that have activeByDefault set
-    
-    * [MNG-3717] - Maven prompts for a password when one is provided over SSH in some circumstances
-    
-    * [MNG-3723] - ${project.basedir} is not interpolated
-    
-    * [MNG-3769] - [regression] Excluding relocated transitive dependencies does not work
-    
+
+    * [MNG-3719] - [regression] plugin execution ordering no longer POM ordered in 2.0.9
+
+    * [MNG-3757] - Setting M2_HOME to nothing and running ant delets contents of the current folder
+
     * [MNG-3776] - Namespace misspelled in settings.xml
-    
-    * [MNG-3805] - Ordering of extension class path is indeterministic
-    
-    * [MNG-3898] - can't generate Maven site: modello fails at xsd generation step due to a Boolean field in model
-    
-    * [MNG-3907] - Profile XSD has wrong namespace
-    
-    * [MNG-3921] - Extensions are subject to NPEs in their hashCode() impl
-    
-    * [MNG-3974] - New mirror syntax is not stopping on first match
-    
+
+    * [MNG-3808] - Execution order of report plugins is arbitrary if inheritance is involved
+
+    * [MNG-3810] - [regression] Null Pointer Exception when Activation Profile Property is Empty
+
+    * [MNG-3811] - Report plugins don't inherit configuration
+
+    * [MNG-3885] - Modules of Maven projects are deployed with Timestamp during reactor build when uniqueVersion is set to false in parent profile
+
+    * [MNG-3899] - Inheritance does not merge extensions with same gid and aid
+
+    * [MNG-3906] - Project-level plugin dependencies are in random order after merging
+
+    * [MNG-3920] - Problem using velocity component
+
+    * [MNG-3930] - mvn.bat doesn't handle ampersand in Windows user name properly
+
+    * [MNG-3933] - Profiles.xml does not pickup OS family
+
+    * [MNG-3940] - Interpolation of environment variables is not case-insensitive on Windows
+
+    * [MNG-3948] - Remote repos defined by profiles outside of settings.xml are not used to resolve parent POMs
+
+    * [MNG-4023] - Profiles from parent POM are injected multiple times if parent is part of reactor build
+
+    * [MNG-4084] - Unnecessary Warning for an activate profile in child project
 
 ** Improvement
 
-    * [MNG-2609] - Mention 'activeByDefault' in the "Introduction to Build Profiles" guide
-    
-    * [MNG-2636] - Namespace settings-1.0.0.xsd correct?
-    
-    * [MNG-3224] - Maven XML schemes are not usable in XML catalogs
-    
-    * [MNG-3268] - Command line doesn't handle multiple -P correctly
-    
-    * [MNG-3424] - Respect ordering of elements as given in POM
-    
-    * [MNG-3503] - Shade MX* classes from plexus-utils
-    
-    * [MNG-3511] - Review fix for MNG-2166
-    
-    * [MNG-3520] - Korean message resource
-    
-    * [MNG-3571] - Allow use of ! when deactivating profiles
-    
-    * [MNG-3652] - set a user agent for Maven HTTP requests
-    
-    * [MNG-3975] - getArtifact(Artifact artifact, List remoteRepositories) should include Exception in debug log messages.
-    
+    * [MNG-1830] - add  a 'compiled on \<timestamp\>' label when maven 2 is invoked with --version option
 
-** New Feature
+    * [MNG-3451] - Add german translation
 
-    * [MNG-3219] - Create a CLIRR/JarDiff setup for 2.0.x and 3.0.x
+    * [MNG-3509] - Make "mvn -v" output locale/encoding
 
-** Task
+    * [MNG-3544] - Beautify debug output for mojo parameters of type array
 
-    * [MNG-2883] - Make sure that the network isn't used for snapshots in offline mode when legacy repositories are used
+    * [MNG-3787] - Add plugin version to default reports
 
+    * [MNG-3794] - Improve error logging when downloading depedencies
 
+    * [MNG-3795] - Add example \<pluginGroups\> snippet to conf/settings.xml in distribution
+
+    * [MNG-3834] - Improve error message when dependency with classifier is missing version
+
+    * [MNG-3867] - Support MAVEN_OPTS in mvnDebug script
+
+    * [MNG-3951] - Hide drive-relative paths from plugins
+
+    * [MNG-4037] - Include Java home in version information
+
+    * [MNG-4057] - Propose checking of plugin artifact when plugin descriptor cannot be found
+
+** Task
+
+    * [MNG-2387] - \<active> on \<proxy\> in settings is misleading
+
+    * [MNG-4046] - Update to Doxia 1.0
 
 
-    
-* Release notes for older versions
 
-    * See {{{./release-notes-older.html}here}}
 
-  

Added: maven/components/branches/maven-2.0.11-RC/maven-docs/src/site/resources/css/site.css
URL: http://svn.apache.org/viewvc/maven/components/branches/maven-2.0.11-RC/maven-docs/src/site/resources/css/site.css?rev=792805&view=auto
==============================================================================
--- maven/components/branches/maven-2.0.11-RC/maven-docs/src/site/resources/css/site.css (added)
+++ maven/components/branches/maven-2.0.11-RC/maven-docs/src/site/resources/css/site.css Fri Jul 10 04:40:04 2009
@@ -0,0 +1,10 @@
+a.externalLink, a.externalLink:link, a.externalLink:visited, a.externalLink:active, a.externalLink:hover {
+  background: none;
+  padding-right: 0;
+}
+
+body ul {
+  list-style-type: square;
+}
+
+

Propchange: maven/components/branches/maven-2.0.11-RC/maven-docs/src/site/resources/css/site.css
------------------------------------------------------------------------------
    svn:eol-style = native

Added: maven/components/branches/maven-2.0.11-RC/maven-docs/src/site/site.xml
URL: http://svn.apache.org/viewvc/maven/components/branches/maven-2.0.11-RC/maven-docs/src/site/site.xml?rev=792805&view=auto
==============================================================================
--- maven/components/branches/maven-2.0.11-RC/maven-docs/src/site/site.xml (added)
+++ maven/components/branches/maven-2.0.11-RC/maven-docs/src/site/site.xml Fri Jul 10 04:40:04 2009
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<project name="${project.version}">
+  <!-- XXX: Banners inheriting correctly -->
+  <bannerLeft>
+    <name>Apache Maven</name>
+    <src>http://maven.apache.org/images/apache-maven-project-2.png</src>
+    <href>http://maven.apache.org/</href>
+  </bannerLeft>
+  <bannerRight>
+    <src>http://maven.apache.org/images/maven-logo-2.gif</src>
+  </bannerRight>
+  <body>
+    <menu name="Maven ${project.version}">
+      <item name="Documentation" href="http://maven.apache.org/" />
+      <item name="Release Notes" href="release-notes.html"/>
+      <item name="JavaDoc" href="../../ref/${project.version}/apidocs" />
+      <item name="Source XRef" href="../../ref/${project.version}/xref/"/>
+    </menu>
+  </body>
+</project>

Propchange: maven/components/branches/maven-2.0.11-RC/maven-docs/src/site/site.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: maven/components/branches/maven-2.0.11-RC/pom.xml
URL: http://svn.apache.org/viewvc/maven/components/branches/maven-2.0.11-RC/pom.xml?rev=792805&r1=792804&r2=792805&view=diff
==============================================================================
--- maven/components/branches/maven-2.0.11-RC/pom.xml (original)
+++ maven/components/branches/maven-2.0.11-RC/pom.xml Fri Jul 10 04:40:04 2009
@@ -16,8 +16,7 @@
 KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
--->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+--><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
@@ -126,56 +125,20 @@
       <plugins>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
-          <artifactId>maven-jar-plugin</artifactId>
-          <version>2.1</version>
-        </plugin>
-        <plugin>
-          <groupId>org.apache.maven.plugins</groupId>
-          <artifactId>maven-compiler-plugin</artifactId>
-          <version>2.0.2</version>
-        </plugin>
-        <plugin>
           <artifactId>maven-assembly-plugin</artifactId>
           <version>2.2-beta-1</version>
         </plugin>
         <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-shade-plugin</artifactId>
           <version>1.0</version>
         </plugin>
         <plugin>
-          <artifactId>maven-surefire-plugin</artifactId>
-          <version>2.3</version>
-        </plugin>
-        <plugin>
-          <artifactId>maven-deploy-plugin</artifactId>
-          <version>2.3</version>
-        </plugin>
-        <plugin>
-          <artifactId>maven-install-plugin</artifactId>
-          <version>2.1</version>
-        </plugin>
-        <plugin>
-          <artifactId>maven-site-plugin</artifactId>
-          <version>2.0-beta-5</version>
-        </plugin>
-        <plugin>
-          <artifactId>maven-resources-plugin</artifactId>
-          <version>2.2</version>
-        </plugin>
-        <plugin>
-          <artifactId>maven-remote-resources-plugin</artifactId>
-          <version>1.0-beta-2</version>
-        </plugin>
-        <plugin>
-          <artifactId>maven-clean-plugin</artifactId>
-          <version>2.1.1</version>
-        </plugin>
-        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-release-plugin</artifactId>
-          <version>2.0-beta-7</version>
           <configuration>
-            <tagBase>https://svn.apache.org/repos/asf/maven/components/tags</tagBase>
-            <autoVersionSubmodules>true</autoVersionSubmodules>
+            <goals>clean deploy site-deploy</goals>
+            <arguments>-Preporting-aggregate,apache-release</arguments>
           </configuration>
         </plugin>
         <plugin>
@@ -471,7 +434,7 @@
       </build>
     </profile>
     <profile>
-      <id>release</id>
+      <id>apache-release</id>
       <build>
         <plugins>
 <!-- TODO: Commented until a release version is available
@@ -560,6 +523,9 @@
            mvn site -Preporting-aggregate
            mvn -N site:deploy
       -->
+      <modules>
+        <module>maven-docs</module>
+      </modules>
       <reporting>
         <plugins>
           <plugin>

Modified: maven/components/branches/maven-2.0.11-RC/src/site/site.xml
URL: http://svn.apache.org/viewvc/maven/components/branches/maven-2.0.11-RC/src/site/site.xml?rev=792805&r1=792804&r2=792805&view=diff
==============================================================================
--- maven/components/branches/maven-2.0.11-RC/src/site/site.xml (original)
+++ maven/components/branches/maven-2.0.11-RC/src/site/site.xml Fri Jul 10 04:40:04 2009
@@ -20,14 +20,8 @@
 -->
 
 <project>
-  <!-- TODO remove when using Maven Parent 11+ -->
-  <skin>
-    <groupId>org.apache.maven.skins</groupId>
-    <artifactId>maven-stylus-skin</artifactId>
-    <version>1.1</version>
-  </skin>
   <body>
     <menu ref="modules"/>
     <menu ref="reports"/>
   </body>
-</project>
\ No newline at end of file
+</project>