Skip to content

Commit

Permalink
fixed malformed project
Browse files Browse the repository at this point in the history
  • Loading branch information
Juliette Cordor committed May 7, 2022
1 parent e2c1591 commit 649b2a1
Showing 1 changed file with 6 additions and 22 deletions.
28 changes: 6 additions & 22 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,28 +17,6 @@

<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<version>3.1.0</version>
<configuration>
<relocations>
<relocation>
<pattern>org.bstats</pattern>
<!-- Replace this with your package! -->
<shadedPattern>com.jewelexx.TabLocation</shadedPattern>
</relocation>
</relocations>
</configuration>
<executions>
<execution>
<phase>package</phase>
<goals>
<goal>shade</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
Expand All @@ -60,6 +38,12 @@
</goals>
<configuration>
<createDependencyReducedPom>false</createDependencyReducedPom>
<relocations>
<relocation>
<pattern>org.bstats</pattern>
<shadedPattern>com.jewelexx.TabLocation</shadedPattern>
</relocation>
</relocations>
</configuration>
</execution>
</executions>
Expand Down

0 comments on commit 649b2a1

Please sign in to comment.