mirror of
https://github.com/PurpurMC/Purpur.git
synced 2026-02-20 09:57:43 +01:00
Disable doclint on javadoc generation
This commit is contained in:
@@ -5,7 +5,7 @@ Subject: [PATCH] Rebrand
|
|||||||
|
|
||||||
|
|
||||||
diff --git a/pom.xml b/pom.xml
|
diff --git a/pom.xml b/pom.xml
|
||||||
index 4516ba097..b4fe4d61b 100644
|
index 4516ba09..f0696d8c 100644
|
||||||
--- a/pom.xml
|
--- a/pom.xml
|
||||||
+++ b/pom.xml
|
+++ b/pom.xml
|
||||||
@@ -1,20 +1,19 @@
|
@@ -1,20 +1,19 @@
|
||||||
@@ -43,3 +43,26 @@ index 4516ba097..b4fe4d61b 100644
|
|||||||
<plugins>
|
<plugins>
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>net.md-5</groupId>
|
<groupId>net.md-5</groupId>
|
||||||
|
@@ -227,6 +226,14 @@
|
||||||
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
|
<artifactId>maven-javadoc-plugin</artifactId>
|
||||||
|
<version>3.2.0</version>
|
||||||
|
+ <executions>
|
||||||
|
+ <execution>
|
||||||
|
+ <id>attach-javadocs</id>
|
||||||
|
+ <goals>
|
||||||
|
+ <goal>jar</goal>
|
||||||
|
+ </goals>
|
||||||
|
+ </execution>
|
||||||
|
+ </executions>
|
||||||
|
<configuration>
|
||||||
|
<links>
|
||||||
|
<link>https://guava.dev/releases/21.0/api/docs/</link>
|
||||||
|
@@ -234,6 +241,7 @@
|
||||||
|
<link>https://javadoc.io/doc/org.jetbrains/annotations-java5/19.0.0/</link>
|
||||||
|
<link>https://javadoc.io/doc/net.md-5/bungeecord-chat/1.16-R0.3/</link>
|
||||||
|
</links>
|
||||||
|
+ <additionalOptions>-Xdoclint:none</additionalOptions>
|
||||||
|
</configuration>
|
||||||
|
</plugin>
|
||||||
|
</plugins>
|
||||||
|
|||||||
Reference in New Issue
Block a user