mirror of
https://github.com/Flowsqy/ShopChest.git
synced 2025-02-08 12:31:19 +01:00
Remove useless shading and set javadoc plugin version to 3.3.2
This commit is contained in:
parent
77f3e10e2a
commit
07426afe62
4
pom.xml
4
pom.xml
@ -364,6 +364,7 @@
|
||||
</relocation>
|
||||
<!-- TODO Inspect this -->
|
||||
<!-- Do we really need all of this ? -->
|
||||
<!--
|
||||
<relocation>
|
||||
<pattern>com.google.common</pattern>
|
||||
<shadedPattern>de.epiceric.shopchest.dependencies.google-common</shadedPattern>
|
||||
@ -388,6 +389,7 @@
|
||||
<pattern>javax.annotation</pattern>
|
||||
<shadedPattern>de.epiceric.shopchest.dependencies.javax-annotation</shadedPattern>
|
||||
</relocation>
|
||||
-->
|
||||
</relocations>
|
||||
<filters>
|
||||
<filter>
|
||||
@ -425,7 +427,7 @@
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-javadoc-plugin</artifactId>
|
||||
<version>3.2.0</version>
|
||||
<version>3.3.2</version>
|
||||
<configuration>
|
||||
<doclint>none</doclint>
|
||||
</configuration>
|
||||
|
Loading…
Reference in New Issue
Block a user