You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by re...@apache.org on 2009/10/26 16:53:37 UTC

svn commit: r829840 - in /cocoon/cocoon3/trunk: ./ cocoon-all/ cocoon-archetype-block/ cocoon-archetype-parent/ cocoon-archetype-sample/ cocoon-archetype-webapp/ cocoon-controller/ cocoon-docs/ cocoon-monitoring/ cocoon-optional/ cocoon-pipeline/ cocoo...

Author: reinhard
Date: Mon Oct 26 15:53:36 2009
New Revision: 829840

URL: http://svn.apache.org/viewvc?rev=829840&view=rev
Log:
use the full project name

Modified:
    cocoon/cocoon3/trunk/cocoon-all/pom.xml
    cocoon/cocoon3/trunk/cocoon-archetype-block/pom.xml
    cocoon/cocoon3/trunk/cocoon-archetype-parent/pom.xml
    cocoon/cocoon3/trunk/cocoon-archetype-sample/pom.xml
    cocoon/cocoon3/trunk/cocoon-archetype-webapp/pom.xml
    cocoon/cocoon3/trunk/cocoon-controller/pom.xml
    cocoon/cocoon3/trunk/cocoon-docs/pom.xml
    cocoon/cocoon3/trunk/cocoon-monitoring/pom.xml
    cocoon/cocoon3/trunk/cocoon-optional/pom.xml
    cocoon/cocoon3/trunk/cocoon-pipeline/pom.xml
    cocoon/cocoon3/trunk/cocoon-profiling-firebug/pom.xml
    cocoon/cocoon3/trunk/cocoon-profiling/pom.xml
    cocoon/cocoon3/trunk/cocoon-rest/pom.xml
    cocoon/cocoon3/trunk/cocoon-sample-webapp/pom.xml
    cocoon/cocoon3/trunk/cocoon-sample/pom.xml
    cocoon/cocoon3/trunk/cocoon-sax/pom.xml
    cocoon/cocoon3/trunk/cocoon-servlet/pom.xml
    cocoon/cocoon3/trunk/cocoon-sitemap/pom.xml
    cocoon/cocoon3/trunk/cocoon-stax/pom.xml
    cocoon/cocoon3/trunk/cocoon-stringtemplate/pom.xml
    cocoon/cocoon3/trunk/parent/pom.xml
    cocoon/cocoon3/trunk/pom.xml

Modified: cocoon/cocoon3/trunk/cocoon-all/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/cocoon3/trunk/cocoon-all/pom.xml?rev=829840&r1=829839&r2=829840&view=diff
==============================================================================
--- cocoon/cocoon3/trunk/cocoon-all/pom.xml (original)
+++ cocoon/cocoon3/trunk/cocoon-all/pom.xml Mon Oct 26 15:53:36 2009
@@ -29,10 +29,12 @@
     <version>3.0.0-alpha-2-SNAPSHOT</version>
     <relativePath>../parent</relativePath>
   </parent>
+  
   <groupId>org.apache.cocoon.all</groupId>
   <artifactId>cocoon-all</artifactId>
   <version>3.0.0-alpha-2-SNAPSHOT</version>
-  <name>Cocoon 3: All dependencies [jar]</name>
+  
+  <name>Apache Cocoon 3: All dependencies</name>
   <description>This module can be used to get all Cocoon 3 dependencies in one go.</description>
 
   <dependencies>

Modified: cocoon/cocoon3/trunk/cocoon-archetype-block/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/cocoon3/trunk/cocoon-archetype-block/pom.xml?rev=829840&r1=829839&r2=829840&view=diff
==============================================================================
--- cocoon/cocoon3/trunk/cocoon-archetype-block/pom.xml (original)
+++ cocoon/cocoon3/trunk/cocoon-archetype-block/pom.xml Mon Oct 26 15:53:36 2009
@@ -32,5 +32,5 @@
   <groupId>org.apache.cocoon.archetype-block</groupId>
   <artifactId>cocoon-archetype-block</artifactId>
   <version>3.0.0-alpha-2-SNAPSHOT</version>
