simonetripodi | 6 Mar 2012 12:02
Picon
Favicon
Gravatar

svn commit: r1297418 - /cocoon/cocoon3/trunk/pom.xml

Author: simonetripodi
Date: Tue Mar  6 11:02:47 2012
New Revision: 1297418

URL: http://svn.apache.org/viewvc?rev=1297418&view=rev
Log:
minor format

Modified:
    cocoon/cocoon3/trunk/pom.xml

Modified: cocoon/cocoon3/trunk/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/cocoon3/trunk/pom.xml?rev=1297418&r1=1297417&r2=1297418&view=diff
==============================================================================
--- cocoon/cocoon3/trunk/pom.xml (original)
+++ cocoon/cocoon3/trunk/pom.xml Tue Mar  6 11:02:47 2012
 <at>  <at>  -16,7 +16,9  <at>  <at> 
   KIND, either express or implied.  See the License for the
   specific language governing permissions and limitations
   under the License.
- --><!-- $Id$ --><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/maven-v4_0_0.xsd">
+ -->
+<!-- $Id$ -->
+<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/maven-v4_0_0.xsd">

   <modelVersion>4.0.0</modelVersion>
(Continue reading)

simonetripodi | 6 Mar 2012 12:03
Picon
Favicon
Gravatar

svn commit: r1297419 - /cocoon/cocoon3/trunk/pom.xml

Author: simonetripodi
Date: Tue Mar  6 11:03:48 2012
New Revision: 1297419

URL: http://svn.apache.org/viewvc?rev=1297419&view=rev
Log:
updated release plugin

Modified:
    cocoon/cocoon3/trunk/pom.xml

Modified: cocoon/cocoon3/trunk/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/cocoon3/trunk/pom.xml?rev=1297419&r1=1297418&r2=1297419&view=diff
==============================================================================
--- cocoon/cocoon3/trunk/pom.xml (original)
+++ cocoon/cocoon3/trunk/pom.xml Tue Mar  6 11:03:48 2012
 <at>  <at>  -73,7 +73,7  <at>  <at> 
     <plugins>
       <plugin>
         <artifactId>maven-release-plugin</artifactId>
-        <version>2.1</version>
+        <version>2.2.2</version>
         <configuration>
           <useReleaseProfile>false</useReleaseProfile>
           <goals>deploy</goals>

simonetripodi | 6 Mar 2012 12:05
Picon
Favicon
Gravatar

svn commit: r1297420 - /cocoon/cocoon3/trunk/pom.xml

Author: simonetripodi
Date: Tue Mar  6 11:05:04 2012
New Revision: 1297420

URL: http://svn.apache.org/viewvc?rev=1297420&view=rev
Log:
updated gpg plugin

Modified:
    cocoon/cocoon3/trunk/pom.xml

Modified: cocoon/cocoon3/trunk/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/cocoon3/trunk/pom.xml?rev=1297420&r1=1297419&r2=1297420&view=diff
==============================================================================
--- cocoon/cocoon3/trunk/pom.xml (original)
+++ cocoon/cocoon3/trunk/pom.xml Tue Mar  6 11:05:04 2012
 <at>  <at>  -122,7 +122,7  <at>  <at> 
         <plugins>
           <plugin>
             <artifactId>maven-gpg-plugin</artifactId>
-            <version>1.2</version>
+            <version>1.4</version>
             <executions>
               <execution>
                 <id>sign-artifacts</id>

simonetripodi | 6 Mar 2012 12:05
Picon
Favicon
Gravatar

svn commit: r1297421 - /cocoon/cocoon3/trunk/pom.xml

Author: simonetripodi
Date: Tue Mar  6 11:05:43 2012
New Revision: 1297421

URL: http://svn.apache.org/viewvc?rev=1297421&view=rev
Log:
updated eclipse plugin

Modified:
    cocoon/cocoon3/trunk/pom.xml

Modified: cocoon/cocoon3/trunk/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/cocoon3/trunk/pom.xml?rev=1297421&r1=1297420&r2=1297421&view=diff
==============================================================================
--- cocoon/cocoon3/trunk/pom.xml (original)
+++ cocoon/cocoon3/trunk/pom.xml Tue Mar  6 11:05:43 2012
 <at>  <at>  -84,7 +84,7  <at>  <at> 
       </plugin> 
       <plugin>
         <artifactId>maven-eclipse-plugin</artifactId>
