File tree Expand file tree Collapse file tree 2 files changed +36
-24
lines changed Expand file tree Collapse file tree 2 files changed +36
-24
lines changed Original file line number Diff line number Diff line change 8
8
<groupId >org.jboss.as</groupId >
9
9
<artifactId >patch-gen-parent</artifactId >
10
10
<version >2.0.1.Alpha2-SNAPSHOT</version >
11
- <relativePath >../pom.xml</relativePath >
12
11
</parent >
13
12
14
13
<artifactId >patch-gen</artifactId >
14
+ <packaging >jar</packaging >
15
15
16
16
<name >JBoss patch-gen tool</name >
17
17
<description >The patch-gen Tool</description >
18
18
19
- <properties >
20
- </properties >
19
+ <dependencies >
20
+ <dependency >
21
+ <groupId >org.wildfly.core</groupId >
22
+ <artifactId >wildfly-patching</artifactId >
23
+ </dependency >
24
+ <dependency >
25
+ <groupId >junit</groupId >
26
+ <artifactId >junit</artifactId >
27
+ <scope >test</scope >
28
+ </dependency >
29
+ </dependencies >
21
30
22
31
<build >
23
32
<plugins >
70
79
</plugin >
71
80
</plugins >
72
81
</build >
73
-
74
- <dependencies >
75
- <dependency >
76
- <groupId >org.wildfly.core</groupId >
77
- <artifactId >wildfly-patching</artifactId >
78
- <version >${version.org.wildfly-core} </version >
79
- </dependency >
80
- <dependency >
81
- <groupId >junit</groupId >
82
- <artifactId >junit</artifactId >
83
- <version >${version.junit} </version >
84
- <scope >test</scope >
85
- </dependency >
86
- </dependencies >
87
82
</project >
Original file line number Diff line number Diff line change 7
7
<parent >
8
8
<groupId >org.jboss</groupId >
9
9
<artifactId >jboss-parent</artifactId >
10
- <version >10 </version >
10
+ <version >20 </version >
11
11
</parent >
12
12
13
13
<groupId >org.jboss.as</groupId >
14
14
<artifactId >patch-gen-parent</artifactId >
15
15
<version >2.0.1.Alpha2-SNAPSHOT</version >
16
+ <packaging >pom</packaging >
16
17
17
18
<name >JBoss patch-gen Build Aggregator</name >
18
19
<description >The patch-gen tool</description >
19
- <packaging >pom</packaging >
20
+
21
+ <modules >
22
+ <module >patch-gen</module >
23
+ <module >patch-gen-maven-plugin</module >
24
+ </modules >
20
25
21
26
<properties >
22
27
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
56
61
<artifactId >patch-gen</artifactId >
57
62
<version >${project.version} </version >
58
63
</dependency >
64
+ <dependency >
65
+ <groupId >${project.groupId} </groupId >
66
+ <artifactId >patch-gen-maven-plugin</artifactId >
67
+ <version >${project.version} </version >
68
+ </dependency >
69
+
70
+ <dependency >
71
+ <groupId >org.wildfly.core</groupId >
72
+ <artifactId >wildfly-patching</artifactId >
73
+ <version >${version.org.wildfly-core} </version >
74
+ </dependency >
75
+ <dependency >
76
+ <groupId >junit</groupId >
77
+ <artifactId >junit</artifactId >
78
+ <scope >test</scope >
79
+ <version >${version.junit} </version >
80
+ </dependency >
59
81
</dependencies >
60
82
</dependencyManagement >
61
83
108
130
</pluginManagement >
109
131
</build >
110
132
111
- <modules >
112
- <module >patch-gen</module >
113
- <module >patch-gen-maven-plugin</module >
114
- </modules >
115
-
116
133
<repositories >
117
134
<repository >
118
135
<id >jboss-public-repository-group</id >
You can’t perform that action at this time.
0 commit comments