File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2828 uses : softprops/action-gh-release@v2
2929 with :
3030 files : |
31- target/*.jar
31+ target/*-all .jar
Original file line number Diff line number Diff line change 2626 <mainClass >app.Main</mainClass >
2727 </configuration >
2828 </plugin >
29+ <plugin >
30+ <groupId >org.apache.maven.plugins</groupId >
31+ <artifactId >maven-shade-plugin</artifactId >
32+ <version >3.6.0</version >
33+ <executions >
34+ <execution >
35+ <phase >package</phase >
36+ <goals >
37+ <goal >shade</goal >
38+ </goals >
39+ <configuration >
40+ <finalName >${project.artifactId} -${project.version} -all</finalName >
41+ <transformers >
42+ <transformer implementation =" org.apache.maven.plugins.shade.resource.ManifestResourceTransformer" >
43+ <mainClass >app.Main</mainClass >
44+ </transformer >
45+ </transformers >
46+ </configuration >
47+ </execution >
48+ </executions >
49+ </plugin >
2950 </plugins >
3051 </build >
3152</project >
You can’t perform that action at this time.
0 commit comments