File tree Expand file tree Collapse file tree 1 file changed +33
-0
lines changed
Expand file tree Collapse file tree 1 file changed +33
-0
lines changed Original file line number Diff line number Diff line change 5757 <mainClass >com.github.ledhed2222.ewitool.Main</mainClass >
5858 </configuration >
5959 </plugin >
60+ <plugin >
61+ <groupId >org.apache.maven.plugins</groupId >
62+ <artifactId >maven-dependency-plugin</artifactId >
63+ <executions >
64+ <execution >
65+ <id >copy-dependencies</id >
66+ <phase >prepare-package</phase >
67+ <goals >
68+ <goal >copy-dependencies</goal >
69+ </goals >
70+ <configuration >
71+ <outputDirectory >
72+ ${project.build.directory} /libs
73+ </outputDirectory >
74+ </configuration >
75+ </execution >
76+ </executions >
77+ </plugin >
78+ <plugin >
79+ <groupId >org.apache.maven.plugins</groupId >
80+ <artifactId >maven-jar-plugin</artifactId >
81+ <configuration >
82+ <archive >
83+ <manifest >
84+ <addClasspath >true</addClasspath >
85+ <classpathPrefix >libs/</classpathPrefix >
86+ <mainClass >
87+ com.github.ledhed2222.ewitool.Main
88+ </mainClass >
89+ </manifest >
90+ </archive >
91+ </configuration >
92+ </plugin >
6093 </plugins >
6194 </build >
6295
You can’t perform that action at this time.
0 commit comments