File: 01-workaround-maven-repo-helper-bug.patch

package info (click to toggle)
libhibernate-validator-java 5.3.6-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 9,756 kB
  • sloc: java: 63,674; xml: 4,501; ruby: 218; sh: 6; makefile: 2
file content (29 lines) | stat: -rw-r--r-- 1,441 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
Description: Work around the maven-repo-helper bug #802907. When two plugins have
 dependencies, if the first plugin is ignored the dependencies of the second
 plugin are replaced by the ones of the first plugin. Here the maven-jdocbook-plugin
 dependency (hibernate-jdocbook-style) replaces the maven-processor-plugin
 dependency (jboss-logging-processor) and breaks the build.
Author: Emmanuel Bourg <ebourg@apache.org>
Forwarded: not-needed
--- a/pom.xml
+++ b/pom.xml
@@ -593,19 +593,6 @@
                     <artifactId>maven-jdocbook-plugin</artifactId>
                     <version>2.3.10</version>
                     <extensions>true</extensions>
-                    <dependencies>
-                        <dependency>
-                            <groupId>org.jboss.pressgang</groupId>
-                            <artifactId>pressgang-xslt-ns</artifactId>
-                            <version>3.1.4</version>
-                        </dependency>
-                        <dependency>
-                            <groupId>org.hibernate</groupId>
-                            <artifactId>hibernate-jdocbook-style</artifactId>
-                            <version>3.0.2</version>
-                            <type>jdocbook-style</type>
-                        </dependency>
-                    </dependencies>
                 </plugin>
                 <plugin>
                     <groupId>org.asciidoctor</groupId>