File tree Expand file tree Collapse file tree 1 file changed +2
-29
lines changed
Expand file tree Collapse file tree 1 file changed +2
-29
lines changed Original file line number Diff line number Diff line change 2525 <artifactId >QuickShop</artifactId >
2626
2727 <properties >
28- <pluginver >5 .1.2.5</pluginver >
28+ <pluginver >1.11.3-qs5 .1.2.5</pluginver >
2929 <package >org.maxgamer.quickshop</package >
3030 <developer >JPS dev team</developer >
3131 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
115115 <artifactId >maven-shade-plugin</artifactId >
116116 <version >3.5.1</version >
117117 <configuration >
118- <finalName >QuickShop</finalName >
118+ <finalName >QuickShop- ${version} </finalName >
119119 <minimizeJar >true</minimizeJar >
120120 <createDependencyReducedPom >false</createDependencyReducedPom >
121121 <createSourcesJar >false</createSourcesJar >
294294 </executions >
295295 </plugin >
296296
297- <plugin >
298- <groupId >org.apache.maven.plugins</groupId >
299- <artifactId >maven-jarsigner-plugin</artifactId >
300- <version >3.0.0</version >
301- <executions >
302- <execution >
303- <phase >${mvn.sign.phrase} </phase >
304- <id >sign</id >
305- <goals >
306- <goal >sign</goal >
307- </goals >
308- </execution >
309- </executions >
310- <configuration >
311- <archive >${project.basedir} /target/QuickShop.jar</archive >
312- <keystore >${project.basedir} /keystore.jks</keystore >
313- <alias >selfsigned</alias >
314- <arguments >
315- <argument >-signedjar</argument >
316- <argument >target/QuickShop-signed.jar</argument >
317- </arguments >
318- <!-- suppress UnresolvedMavenProperty -->
319- <storepass >${env.quickshop-signer-pwd} </storepass >
320- <!-- suppress UnresolvedMavenProperty -->
321- <keypass >${env.quickshop-signer-pwd} </keypass >
322- </configuration >
323- </plugin >
324297 </plugins >
325298 <resources >
326299 <resource >
You can’t perform that action at this time.
0 commit comments