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"
|
<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>
|
||||||
|
@ -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>
|
||||||
|
@ -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>
|
||||||
|
4
pom.xml
4
pom.xml
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user