Skip to content

Commit

Permalink
Tweak pom a bit and v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexProgrammerDE committed Jan 13, 2021
1 parent 2008ca2 commit 45d6e62
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>me.alexprogrammerde</groupId>
<artifactId>PistonChat</artifactId>
<version>1.1.0</version>
<version>1.1.1</version>
<packaging>jar</packaging>

<name>PistonChat</name>
Expand Down Expand Up @@ -69,10 +69,11 @@
</goals>
<configuration>
<createDependencyReducedPom>false</createDependencyReducedPom>
<minimizeJar>true</minimizeJar>
<relocations>
<relocation>
<pattern>org.bstats</pattern>
<shadedPattern>me.alexprogrammerde.pistonchat</shadedPattern>
<shadedPattern>me.alexprogrammerde.pistonchat.bstats</shadedPattern>
</relocation>
</relocations>
</configuration>
Expand All @@ -89,6 +90,19 @@
<artifactId>maven-project-info-reports-plugin</artifactId>
<version>3.0.0</version>
</plugin>
<plugin>
<artifactId>maven-clean-plugin</artifactId>
<version>3.1.0</version>
<executions>
<execution>
<id>auto-clean</id>
<phase>initialize</phase>
<goals>
<goal>clean</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
<resources>
<resource>
Expand Down

0 comments on commit 45d6e62

Please sign in to comment.