File tree Expand file tree Collapse file tree 2 files changed +11
-7
lines changed Expand file tree Collapse file tree 2 files changed +11
-7
lines changed Original file line number Diff line number Diff line change 175
175
</execution >
176
176
</executions >
177
177
</plugin >
178
+ <plugin >
179
+ <groupId >org.apache.maven.plugins</groupId >
180
+ <artifactId >maven-jar-plugin</artifactId >
181
+ <executions >
182
+ <execution >
183
+ <goals >
184
+ <goal >test-jar</goal >
185
+ </goals >
186
+ </execution >
187
+ </executions >
188
+ </plugin >
178
189
</plugins >
179
190
</build >
180
191
</project >
Original file line number Diff line number Diff line change 295
295
<groupId >org.apache.maven.plugins</groupId >
296
296
<artifactId >maven-jar-plugin</artifactId >
297
297
<version >${version.jar.plugin} </version >
298
- <executions >
299
- <execution >
300
- <goals >
301
- <goal >test-jar</goal >
302
- </goals >
303
- </execution >
304
- </executions >
305
298
</plugin >
306
299
<plugin >
307
300
<groupId >org.apache.maven.plugins</groupId >
You can’t perform that action at this time.
0 commit comments