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" <assembly xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://maven.apache.org/ASSEMBLY/2.1.1" 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"> 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> <formats>
<format>jar</format> <format>jar</format>
</formats> </formats>

View File

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

View File

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

View File

@ -82,9 +82,6 @@
<maven.compiler.source>17</maven.compiler.source> <maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target> <maven.compiler.target>17</maven.compiler.target>
<!-- NMS Assembly classifier -->
<nmsAssemblyClassifier>nms-assembly</nmsAssemblyClassifier>
<!-- Avoid the deployment of all artifact --> <!-- Avoid the deployment of all artifact -->
<maven.deploy.skip>true</maven.deploy.skip> <maven.deploy.skip>true</maven.deploy.skip>
@ -186,7 +183,6 @@
<dependency> <dependency>
<groupId>de.epiceric</groupId> <groupId>de.epiceric</groupId>
<artifactId>shopchest-nms-all</artifactId> <artifactId>shopchest-nms-all</artifactId>
<classifier>${nmsAssemblyClassifier}</classifier>
<version>1.0.0</version> <version>1.0.0</version>
</dependency> </dependency>
<dependency> <dependency>