fix pom for paper plugin

This commit is contained in:
hyperdefined
2026-03-04 17:47:57 -05:00
parent 870b086a94
commit bf4e2af631

26
pom.xml
View File

@@ -57,30 +57,6 @@
<target>${java.version}</target> <target>${java.version}</target>
</configuration> </configuration>
</plugin> </plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<version>3.6.1</version>
<configuration>
<relocations>
<relocation>
<pattern>lol.hyper.hyperlib</pattern>
<shadedPattern>lol.hyper.toolstats.hyperlib</shadedPattern>
</relocation>
</relocations>
</configuration>
<executions>
<execution>
<phase>package</phase>
<goals>
<goal>shade</goal>
</goals>
<configuration>
<createDependencyReducedPom>false</createDependencyReducedPom>
</configuration>
</execution>
</executions>
</plugin>
</plugins> </plugins>
<resources> <resources>
<resource> <resource>
@@ -112,7 +88,7 @@
<groupId>com.github.hyperdefined</groupId> <groupId>com.github.hyperdefined</groupId>
<artifactId>hyperlib</artifactId> <artifactId>hyperlib</artifactId>
<version>1.0.9</version> <version>1.0.9</version>
<scope>compile</scope> <scope>provided</scope>
</dependency> </dependency>
</dependencies> </dependencies>
</project> </project>