Removed shading and made artifact repo system working

This commit is contained in:
The_Creeper_Cow 2018-10-18 19:55:36 +02:00
parent f1599f63a8
commit a4e8bf1f4b
2 changed files with 17 additions and 17 deletions

View File

@ -8,4 +8,4 @@ build:
artifacts:
name: "EpicAnchors"
paths:
- "*.jar"
- "/builds/Songoda/EpicAnchors/*.jar"

32
pom.xml
View File

@ -34,22 +34,22 @@
<target>1.8</target>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<version>3.0.0</version>
<executions>
<execution>
<phase>package</phase>
<goals>
<goal>shade</goal>
</goals>
<configuration>
<minimizeJar>true</minimizeJar>
</configuration>
</execution>
</executions>
</plugin>
<!--<plugin>-->
<!--<groupId>org.apache.maven.plugins</groupId>-->
<!--<artifactId>maven-shade-plugin</artifactId>-->
<!--<version>3.0.0</version>-->
<!--<executions>-->
<!--<execution>-->
<!--<phase>package</phase>-->
<!--<goals>-->
<!--<goal>shade</goal>-->
<!--</goals>-->
<!--<configuration>-->
<!--<minimizeJar>true</minimizeJar>-->
<!--</configuration>-->
<!--</execution>-->
<!--</executions>-->
<!--</plugin>-->
</plugins>
<resources>
<resource>