File tree Expand file tree Collapse file tree 5 files changed +22
-1
lines changed Expand file tree Collapse file tree 5 files changed +22
-1
lines changed Original file line number Diff line number Diff line change 30
30
<description >Hibernate Tools Ant Tasks</description >
31
31
<packaging >jar</packaging >
32
32
33
+ <properties >
34
+ <!-- This is a publicly distributed module that should be published: -->
35
+ <deploy .skip>false</deploy .skip>
36
+ </properties >
37
+
33
38
<dependencies >
34
39
<dependency >
35
40
<groupId >org.apache.ant</groupId >
Original file line number Diff line number Diff line change 35
35
<name >Hibernate Tools ORM - JBoss Tools Adapter</name >
36
36
<description >Hibernate Tools ORM - JBoss Tools Adapter</description >
37
37
38
+ <properties >
39
+ <!-- This is a publicly distributed module that should be published: -->
40
+ <deploy .skip>false</deploy .skip>
41
+ </properties >
42
+
38
43
<dependencies >
39
44
<dependency >
40
45
<groupId >com.h2database</groupId >
Original file line number Diff line number Diff line change 68
68
</prerequisites >
69
69
70
70
<properties >
71
- <maven .deploy.skip>false</maven .deploy.skip>
71
+ <!-- This is a publicly distributed module that should be published: -->
72
+ <deploy .skip>false</deploy .skip>
72
73
<maven .install.skip>false</maven .install.skip>
73
74
74
75
<maven-plugin-annotations .version>3.5</maven-plugin-annotations .version>
Original file line number Diff line number Diff line change 35
35
<name >Hibernate Tools ORM</name >
36
36
<description >Hibernate Tools ORM</description >
37
37
38
+ <properties >
39
+ <!-- This is a publicly distributed module that should be published: -->
40
+ <deploy .skip>false</deploy .skip>
41
+ </properties >
42
+
38
43
<dependencies >
39
44
<dependency >
40
45
<groupId >com.google.googlejavaformat</groupId >
Original file line number Diff line number Diff line change 30
30
<description >Hibernate Tools Common Utilities</description >
31
31
<packaging >jar</packaging >
32
32
33
+ <properties >
34
+ <!-- This is a publicly distributed module that should be published: -->
35
+ <deploy .skip>false</deploy .skip>
36
+ </properties >
37
+
33
38
<dependencies >
34
39
<dependency >
35
40
<groupId >org.junit.jupiter</groupId >
You can’t perform that action at this time.
0 commit comments