File tree Expand file tree Collapse file tree 1 file changed +22
-0
lines changed
Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments