File tree Expand file tree Collapse file tree 1 file changed +30
-0
lines changed
Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Original file line number Diff line number Diff line change 1313 <maven .compiler.target>11</maven .compiler.target>
1414 </properties >
1515
16+ <build >
17+ <plugins >
18+ <plugin >
19+ <groupId >org.apache.maven.plugins</groupId >
20+ <artifactId >maven-assembly-plugin</artifactId >
21+ <version >3.3.0</version >
22+ <configuration >
23+ <archive >
24+ <manifest >
25+ <addClasspath >true</addClasspath >
26+ <mainClass >tfm.cli.Slicer</mainClass >
27+ </manifest >
28+ </archive >
29+ <descriptorRefs >
30+ <descriptorRef >jar-with-dependencies</descriptorRef >
31+ </descriptorRefs >
32+ </configuration >
33+ <executions >
34+ <execution >
35+ <id >assemble-all</id >
36+ <phase >package</phase >
37+ <goals >
38+ <goal >single</goal >
39+ </goals >
40+ </execution >
41+ </executions >
42+ </plugin >
43+ </plugins >
44+ </build >
45+
1646 <dependencies >
1747 <dependency >
1848 <groupId >commons-cli</groupId >
You can’t perform that action at this time.
0 commit comments