[maven-site-plugin] 04/36: build all but one Mojo

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Mon Jul 17 14:03:05 UTC 2017


This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a commit to branch master
in repository maven-site-plugin.

commit 95f79209be828ea70a3f619507ca9437a622c397
Author: Torsten Werner <twerner at debian.org>
Date:   Tue Dec 16 16:31:47 2008 +0000

    build all but one Mojo
---
 debian/patches/pom.diff | 42 +++++++++++++++++++++++++++---------------
 1 file changed, 27 insertions(+), 15 deletions(-)

diff --git a/debian/patches/pom.diff b/debian/patches/pom.diff
index 9e2a0e0..010cbbd 100644
--- a/debian/patches/pom.diff
+++ b/debian/patches/pom.diff
@@ -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 @@ Index: maven-site-plugin-2.0~beta7/pom.xml
    <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 @@ Index: maven-site-plugin-2.0~beta7/pom.xml
 +        <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 @@ Index: maven-site-plugin-2.0~beta7/pom.xml
        <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 @@ Index: maven-site-plugin-2.0~beta7/pom.xml
      </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 @@ Index: maven-site-plugin-2.0~beta7/pom.xml
        <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 @@ Index: maven-site-plugin-2.0~beta7/pom.xml
        <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 @@ Index: maven-site-plugin-2.0~beta7/pom.xml
        <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>

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/maven-site-plugin.git



More information about the pkg-java-commits mailing list