[postgis] 02/02: Do not build the javadoc stuff, for now.

Markus Wanner markus_wanner-guest at moszumanska.debian.org
Mon May 19 13:17:17 UTC 2014


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

markus_wanner-guest pushed a commit to branch master
in repository postgis.

commit 4786b841f3211ef179f2a7077d2da153554d64ba
Author: Markus Wanner <markus at bluegap.ch>
Date:   Mon May 19 15:16:50 2014 +0200

    Do not build the javadoc stuff, for now.
---
 debian/patches/use-debian-maven | 25 ++++++++++++++++++-------
 1 file changed, 18 insertions(+), 7 deletions(-)

diff --git a/debian/patches/use-debian-maven b/debian/patches/use-debian-maven
index 917dba5..fd59357 100644
--- a/debian/patches/use-debian-maven
+++ b/debian/patches/use-debian-maven
@@ -34,7 +34,7 @@ Last-Update: 2013-04-14
      <groupId>org.postgis</groupId>
      <artifactId>postgis-jdbc</artifactId>
      <version>2.1.3</version>
-@@ -96,19 +90,25 @@
+@@ -96,21 +90,27 @@
          </resources>
  
          <plugins>
@@ -52,9 +52,9 @@ Last-Update: 2013-04-14
 -                    </execution>
 -                </executions>
 +                <artifactId>maven-clean-plugin</artifactId>
-+            </plugin>
-+            <plugin>
-+                <groupId>org.apache.maven.plugins</groupId>
+             </plugin>
+             <plugin>
+                 <groupId>org.apache.maven.plugins</groupId>
 +                <artifactId>maven-jar-plugin</artifactId>
 +                <configuration>
 +                    <archive>
@@ -66,11 +66,22 @@ Last-Update: 2013-04-14
 +                        </manifestEntries>
 +                    </archive>
 +                </configuration>
-             </plugin>
++            </plugin>
 +
-             <plugin>
-                 <groupId>org.apache.maven.plugins</groupId>
++            <!-- <plugin>
++                <groupId>org.apache.maven.plugins</groupId>
                  <artifactId>maven-javadoc-plugin</artifactId>
+                 <version>2.9.1</version>
+                 <configuration>
+@@ -124,7 +124,7 @@
+                         </goals>
+                     </execution>
+                 </executions>
+-            </plugin>
++            </plugin> -->
+         </plugins>
+     </build>
+ 
 @@ -132,16 +132,10 @@
          <dependency>
              <groupId>postgresql</groupId>

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/postgis.git



More information about the Pkg-grass-devel mailing list