-  <name>Cocoon 3: Block Archetype [arch]</name>
+  <name>Apache Cocoon 3: Block Archetype</name>
 </project>

Modified: cocoon/cocoon3/trunk/cocoon-archetype-parent/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/cocoon3/trunk/cocoon-archetype-parent/pom.xml?rev=829840&r1=829839&r2=829840&view=diff
==============================================================================
--- cocoon/cocoon3/trunk/cocoon-archetype-parent/pom.xml (original)
+++ cocoon/cocoon3/trunk/cocoon-archetype-parent/pom.xml Mon Oct 26 15:53:36 2009
@@ -32,5 +32,6 @@
   <groupId>org.apache.cocoon.archetype-parent</groupId>
   <artifactId>cocoon-archetype-parent</artifactId>
   <version>3.0.0-alpha-2-SNAPSHOT</version>
-  <name>Cocoon 3: Parent Archetype [arch]</name>
+  
+  <name>Apache Cocoon 3: Parent Archetype</name>
 </project>

Modified: cocoon/cocoon3/trunk/cocoon-archetype-sample/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/cocoon3/trunk/cocoon-archetype-sample/pom.xml?rev=829840&r1=829839&r2=829840&view=diff
==============================================================================
--- cocoon/cocoon3/trunk/cocoon-archetype-sample/pom.xml (original)
+++ cocoon/cocoon3/trunk/cocoon-archetype-sample/pom.xml Mon Oct 26 15:53:36 2009
@@ -28,10 +28,12 @@
     <version>3.0.0-alpha-2-SNAPSHOT</version>
     <relativePath>../parent/pom.xml</relativePath>
   </parent>  
+  
   <groupId>org.apache.cocoon.archetype-sample</groupId>
   <artifactId>cocoon-archetype-sample</artifactId>
   <version>3.0.0-alpha-2-SNAPSHOT</version>  
-  <name>Cocoon 3: Sample Archetype [arch]</name>
+  
+  <name>Apache Cocoon 3: Sample Archetype</name>
   
   <build>
     <plugins>

Modified: cocoon/cocoon3/trunk/cocoon-archetype-webapp/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/cocoon3/trunk/cocoon-archetype-webapp/pom.xml?rev=829840&r1=829839&r2=829840&view=diff
==============================================================================
--- cocoon/cocoon3/trunk/cocoon-archetype-webapp/pom.xml (original)
+++ cocoon/cocoon3/trunk/cocoon-archetype-webapp/pom.xml Mon Oct 26 15:53:36 2009
@@ -32,5 +32,6 @@
   <groupId>org.apache.cocoon.archetype-webapp</groupId>
   <artifactId>cocoon-archetype-webapp</artifactId>
   <version>3.0.0-alpha-2-SNAPSHOT</version>
-  <name>Cocoon 3: Web Application Archetype [arch]</name>
+  
+  <name>Apache Cocoon 3: Web Application Archetype</name>
 </project>

Modified: cocoon/cocoon3/trunk/cocoon-controller/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/cocoon3/trunk/cocoon-controller/pom.xml?rev=829840&r1=829839&r2=829840&view=diff
==============================================================================
--- cocoon/cocoon3/trunk/cocoon-controller/pom.xml (original)
+++ cocoon/cocoon3/trunk/cocoon-controller/pom.xml Mon Oct 26 15:53:36 2009
@@ -33,7 +33,8 @@
   <groupId>org.apache.cocoon.controller</groupId>
   <artifactId>cocoon-controller</artifactId>
   <version>3.0.0-alpha-2-SNAPSHOT</version>
-  <name>Cocoon 3: Controller [jar]</name>
+  
+  <name>Apache Cocoon 3: Controller</name>
   <description>Controller for Cocoon sitemaps.</description>
 
   <dependencies>

