File tree 4 files changed +43
-0
lines changed
4 files changed +43
-0
lines changed Original file line number Diff line number Diff line change 17
17
<artifactId >hibernate-validator-annotation-processor</artifactId >
18
18
<name >Hibernate Validator Annotation Processor - Relocation Artifact</name >
19
19
20
+ <properties >
21
+ <!-- This is a publicly distributed module that should be published: -->
22
+ <deploy .skip>false</deploy .skip>
23
+ </properties >
24
+
20
25
<distributionManagement >
21
26
<relocation >
22
27
<groupId >org.hibernate.validator</groupId >
Original file line number Diff line number Diff line change 17
17
<artifactId >hibernate-validator-cdi</artifactId >
18
18
<name >Hibernate Validator CDI Portable Extension - Relocation Artifact</name >
19
19
20
+ <properties >
21
+ <!-- This is a publicly distributed module that should be published: -->
22
+ <deploy .skip>false</deploy .skip>
23
+ </properties >
24
+
20
25
<distributionManagement >
21
26
<relocation >
22
27
<groupId >org.hibernate.validator</groupId >
Original file line number Diff line number Diff line change 17
17
<artifactId >hibernate-validator</artifactId >
18
18
<name >Hibernate Validator Engine - Relocation Artifact</name >
19
19
20
+ <properties >
21
+ <!-- This is a publicly distributed module that should be published: -->
22
+ <deploy .skip>false</deploy .skip>
23
+ </properties >
24
+
20
25
<distributionManagement >
21
26
<relocation >
22
27
<groupId >org.hibernate.validator</groupId >
Original file line number Diff line number Diff line change 23
23
<module >cdi</module >
24
24
<module >engine</module >
25
25
</modules >
26
+
27
+ <build >
28
+ <pluginManagement >
29
+ <plugins >
30
+ <plugin >
31
+ <groupId >org.codehaus.mojo</groupId >
32
+ <artifactId >flatten-maven-plugin</artifactId >
33
+ <configuration >
34
+ <!-- Keep dependency management -->
35
+ <flattenMode >bom</flattenMode >
36
+ <pomElements >
37
+ <!-- But not properties, they are not useful in a bom -->
38
+ <properties >remove</properties >
39
+ <repositories >remove</repositories >
40
+ <!-- and keep what we actually care about with relocation: -->
41
+ <distributionManagement >keep</distributionManagement >
42
+ </pomElements >
43
+ </configuration >
44
+ </plugin >
45
+ </plugins >
46
+ </pluginManagement >
47
+ <plugins >
48
+ <plugin >
49
+ <groupId >org.codehaus.mojo</groupId >
50
+ <artifactId >flatten-maven-plugin</artifactId >
51
+ </plugin >
52
+ </plugins >
53
+ </build >
26
54
</project >
You can’t perform that action at this time.
0 commit comments