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 175175 </execution >
176176 </executions >
177177 </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 >
178189 </plugins >
179190 </build >
180191</project >
Original file line number Diff line number Diff line change 295295 <groupId >org.apache.maven.plugins</groupId >
296296 <artifactId >maven-jar-plugin</artifactId >
297297 <version >${version.jar.plugin} </version >
298- <executions >
299- <execution >
300- <goals >
301- <goal >test-jar</goal >
302- </goals >
303- </execution >
304- </executions >
305298 </plugin >
306299 <plugin >
307300 <groupId >org.apache.maven.plugins</groupId >
You can’t perform that action at this time.
0 commit comments