Remove useless classifier for shopchest-nms-all

This commit is contained in:
Flowsqy 2022-07-24 03:51:43 +02:00
parent 9c85472782
commit 8cebf41144
4 changed files with 2 additions and 6 deletions

View File

@ -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>

View File

@ -63,6 +63,7 @@
<goal>single</goal>
</goals>
<configuration>
<appendAssemblyId>false</appendAssemblyId>
<descriptors>
<descriptor>nms-assembly.xml</descriptor>
</descriptors>

View File

@ -50,7 +50,6 @@
<dependency>
<groupId>de.epiceric</groupId>
<artifactId>shopchest-nms-all</artifactId>
<classifier>${nmsAssemblyClassifier}</classifier>
</dependency>
<dependency>
<groupId>de.epiceric</groupId>

View File

@ -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>