File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2222 </archive >
2323 </configuration >
2424 </plugin >
25- <plugin >
26- <groupId >org.apache.maven.plugins</groupId >
27- <artifactId >maven-shade-plugin</artifactId >
28- <version >3.5.3</version >
29- <executions >
30- <execution >
31- <goals >
32- <goal >shade</goal >
33- </goals >
34- <phase >package</phase >
35- </execution >
36- </executions >
37- </plugin >
3825 </plugins >
3926 </build >
4027 <dependencies >
Original file line number Diff line number Diff line change 1111 </properties >
1212 <build >
1313 <plugins >
14+ <plugin >
15+ <groupId >org.apache.maven.plugins</groupId >
16+ <artifactId >maven-jar-plugin</artifactId >
17+ <version >3.4.1</version >
18+ <configuration >
19+ <archive >
20+ <manifest >
21+ <addClasspath >true</addClasspath >
22+ <classpathPrefix >dependency/</classpathPrefix >
23+ </manifest >
24+ </archive >
25+ </configuration >
26+ </plugin >
1427 <plugin >
1528 <groupId >org.apache.maven.plugins</groupId >
1629 <artifactId >maven-compiler-plugin</artifactId >
Original file line number Diff line number Diff line change 2222 </archive >
2323 </configuration >
2424 </plugin >
25- <plugin >
26- <groupId >org.apache.maven.plugins</groupId >
27- <artifactId >maven-shade-plugin</artifactId >
28- <version >3.5.3</version >
29- <executions >
30- <execution >
31- <goals >
32- <goal >shade</goal >
33- </goals >
34- <phase >package</phase >
35- </execution >
36- </executions >
37- </plugin >
3825 </plugins >
3926 </build >
4027 <dependencies >
Original file line number Diff line number Diff line change 2121 </archive >
2222 </configuration >
2323 </plugin >
24- <plugin >
25- <groupId >org.apache.maven.plugins</groupId >
26- <artifactId >maven-shade-plugin</artifactId >
27- <version >3.5.3</version >
28- <executions >
29- <execution >
30- <goals >
31- <goal >shade</goal >
32- </goals >
33- <phase >package</phase >
34- </execution >
35- </executions >
36- </plugin >
3724 </plugins >
3825 </build >
3926 <artifactId >ttx-parser</artifactId >
You can’t perform that action at this time.
0 commit comments