-        <version>2.8</version>
+        <version>2.9</version>
       </plugin>
       <plugin>
         <artifactId>maven-idea-plugin</artifactId>

simonetripodi | 6 Mar 2012 12:06
Picon
Favicon
Gravatar

svn commit: r1297422 - /cocoon/cocoon3/trunk/pom.xml

Author: simonetripodi
Date: Tue Mar  6 11:06:57 2012
New Revision: 1297422

URL: http://svn.apache.org/viewvc?rev=1297422&view=rev
Log:
updated wagon-ssh extension

Modified:
    cocoon/cocoon3/trunk/pom.xml

Modified: cocoon/cocoon3/trunk/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/cocoon3/trunk/pom.xml?rev=1297422&r1=1297421&r2=1297422&view=diff
==============================================================================
--- cocoon/cocoon3/trunk/pom.xml (original)
+++ cocoon/cocoon3/trunk/pom.xml Tue Mar  6 11:06:57 2012
 <at>  <at>  -95,7 +95,7  <at>  <at> 
       <extension>
         <groupId>org.apache.maven.wagon</groupId>
         <artifactId>wagon-ssh</artifactId>
-        <version>1.0-beta-7</version>
+        <version>2.2</version>
       </extension>
     </extensions>
   </build>

simonetripodi | 6 Mar 2012 12:08
Picon
Favicon
Gravatar

svn commit: r1297424 - /cocoon/cocoon3/trunk/pom.xml

Author: simonetripodi
Date: Tue Mar  6 11:08:46 2012
New Revision: 1297424

URL: http://svn.apache.org/viewvc?rev=1297424&view=rev
Log:
added release-plugin settings to avoid it hangs if the gpg.key has not been passed

Modified:
    cocoon/cocoon3/trunk/pom.xml

Modified: cocoon/cocoon3/trunk/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/cocoon3/trunk/pom.xml?rev=1297424&r1=1297423&r2=1297424&view=diff
==============================================================================
--- cocoon/cocoon3/trunk/pom.xml (original)
+++ cocoon/cocoon3/trunk/pom.xml Tue Mar  6 11:08:46 2012
 <at>  <at>  -75,6 +75,7  <at>  <at> 
         <artifactId>maven-release-plugin</artifactId>
         <version>2.2.2</version>
         <configuration>
+          <mavenExecutorId>forked-path</mavenExecutorId>
           <useReleaseProfile>false</useReleaseProfile>
           <goals>deploy</goals>
           <tagBase>https://svn.apache.org/repos/asf/cocoon/cocoon3/tags/${project.artifactId}</tagBase>

simonetripodi | 6 Mar 2012 12:54
Picon
Favicon
Gravatar

svn commit: r1297435 - /cocoon/cocoon3/trunk/parent/pom.xml

Author: simonetripodi
Date: Tue Mar  6 11:54:00 2012
New Revision: 1297435

URL: http://svn.apache.org/viewvc?rev=1297435&view=rev
Log:
updated RAT plugin to ASF one

Modified:
    cocoon/cocoon3/trunk/parent/pom.xml

Modified: cocoon/cocoon3/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/cocoon3/trunk/parent/pom.xml?rev=1297435&r1=1297434&r2=1297435&view=diff
==============================================================================
--- cocoon/cocoon3/trunk/parent/pom.xml (original)
+++ cocoon/cocoon3/trunk/parent/pom.xml Tue Mar  6 11:54:00 2012
 <at>  <at>  -679,8 +679,8  <at>  <at> 
         </configuration>
       </plugin>
       <plugin>
