File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66
77 <groupId >me.fixeddev</groupId >
88 <artifactId >FixedRedis</artifactId >
9- <version >1.0.2 </version >
9+ <version >1.0.3 </version >
1010 <packaging >jar</packaging >
1111
1212 <name >Fixed-RedisWrapper</name >
2828 <target >${java.version} </target >
2929 </configuration >
3030 </plugin >
31+ <plugin >
32+ <groupId >org.apache.maven.plugins</groupId >
33+ <artifactId >maven-shade-plugin</artifactId >
34+ <version >3.2.1</version >
35+ <executions >
36+ <execution >
37+ <phase >package</phase >
38+ <goals >
39+ <goal >shade</goal >
40+ </goals >
41+ <configuration >
42+ <createDependencyReducedPom >false</createDependencyReducedPom >
43+ <shadedClassifierName >with-dependencies</shadedClassifierName >
44+ <shadedArtifactAttached >true</shadedArtifactAttached >
45+ </configuration >
46+ </execution >
47+ </executions >
48+ </plugin >
3149 </plugins >
3250 </build >
3351
You can’t perform that action at this time.
0 commit comments