File tree Expand file tree Collapse file tree 13 files changed +123
-685
lines changed
example-github-with-coroutine Expand file tree Collapse file tree 13 files changed +123
-685
lines changed Original file line number Diff line number Diff line change 106
106
<version >3.6.0</version >
107
107
<executions >
108
108
<execution >
109
- <phase >package</phase >
110
109
<goals >
111
110
<goal >shade</goal >
112
111
</goals >
112
+ <phase >package</phase >
113
113
<configuration >
114
114
<transformers >
115
115
<transformer implementation =" org.apache.maven.plugins.shade.resource.ManifestResourceTransformer" >
130
130
</configuration >
131
131
<executions >
132
132
<execution >
133
- <phase >package</phase >
134
133
<goals >
135
134
<goal >really-executable-jar</goal >
136
135
</goals >
136
+ <phase >package</phase >
137
137
</execution >
138
138
</executions >
139
139
</plugin >
176
176
<executions >
177
177
<!-- see definition of how this runs above -->
178
178
<execution >
179
- <phase >post-integration-test</phase >
180
179
<goals >
181
180
<goal >build</goal >
182
181
</goals >
182
+ <phase >post-integration-test</phase >
183
183
</execution >
184
184
</executions >
185
185
</plugin >
Original file line number Diff line number Diff line change 140
140
<version >3.6.0</version >
141
141
<executions >
142
142
<execution >
143
- <phase >package</phase >
144
143
<goals >
145
144
<goal >shade</goal >
146
145
</goals >
146
+ <phase >package</phase >
147
147
<configuration >
148
148
<transformers >
149
149
<transformer implementation =" org.apache.maven.plugins.shade.resource.ManifestResourceTransformer" >
164
164
</configuration >
165
165
<executions >
166
166
<execution >
167
- <phase >package</phase >
168
167
<goals >
169
168
<goal >really-executable-jar</goal >
170
169
</goals >
170
+ <phase >package</phase >
171
171
</execution >
172
172
</executions >
173
173
</plugin >
Original file line number Diff line number Diff line change 61
61
<version >3.6.0</version >
62
62
<executions >
63
63
<execution >
64
- <phase >package</phase >
65
64
<goals >
66
65
<goal >shade</goal >
67
66
</goals >
67
+ <phase >package</phase >
68
68
<configuration >
69
69
<transformers >
70
70
<transformer implementation =" org.apache.maven.plugins.shade.resource.ManifestResourceTransformer" >
85
85
</configuration >
86
86
<executions >
87
87
<execution >
88
- <phase >package</phase >
89
88
<goals >
90
89
<goal >really-executable-jar</goal >
91
90
</goals >
91
+ <phase >package</phase >
92
92
</execution >
93
93
</executions >
94
94
</plugin >
Original file line number Diff line number Diff line change 57
57
<version >3.6.0</version >
58
58
<executions >
59
59
<execution >
60
- <phase >package</phase >
61
60
<goals >
62
61
<goal >shade</goal >
63
62
</goals >
63
+ <phase >package</phase >
64
64
<configuration >
65
65
<transformers >
66
66
<transformer implementation =" org.apache.maven.plugins.shade.resource.ManifestResourceTransformer" >
81
81
</configuration >
82
82
<executions >
83
83
<execution >
84
- <phase >package</phase >
85
84
<goals >
86
85
<goal >really-executable-jar</goal >
87
86
</goals >
87
+ <phase >package</phase >
88
88
</execution >
89
89
</executions >
90
90
</plugin >
Original file line number Diff line number Diff line change 58
58
<version >3.6.0</version >
59
59
<executions >
60
60
<execution >
61
- <phase >package</phase >
62
61
<goals >
63
62
<goal >shade</goal >
64
63
</goals >
64
+ <phase >package</phase >
65
65
<configuration >
66
66
<transformers >
67
67
<transformer implementation =" org.apache.maven.plugins.shade.resource.ManifestResourceTransformer" >
82
82
</configuration >
83
83
<executions >
84
84
<execution >
85
- <phase >package</phase >
86
85
<goals >
87
86
<goal >really-executable-jar</goal >
88
87
</goals >
88
+ <phase >package</phase >
89
89
</execution >
90
90
</executions >
91
91
</plugin >
Original file line number Diff line number Diff line change 27
27
<name >Feign Jakarta</name >
28
28
<description >Feign Jakarta</description >
29
29
30
- <properties >
31
- <main .java.version>11</main .java.version>
32
- <main .basedir>${project.basedir} /..</main .basedir>
33
-
34
- <moditect .skip>true</moditect .skip>
35
- </properties >
36
-
37
30
<distributionManagement >
38
31
<relocation >
39
32
<groupId >${project.groupId} </groupId >
40
33
<artifactId >feign-jaxrs3</artifactId >
41
34
</relocation >
42
35
</distributionManagement >
43
36
37
+ <properties >
38
+ <main .java.version>11</main .java.version>
39
+ <main .basedir>${project.basedir} /..</main .basedir>
40
+
41
+ <moditect .skip>true</moditect .skip>
42
+ </properties >
43
+
44
44
<dependencies >
45
45
<dependency >
46
46
<groupId >${project.groupId} </groupId >
Original file line number Diff line number Diff line change 77
77
<executions >
78
78
<execution >
79
79
<id >jakarta-ee</id >
80
- <phase >package</phase >
81
80
<goals >
82
81
<goal >run</goal >
83
82
</goals >
83
+ <phase >package</phase >
84
84
<configuration >
85
85
<classifier >jakarta</classifier >
86
86
</configuration >
Original file line number Diff line number Diff line change 122
122
<executions >
123
123
<execution >
124
124
<id >jakarta-ee</id >
125
- <phase >package</phase >
126
125
<goals >
127
126
<goal >run</goal >
128
127
</goals >
128
+ <phase >package</phase >
129
129
<configuration >
130
130
<classifier >jakarta</classifier >
131
131
</configuration >
Original file line number Diff line number Diff line change 126
126
</execution >
127
127
<execution >
128
128
<id >java-compile</id >
129
- <phase >compile</phase >
130
129
<goals >
131
130
<goal >compile</goal >
132
131
</goals >
132
+ <phase >compile</phase >
133
133
</execution >
134
134
<execution >
135
135
<id >java-test-compile</id >
136
- <phase >test-compile</phase >
137
136
<goals >
138
137
<goal >testCompile</goal >
139
138
</goals >
139
+ <phase >test-compile</phase >
140
140
</execution >
141
141
</executions >
142
142
</plugin >
Original file line number Diff line number Diff line change 71
71
<executions >
72
72
<execution >
73
73
<id >add-module-infos</id >
74
- <phase >package</phase >
75
74
<goals >
76
75
<goal >add-module-info</goal >
77
76
</goals >
77
+ <phase >package</phase >
78
78
<configuration >
79
79
<exclusions >
80
80
<exclusion >
You can’t perform that action at this time.
0 commit comments