-        <groupId>org.codehaus.mojo</groupId>
-        <artifactId>rat-maven-plugin</artifactId>
+        <groupId>org.apache.rat</groupId>
+        <artifactId>apache-rat-plugin</artifactId>
         <configuration>
           <excludes>
             <exclude>bin/**≤/exclude>
 <at>  <at>  -769,9 +769,9  <at>  <at> 
           <version>2.3.6</version>
         </plugin>
(Continue reading)

simonetripodi | 6 Mar 2012 14:00
Picon
Favicon
Gravatar

svn commit: r1297457 - in /cocoon/cocoon3/trunk: cocoon-all/pom.xml cocoon-sax/pom.xml cocoon-stax/pom.xml

Author: simonetripodi
Date: Tue Mar  6 13:00:58 2012
New Revision: 1297457

URL: http://svn.apache.org/viewvc?rev=1297457&view=rev
Log:
updated RAT plugin references to use the ASF one

Modified:
    cocoon/cocoon3/trunk/cocoon-all/pom.xml
    cocoon/cocoon3/trunk/cocoon-sax/pom.xml
    cocoon/cocoon3/trunk/cocoon-stax/pom.xml

Modified: cocoon/cocoon3/trunk/cocoon-all/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/cocoon3/trunk/cocoon-all/pom.xml?rev=1297457&r1=1297456&r2=1297457&view=diff
==============================================================================
--- cocoon/cocoon3/trunk/cocoon-all/pom.xml (original)
+++ cocoon/cocoon3/trunk/cocoon-all/pom.xml Tue Mar  6 13:00:58 2012
 <at>  <at>  -116,8 +116,8  <at>  <at> 
   <build>
     <plugins>
       <plugin>
-        <groupId>org.codehaus.mojo</groupId>
-        <artifactId>rat-maven-plugin</artifactId>
+        <groupId>org.apache.rat</groupId>
+        <artifactId>apache-rat-plugin</artifactId>
         <configuration>
           <excludes>
             <exclude>WARNING.txt</exclude>

(Continue reading)

simonetripodi | 6 Mar 2012 14:04
Picon
Favicon
Gravatar

svn commit: r1297459 - in /cocoon/cocoon3/trunk: cocoon-sax/pom.xml cocoon-stax/pom.xml

Author: simonetripodi
Date: Tue Mar  6 13:04:30 2012
New Revision: 1297459

URL: http://svn.apache.org/viewvc?rev=1297459&view=rev
Log:
4 spaces replaced by 2, trialing spaces and empty lines NO FUNCTIONAL CHANGES

Modified:
    cocoon/cocoon3/trunk/cocoon-sax/pom.xml
    cocoon/cocoon3/trunk/cocoon-stax/pom.xml

Modified: cocoon/cocoon3/trunk/cocoon-sax/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/cocoon3/trunk/cocoon-sax/pom.xml?rev=1297459&r1=1297458&r2=1297459&view=diff
==============================================================================
--- cocoon/cocoon3/trunk/cocoon-sax/pom.xml (original)
+++ cocoon/cocoon3/trunk/cocoon-sax/pom.xml Tue Mar  6 13:04:30 2012
 <at>  <at>  -8,7 +8,7  <at>  <at> 
   "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
+    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
 <at>  <at>  -20,231 +20,227  <at>  <at> 
 <!-- $Id$ -->
 <project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
(Continue reading)

simonetripodi | 6 Mar 2012 14:17
Picon
Favicon
Gravatar

svn commit: r1297463 - /cocoon/cocoon3/trunk/cocoon-sax/pom.xml

Author: simonetripodi
Date: Tue Mar  6 13:17:03 2012
New Revision: 1297463

URL: http://svn.apache.org/viewvc?rev=1297463&view=rev
Log:
don't hardcode target dir, but rather deduce it

Modified:
    cocoon/cocoon3/trunk/cocoon-sax/pom.xml

Modified: cocoon/cocoon3/trunk/cocoon-sax/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/cocoon3/trunk/cocoon-sax/pom.xml?rev=1297463&r1=1297462&r2=1297463&view=diff
==============================================================================
--- cocoon/cocoon3/trunk/cocoon-sax/pom.xml (original)
+++ cocoon/cocoon3/trunk/cocoon-sax/pom.xml Tue Mar  6 13:17:03 2012
 <at>  <at>  -130,7 +130,7  <at>  <at> 
             </goals>
             <configuration>
               <sources>
-                <source>target/generated-sources/javacc</source>
+                <source>${project.build.directory}/generated-sources/javacc</source>
               </sources>
             </configuration>
           </execution>
 <at>  <at>  -155,7 +155,7  <at>  <at> 
             <classpath />
             <argument>org.apache.xalan.xsltc.cmdline.Compile</argument>
             <argument>-d</argument>
-            <argument>target/test-classes</argument>
(Continue reading)


Gmane