Modified: cocoon/cocoon3/trunk/cocoon-docs/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/cocoon3/trunk/cocoon-docs/pom.xml?rev=829840&r1=829839&r2=829840&view=diff
==============================================================================
--- cocoon/cocoon3/trunk/cocoon-docs/pom.xml (original)
+++ cocoon/cocoon3/trunk/cocoon-docs/pom.xml Mon Oct 26 15:53:36 2009
@@ -34,8 +34,9 @@
   <groupId>org.apache.cocoon.docs</groupId>
   <artifactId>cocoon-docs</artifactId>
   <version>3.0.0-alpha-2-SNAPSHOT</version>
-  <name>Cocoon 3: Documentation</name>
-  <description>Cocoon 3 - Reference guide and user manuals.</description>
+  
+  <name>Apache Cocoon 3: Documentation</name>
+  <description>The website, a reference guide and user manuals.</description>
 
   <distributionManagement>
     <site>

Modified: cocoon/cocoon3/trunk/cocoon-monitoring/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/cocoon3/trunk/cocoon-monitoring/pom.xml?rev=829840&r1=829839&r2=829840&view=diff
==============================================================================
--- cocoon/cocoon3/trunk/cocoon-monitoring/pom.xml (original)
+++ cocoon/cocoon3/trunk/cocoon-monitoring/pom.xml Mon Oct 26 15:53:36 2009
@@ -31,7 +31,8 @@
   <groupId>org.apache.cocoon.monitoring</groupId>
   <artifactId>cocoon-monitoring</artifactId>
   <version>3.0.0-alpha-2-SNAPSHOT</version>
-  <name>Cocoon 3: Monitoring [jar]</name>
+  
+  <name>Apache Cocoon 3: Monitoring</name>
   <description>Monitoring support for Cocoon 3.</description>
 
   <dependencies>

Modified: cocoon/cocoon3/trunk/cocoon-optional/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/cocoon3/trunk/cocoon-optional/pom.xml?rev=829840&r1=829839&r2=829840&view=diff
==============================================================================
--- cocoon/cocoon3/trunk/cocoon-optional/pom.xml (original)
+++ cocoon/cocoon3/trunk/cocoon-optional/pom.xml Mon Oct 26 15:53:36 2009
@@ -29,10 +29,12 @@
     <version>3.0.0-alpha-2-SNAPSHOT</version>
     <relativePath>../parent</relativePath>
   </parent>
+  
   <groupId>org.apache.cocoon.optional</groupId>
   <artifactId>cocoon-optional</artifactId>
   <version>3.0.0-alpha-2-SNAPSHOT</version>
-  <name>Cocoon 3: Optional [jar]</name>
+  
+  <name>Apache Cocoon 3: Optional</name>
   <description>
     This is an optional module for Cocoon 3. It contains all the stuff that requires additional 
     3rd-party libraries that shouldn't become part of one of the Cocoon 3 core modules 

Modified: cocoon/cocoon3/trunk/cocoon-pipeline/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/cocoon3/trunk/cocoon-pipeline/pom.xml?rev=829840&r1=829839&r2=829840&view=diff
==============================================================================
--- cocoon/cocoon3/trunk/cocoon-pipeline/pom.xml (original)
+++ cocoon/cocoon3/trunk/cocoon-pipeline/pom.xml Mon Oct 26 15:53:36 2009
@@ -29,10 +29,12 @@
     <version>3.0.0-alpha-2-SNAPSHOT</version>
     <relativePath>../parent</relativePath>
   </parent>
+  
   <groupId>org.apache.cocoon.pipeline</groupId>
   <artifactId>cocoon-pipeline</artifactId>
   <version>3.0.0-alpha-2-SNAPSHOT</version>
-  <name>Cocoon 3: Pipeline [jar]</name>
+  
+  <name>Apache Cocoon 3: Pipeline</name>
   <description>The core of Cocoon 3. A Servlet API independent implementation of pipelines.</description>
 
   <dependencies>

