You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by kr...@apache.org on 2012/10/29 14:50:24 UTC

svn commit: r1403294 - in /maven/shared/trunk/maven-shared-utils: pom.xml readme.md src/site/apt/ src/site/apt/index.apt src/site/site.xml

Author: krosenvold
Date: Mon Oct 29 13:50:23 2012
New Revision: 1403294

URL: http://svn.apache.org/viewvc?rev=1403294&view=rev
Log:
Added the smallest site I could get away with

Added:
    maven/shared/trunk/maven-shared-utils/src/site/apt/
    maven/shared/trunk/maven-shared-utils/src/site/apt/index.apt
Modified:
    maven/shared/trunk/maven-shared-utils/pom.xml
    maven/shared/trunk/maven-shared-utils/readme.md
    maven/shared/trunk/maven-shared-utils/src/site/site.xml

Modified: maven/shared/trunk/maven-shared-utils/pom.xml
URL: http://svn.apache.org/viewvc/maven/shared/trunk/maven-shared-utils/pom.xml?rev=1403294&r1=1403293&r2=1403294&view=diff
==============================================================================
--- maven/shared/trunk/maven-shared-utils/pom.xml (original)
+++ maven/shared/trunk/maven-shared-utils/pom.xml Mon Oct 29 13:50:23 2012
@@ -135,23 +135,6 @@
           </excludes>
         </configuration>
       </plugin>
-      <plugin>
-        <groupId>org.apache.rat</groupId>
-        <artifactId>apache-rat-plugin</artifactId>
-        <configuration>
-          <excludes>
-            <exclude>.git/**/*</exclude>
-            <exclude>.idea/**/*</exclude>
-            <exclude>**/.svn/**/*</exclude>
-            <exclude>**/*.iml</exclude>
-            <exclude>**/*.ipr</exclude>
-            <exclude>**/*.iws</exclude>
-            <exclude>**/*.versionsBackup</exclude>
-            <exclude>.gitignore</exclude>
-            <exclude>src/test/resources/directorywalker/**/*</exclude>
-          </excludes>
-        </configuration>
-      </plugin>
     </plugins>
   </build>
 </project>

Modified: maven/shared/trunk/maven-shared-utils/readme.md
URL: http://svn.apache.org/viewvc/maven/shared/trunk/maven-shared-utils/readme.md?rev=1403294&r1=1403293&r2=1403294&view=diff
==============================================================================
--- maven/shared/trunk/maven-shared-utils/readme.md (original)
+++ maven/shared/trunk/maven-shared-utils/readme.md Mon Oct 29 13:50:23 2012
@@ -19,15 +19,4 @@ under the License.
 Apache Maven Shared Utils
 
 This project aims to be a functional replacement for
-plexus-utils in maven core. It is not a 100% API compatible
-replacement though. Lots of methods got cleaned up, generics
-got added and we dropped a lot of unused code.
-
-
-Relation to Commons-*
-
-maven-shared-utils internally use commons-io. We shade all commons
-classes into our own private package to prevent classpatch clashes.
-This is the reason why any public API in maven-shared-utils must
-avoid to expose commons classe directly. Most times it's sufficient
-to just create an empty subclass and expose that instead.
+plexus-utils in maven core.
\ No newline at end of file

Added: maven/shared/trunk/maven-shared-utils/src/site/apt/index.apt
URL: http://svn.apache.org/viewvc/maven/shared/trunk/maven-shared-utils/src/site/apt/index.apt?rev=1403294&view=auto
==============================================================================
--- maven/shared/trunk/maven-shared-utils/src/site/apt/index.apt (added)
+++ maven/shared/trunk/maven-shared-utils/src/site/apt/index.apt Mon Oct 29 13:50:23 2012
@@ -0,0 +1,44 @@
+ ------
+ Maven shared Utils
+ ------
+ Kristian Rosenvold
+ ------
+ 2012-10-29
+ ------
+
+ ~~ Licensed to the Apache Software Foundation (ASF) under one
+ ~~ or more contributor license agreements.  See the NOTICE file
+ ~~ distributed with this work for additional information
+ ~~ regarding copyright ownership.  The ASF licenses this file
+ ~~ to you under the Apache License, Version 2.0 (the
+ ~~ "License"); you may not use this file except in compliance
+ ~~ with the License.  You may obtain a copy of the License at
+ ~~
+ ~~   http://www.apache.org/licenses/LICENSE-2.0
+ ~~
+ ~~ Unless required by applicable law or agreed to in writing,
+ ~~ software distributed under the License is distributed on an
+ ~~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ ~~ KIND, either express or implied.  See the License for the
+ ~~ specific language governing permissions and limitations
+ ~~ under the License.
+
+ ~~ NOTE: For help with the syntax of this file, see:
+ ~~ http://maven.apache.org/doxia/references/apt-format.html
+
+
+Apache Maven Shared Utils
+
+   This project aims to be a functional replacement for
+   plexus-utils in maven. It is not a 100% API compatible
+   replacement though. Lots of methods got cleaned up, generics
+   got added and we dropped a lot of unused code.
+
+
+Relation to Commons-*
+
+  maven-shared-utils internally use commons-io. We shade all commons
+  classes into our own private package to prevent classpatch clashes.
+  This is the reason why any public API in maven-shared-utils must
+  avoid to expose commons classe directly. Most times it's sufficient
+  to just create an empty subclass and expose that instead.

Modified: maven/shared/trunk/maven-shared-utils/src/site/site.xml
URL: http://svn.apache.org/viewvc/maven/shared/trunk/maven-shared-utils/src/site/site.xml?rev=1403294&r1=1403293&r2=1403294&view=diff
==============================================================================
--- maven/shared/trunk/maven-shared-utils/src/site/site.xml (original)
+++ maven/shared/trunk/maven-shared-utils/src/site/site.xml Mon Oct 29 13:50:23 2012
@@ -1,5 +1,4 @@
 <?xml version="1.0"?>
-
 <!--
 Licensed to the Apache Software Foundation (ASF) under one
 or more contributor license agreements.  See the NOTICE file
@@ -22,10 +21,7 @@ under the License.
 <project 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">
   <body>
     <menu name="Overview">
-      <item name="Introduction" href="index.html"/>
-      <item name="JavaDocs" href="apidocs/index.html"/>
-      <item name="Source Xref" href="xref/index.html"/>
-      <!--item name="FAQ" href="faq.html"/-->
+      <item name="Introduction" href="index2.html"/>
     </menu>
 
     <menu ref="parent"/>