[pkg-java] r7682 - trunk/maven-site-plugin/debian/patches

twerner at alioth.debian.org twerner at alioth.debian.org
Tue Dec 16 16:31:47 UTC 2008


Author: twerner
Date: 2008-12-16 16:31:47 +0000 (Tue, 16 Dec 2008)
New Revision: 7682

Modified:
   trunk/maven-site-plugin/debian/patches/pom.diff
Log:
build all but one Mojo


Modified: trunk/maven-site-plugin/debian/patches/pom.diff
===================================================================
--- trunk/maven-site-plugin/debian/patches/pom.diff	2008-12-16 09:51:06 UTC (rev 7681)
+++ trunk/maven-site-plugin/debian/patches/pom.diff	2008-12-16 16:31:47 UTC (rev 7682)
@@ -1,7 +1,7 @@
 Index: maven-site-plugin-2.0~beta7/pom.xml
 ===================================================================
---- maven-site-plugin-2.0~beta7.orig/pom.xml	2008-06-26 20:38:32.000000000 +0200
-+++ maven-site-plugin-2.0~beta7/pom.xml	2008-12-15 23:38:38.000000000 +0100
+--- maven-site-plugin-2.0~beta7.orig/pom.xml	2008-12-16 17:26:04.000000000 +0100
++++ maven-site-plugin-2.0~beta7/pom.xml	2008-12-16 17:26:49.000000000 +0100
 @@ -19,13 +19,16 @@
  -->
  
@@ -19,7 +19,7 @@
    <artifactId>maven-site-plugin</artifactId>
    <packaging>maven-plugin</packaging>
    <name>Maven Site Plugin</name>
-@@ -154,14 +157,26 @@
+@@ -154,14 +157,24 @@
          <plugin>
            <groupId>org.apache.maven.plugins</groupId>
            <artifactId>maven-plugin-plugin</artifactId>
@@ -40,15 +40,13 @@
 +        <artifactId>maven-compiler-plugin</artifactId>
 +        <configuration>
 +	  <excludes>
-+	    <exclude>**/SiteDeployMojo.java</exclude>
 +	    <exclude>**/SiteRunMojo.java</exclude>
-+	    <exclude>**/SiteStageDeployMojo.java</exclude>
 +	  </excludes>
 +        </configuration>
        </plugin>
      </plugins>
    </build>
-@@ -214,6 +229,14 @@
+@@ -214,6 +227,14 @@
      <!-- Maven -->
      <dependency>
        <groupId>org.apache.maven</groupId>
@@ -63,7 +61,7 @@
        <artifactId>maven-artifact</artifactId>
        <version>2.0.2</version>
      </dependency>
-@@ -247,17 +270,29 @@
+@@ -247,17 +268,29 @@
        <artifactId>maven-reporting-api</artifactId>
        <version>2.0.4</version>
      </dependency>
@@ -93,7 +91,7 @@
      </dependency>
  
      <!-- Doxia-sitetools -->
-@@ -265,6 +300,8 @@
+@@ -265,6 +298,8 @@
        <groupId>org.apache.maven.doxia</groupId>
        <artifactId>doxia-decoration-model</artifactId>
        <version>${doxiaSitetoolsVersion}</version>
@@ -102,7 +100,7 @@
        <exclusions>
          <exclusion>
            <groupId>org.codehaus.plexus</groupId>
-@@ -280,6 +317,8 @@
+@@ -280,6 +315,8 @@
        <groupId>org.apache.maven.doxia</groupId>
        <artifactId>doxia-site-renderer</artifactId>
        <version>${doxiaSitetoolsVersion}</version>
@@ -111,7 +109,7 @@
        <exclusions>
          <exclusion>
            <groupId>org.codehaus.plexus</groupId>
-@@ -303,23 +342,29 @@
+@@ -303,23 +340,29 @@
        <groupId>org.apache.maven.wagon</groupId>
        <artifactId>wagon-provider-api</artifactId>
        <version>${wagonVersion}</version>
@@ -142,20 +140,34 @@
        <exclusions>
          <exclusion>
            <groupId>org.codehaus.plexus</groupId>
-@@ -327,6 +372,7 @@
-         </exclusion>
-       </exclusions>
+@@ -329,6 +372,14 @@
      </dependency>
-+    <!--
      <dependency>
        <groupId>org.codehaus.plexus</groupId>
++      <artifactId>plexus-classworlds</artifactId>
++      <version>1.2</version>
++      <scope>system</scope>
++      <systemPath>/usr/share/java/plexus-classworlds.jar</systemPath>
++    </dependency>
++    <!--
++    <dependency>
++      <groupId>org.codehaus.plexus</groupId>
        <artifactId>plexus-utils</artifactId>
-@@ -338,14 +384,24 @@
+       <version>1.5.1</version>
+     </dependency>
+@@ -338,14 +389,31 @@
        <artifactId>jetty</artifactId>
        <version>6.1.5</version>
      </dependency>
 +    -->
 +    <dependency>
++      <groupId>commons-lang</groupId>
++      <artifactId>commons-lang</artifactId>
++      <version>2.4</version>
++      <scope>system</scope>
++      <systemPath>/usr/share/java/commons-lang.jar</systemPath>
++    </dependency>
++    <dependency>
 +      <groupId>tomcat</groupId>
 +      <artifactId>servlet-api</artifactId>
 +      <version>2.4</version>




More information about the pkg-java-commits mailing list