Modified: cocoon/cocoon3/trunk/cocoon-profiling-firebug/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/cocoon3/trunk/cocoon-profiling-firebug/pom.xml?rev=829840&r1=829839&r2=829840&view=diff
==============================================================================
--- cocoon/cocoon3/trunk/cocoon-profiling-firebug/pom.xml (original)
+++ cocoon/cocoon3/trunk/cocoon-profiling-firebug/pom.xml Mon Oct 26 15:53:36 2009
@@ -23,7 +23,9 @@
 
   <groupId>org.apache.cocoon.profiling.firebug</groupId>
   <artifactId>cocoon-profiling-firebug</artifactId>
-  <name>Cocoon 3: Profiling Firebug Plugin [xpi]</name>
+  <version>3.0.0-alpha-2-SNAPSHOT</version>
+  
+  <name>Apache Cocoon 3: Profiling Firebug Plugin</name>
   <description>Cocoon 3 profiling Firebug plugin.</description>
 
   <build>

Modified: cocoon/cocoon3/trunk/cocoon-profiling/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/cocoon3/trunk/cocoon-profiling/pom.xml?rev=829840&r1=829839&r2=829840&view=diff
==============================================================================
--- cocoon/cocoon3/trunk/cocoon-profiling/pom.xml (original)
+++ cocoon/cocoon3/trunk/cocoon-profiling/pom.xml Mon Oct 26 15:53:36 2009
@@ -32,8 +32,9 @@
 
   <groupId>org.apache.cocoon.profiling</groupId>
   <artifactId>cocoon-profiling</artifactId>
-  <name>Cocoon 3: Profiling [jar]</name>
   <version>3.0.0-alpha-2-SNAPSHOT</version>
+  
+  <name>Apache Cocoon 3: Profiling</name>
   <description>Cocoon 3 profiling components.</description>
 
   <dependencies>

Modified: cocoon/cocoon3/trunk/cocoon-rest/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/cocoon3/trunk/cocoon-rest/pom.xml?rev=829840&r1=829839&r2=829840&view=diff
==============================================================================
--- cocoon/cocoon3/trunk/cocoon-rest/pom.xml (original)
+++ cocoon/cocoon3/trunk/cocoon-rest/pom.xml Mon Oct 26 15:53:36 2009
@@ -33,7 +33,8 @@
   <groupId>org.apache.cocoon.rest</groupId>
   <artifactId>cocoon-rest</artifactId>
   <version>3.0.0-alpha-2-SNAPSHOT</version>
-  <name>Cocoon 3: REST support [jar]</name>
+  
+  <name>Apache Cocoon 3: REST support</name>
   <description>RESTful web services with Cocoon 3.</description>
 
   <dependencies>

Modified: cocoon/cocoon3/trunk/cocoon-sample-webapp/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/cocoon3/trunk/cocoon-sample-webapp/pom.xml?rev=829840&r1=829839&r2=829840&view=diff
==============================================================================
--- cocoon/cocoon3/trunk/cocoon-sample-webapp/pom.xml (original)
+++ cocoon/cocoon3/trunk/cocoon-sample-webapp/pom.xml Mon Oct 26 15:53:36 2009
@@ -33,7 +33,9 @@
   <groupId>org.apache.cocoon.sample-webapp</groupId>
   <artifactId>cocoon-sample-webapp</artifactId>
   <version>3.0.0-alpha-2-SNAPSHOT</version>
-  <name>Cocoon 3: Webapplication sample [war]</name>  
+  
+  <name>Apache Cocoon 3: Webapplication sample</name>  
+  <description>A web application module that contains all samples.</description>
 
   <build>
     <plugins>

