mirror of
https://github.com/Flowsqy/ShopChest.git
synced 2024-11-14 23:15:10 +01:00
Remove useless classifier for shopchest-nms-all
This commit is contained in:
parent
9c85472782
commit
8cebf41144
@ -1,7 +1,7 @@
|
||||
<assembly xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xmlns="http://maven.apache.org/ASSEMBLY/2.1.1"
|
||||
xsi:schemaLocation="http://maven.apache.org/ASSEMBLY/2.1.1 http://maven.apache.org/xsd/assembly-2.1.1.xsd">
|
||||
<id>${nmsAssemblyClassifier}</id>
|
||||
<id>nms-assembly</id>
|
||||
<formats>
|
||||
<format>jar</format>
|
||||
</formats>
|
||||
|
@ -63,6 +63,7 @@
|
||||
<goal>single</goal>
|
||||
</goals>
|
||||
<configuration>
|
||||
<appendAssemblyId>false</appendAssemblyId>
|
||||
<descriptors>
|
||||
<descriptor>nms-assembly.xml</descriptor>
|
||||
</descriptors>
|
||||
|
@ -50,7 +50,6 @@
|
||||
<dependency>
|
||||
<groupId>de.epiceric</groupId>
|
||||
<artifactId>shopchest-nms-all</artifactId>
|
||||
<classifier>${nmsAssemblyClassifier}</classifier>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>de.epiceric</groupId>
|
||||
|
4
pom.xml
4
pom.xml
@ -82,9 +82,6 @@
|
||||
<maven.compiler.source>17</maven.compiler.source>
|
||||
<maven.compiler.target>17</maven.compiler.target>
|
||||
|
||||
<!-- NMS Assembly classifier -->
|
||||
<nmsAssemblyClassifier>nms-assembly</nmsAssemblyClassifier>
|
||||
|
||||
<!-- Avoid the deployment of all artifact -->
|
||||
<maven.deploy.skip>true</maven.deploy.skip>
|
||||
|
||||
@ -186,7 +183,6 @@
|
||||
<dependency>
|
||||
<groupId>de.epiceric</groupId>
|
||||
<artifactId>shopchest-nms-all</artifactId>
|
||||
<classifier>${nmsAssemblyClassifier}</classifier>
|
||||
<version>1.0.0</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
|
Loading…
Reference in New Issue
Block a user