This is an automated email from the git hooks/post-receive script. apo-guest pushed a commit to branch master in repository jboss-logging.
commit 888b080533835c50b836814e6133324b11ab42b3 Author: Markus Koschany <[email protected]> Date: Tue May 12 15:12:39 2015 +0200 Add disable-apiviz-plugin.patch --- debian/patches/disable-apiviz-plugin.patch | 30 ++++++++++++++++++++++++++++++ debian/patches/series | 1 + 2 files changed, 31 insertions(+) diff --git a/debian/patches/disable-apiviz-plugin.patch b/debian/patches/disable-apiviz-plugin.patch new file mode 100644 index 0000000..55d7a22 --- /dev/null +++ b/debian/patches/disable-apiviz-plugin.patch @@ -0,0 +1,30 @@ +From: Markus Koschany <[email protected]> +Date: Tue, 12 May 2015 15:12:25 +0200 +Subject: disable apiviz plugin + +--- + pom.xml | 4 ++-- + 1 file changed, 2 insertions(+), 2 deletions(-) + +diff --git a/pom.xml b/pom.xml +index 04dec9a..01548e1 100644 +--- a/pom.xml ++++ b/pom.xml +@@ -89,7 +89,7 @@ + <plugin> + <artifactId>maven-source-plugin</artifactId> + </plugin> +- <plugin> ++ <!--<plugin> + <artifactId>maven-javadoc-plugin</artifactId> + <configuration> + <detectJavaApiLink>false</detectJavaApiLink> +@@ -108,7 +108,7 @@ + <link>http://java.sun.com/javase/6/docs/api/</link> + </links> + </configuration> +- </plugin> ++ </plugin>--> + <!-- Adding OSGI metadata to the JAR without changing the packaging type. --> + <plugin> + <artifactId>maven-jar-plugin</artifactId> diff --git a/debian/patches/series b/debian/patches/series index d957b88..7efb3c3 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1 +1,2 @@ SLF4j-1.7.patch +disable-apiviz-plugin.patch -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jboss-logging.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