Modified: cocoon/cocoon3/trunk/cocoon-sample/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/cocoon3/trunk/cocoon-sample/pom.xml?rev=829840&r1=829839&r2=829840&view=diff
==============================================================================
--- cocoon/cocoon3/trunk/cocoon-sample/pom.xml (original)
+++ cocoon/cocoon3/trunk/cocoon-sample/pom.xml Mon Oct 26 15:53:36 2009
@@ -33,7 +33,8 @@
   <groupId>org.apache.cocoon.sample</groupId>
   <artifactId>cocoon-sample</artifactId>
   <version>3.0.0-alpha-2-SNAPSHOT</version>
-  <name>Cocoon 3: Sample [jar]</name>
+  
+  <name>Apache Cocoon 3: Sample</name>
   <description>Cocoon 3 samples.</description>
 
   <dependencies>

Modified: cocoon/cocoon3/trunk/cocoon-sax/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/cocoon3/trunk/cocoon-sax/pom.xml?rev=829840&r1=829839&r2=829840&view=diff
==============================================================================
--- cocoon/cocoon3/trunk/cocoon-sax/pom.xml (original)
+++ cocoon/cocoon3/trunk/cocoon-sax/pom.xml Mon Oct 26 15:53:36 2009
@@ -29,10 +29,12 @@
     <version>3.0.0-alpha-2-SNAPSHOT</version>
     <relativePath>../parent</relativePath>
   </parent>
+  
   <groupId>org.apache.cocoon.sax</groupId>
   <artifactId>cocoon-sax</artifactId>
-  <name>Cocoon 3: SAX [jar]</name>
   <version>3.0.0-alpha-2-SNAPSHOT</version>
+
+  <name>Apache Cocoon 3: SAX</name>
   <description>Cocoon 3 SAX pipeline components.</description>
 
   <dependencies>

Modified: cocoon/cocoon3/trunk/cocoon-servlet/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/cocoon3/trunk/cocoon-servlet/pom.xml?rev=829840&r1=829839&r2=829840&view=diff
==============================================================================
--- cocoon/cocoon3/trunk/cocoon-servlet/pom.xml (original)
+++ cocoon/cocoon3/trunk/cocoon-servlet/pom.xml Mon Oct 26 15:53:36 2009
@@ -33,7 +33,8 @@
   <groupId>org.apache.cocoon.servlet</groupId>
   <artifactId>cocoon-servlet</artifactId>
   <version>3.0.0-alpha-2-SNAPSHOT</version>
-  <name>Cocoon 3: Servlet [jar]</name>
+  
+  <name>Apache Cocoon 3: Servlet</name>
   <description>Using Cocoon 3 within the Servlet Service framework.</description>
 
   <dependencies>

Modified: cocoon/cocoon3/trunk/cocoon-sitemap/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/cocoon3/trunk/cocoon-sitemap/pom.xml?rev=829840&r1=829839&r2=829840&view=diff
==============================================================================
--- cocoon/cocoon3/trunk/cocoon-sitemap/pom.xml (original)
+++ cocoon/cocoon3/trunk/cocoon-sitemap/pom.xml Mon Oct 26 15:53:36 2009
@@ -33,7 +33,8 @@
   <groupId>org.apache.cocoon.sitemap</groupId>
   <artifactId>cocoon-sitemap</artifactId>
   <version>3.0.0-alpha-2-SNAPSHOT</version>
-  <name>Cocoon 3: Sitemap [jar]</name>
+  
+  <name>Apache Cocoon 3: Sitemap</name>
   <description>A sitemap language interpreter.</description>
 
   <dependencies>

Modified: cocoon/cocoon3/trunk/cocoon-stax/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/cocoon3/trunk/cocoon-stax/pom.xml?rev=829840&r1=829839&r2=829840&view=diff
==============================================================================
--- cocoon/cocoon3/trunk/cocoon-stax/pom.xml (original)
+++ cocoon/cocoon3/trunk/cocoon-stax/pom.xml Mon Oct 26 15:53:36 2009
@@ -29,8 +29,9 @@
 
   <groupId>org.apache.cocoon.stax</groupId>
   <artifactId>cocoon-stax</artifactId>
