Skip to content

Commit 08a0f2e

Browse files
author
xingqisheng
committed
添加可运行的jar插件
1 parent 104a091 commit 08a0f2e

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

pom.xml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,28 @@
2323
<target>1.7</target>
2424
</configuration>
2525
</plugin>
26+
27+
<!-- <plugin> -->
28+
<!-- <groupId>org.apache.maven.plugins</groupId> -->
29+
<!-- <artifactId>maven-shade-plugin</artifactId> -->
30+
<!-- <version>1.2.1</version> -->
31+
<!-- <executions> -->
32+
<!-- <execution> -->
33+
<!-- <phase>package</phase> -->
34+
<!-- <goals> -->
35+
<!-- <goal>shade</goal> -->
36+
<!-- </goals> -->
37+
<!-- <configuration> -->
38+
<!-- <transformers> -->
39+
<!-- <transformer -->
40+
<!-- implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer"> -->
41+
<!-- <mainClass>com.vidmt.um.App</mainClass> -->
42+
<!-- </transformer> -->
43+
<!-- </transformers> -->
44+
<!-- </configuration> -->
45+
<!-- </execution> -->
46+
<!-- </executions> -->
47+
<!-- </plugin> -->
2648
</plugins>
2749
</build>
2850
<dependencies>

0 commit comments

Comments
 (0)