-  <name>Cocoon 3: StAX [jar]</name>
   <version>3.0.0-alpha-2-SNAPSHOT</version>
+  
+  <name>Apache Cocoon 3: StAX</name>
   <description>Cocoon 3 components required for building StAX pipelines and components.</description>
 
   <dependencies>

Modified: cocoon/cocoon3/trunk/cocoon-stringtemplate/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/cocoon3/trunk/cocoon-stringtemplate/pom.xml?rev=829840&r1=829839&r2=829840&view=diff
==============================================================================
--- cocoon/cocoon3/trunk/cocoon-stringtemplate/pom.xml (original)
+++ cocoon/cocoon3/trunk/cocoon-stringtemplate/pom.xml Mon Oct 26 15:53:36 2009
@@ -33,7 +33,8 @@
   <groupId>org.apache.cocoon.stringtemplate</groupId>
   <artifactId>cocoon-stringtemplate</artifactId>
   <version>3.0.0-alpha-2-SNAPSHOT</version>
-  <name>Cocoon 3: String Templates [jar]</name>
+  
+  <name>Apache Cocoon 3: String Templates</name>
   <description>String-Template support for Cocoon 3.</description>
 
   <dependencies>

Modified: cocoon/cocoon3/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/cocoon3/trunk/parent/pom.xml?rev=829840&r1=829839&r2=829840&view=diff
==============================================================================
--- cocoon/cocoon3/trunk/parent/pom.xml (original)
+++ cocoon/cocoon3/trunk/parent/pom.xml Mon Oct 26 15:53:36 2009
@@ -28,11 +28,16 @@
     <artifactId>apache</artifactId>
     <version>4</version>
   </parent>
+  
   <groupId>org.apache.cocoon.parent</groupId>
   <artifactId>cocoon-parent</artifactId>
   <version>3.0.0-alpha-2-SNAPSHOT</version>
-  <name>Cocoon 3: Parent [pom]</name>
-  <description>Cocoon 3 Parent POM module contains all basic configurations for the Maven 2 based build system.</description>
+  
+  <name>Apache Cocoon 3: Parent</name>
+  <description>
+    The Apache Cocoon 3 Parent POM module contains all basic configurations 
+    for the Maven 2 based build system.
+  </description>
   <inceptionYear>2008</inceptionYear>
 
   <developers>
@@ -778,6 +783,11 @@
           <plugin>
             <groupId>org.codehaus.mojo</groupId>
             <artifactId>rat-maven-plugin</artifactId>
+            <configuration>
+              <excludes>
+                <exclude>bin</exclude>
+              </excludes>            
+            </configuration>
             <executions>
               <execution>
                 <phase>verify</phase>

Modified: cocoon/cocoon3/trunk/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/cocoon3/trunk/pom.xml?rev=829840&r1=829839&r2=829840&view=diff
==============================================================================
--- cocoon/cocoon3/trunk/pom.xml (original)
+++ cocoon/cocoon3/trunk/pom.xml Mon Oct 26 15:53:36 2009
@@ -24,9 +24,10 @@
   <groupId>org.apache.cocoon.root</groupId>
   <artifactId>cocoon-root</artifactId>
   <version>3.0.0-alpha-2-SNAPSHOT</version>
-  <name>Cocoon 3: Root [pom]</name>
+  
   <!-- Cocoon 3 Root. Required because of  http://maven.markmail.org/message/5m5uhkdczmghqxsk -->
-
+  <name>Apache Cocoon 3: Root</name>
+  
   <modules>  
     <module>cocoon-all</module>
     <module>cocoon-controller</module>    
@@ -55,7 +56,7 @@
       </plugin> 
       <plugin>
         <artifactId>maven-eclipse-plugin</artifactId>
-        <version>2.5.1</version>
+        <version>2.7</version>
       </plugin>
       <plugin>
         <artifactId>maven-idea-plugin</artifactId>