Go back to disabling javadoc linting for now

It's breaking our maven deployments. This should be fixed properly in
the future when I have more time and have had less to drink.
This commit is contained in:
Zach Brown 2017-06-09 19:40:41 -05:00
parent 90b2d02091
commit 1df56f4369
No known key found for this signature in database
GPG key ID: CC9DA35FC5450B76
3 changed files with 16 additions and 15 deletions

View file

@ -1,14 +1,14 @@
From b106ae7ff8bc4c4cefd1e34a6c8447a9f03d8614 Mon Sep 17 00:00:00 2001
From 8baf2feff02aeb2080fdafe260e4f5192877825f Mon Sep 17 00:00:00 2001
From: Zach Brown <zach.brown@destroystokyo.com>
Date: Mon, 29 Feb 2016 17:16:08 -0600
Subject: [PATCH] POM changes
diff --git a/pom.xml b/pom.xml
index cad55895..869be1b5 100644
index ecb870a0..48c2e544 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,35 +4,36 @@
@@ -4,35 +4,37 @@
<modelVersion>4.0.0</modelVersion>
<parent>
@ -37,6 +37,7 @@ index cad55895..869be1b5 100644
- <maven.compiler.source>1.6</maven.compiler.source>
- <maven.compiler.target>1.6</maven.compiler.target>
+ <!-- Paper - Bump to 1.8 - Because Duh... -->
+ <additionalparam>-Xdoclint:none</additionalparam>
+ <maven.compiler.source>1.8</maven.compiler.source>
+ <maven.compiler.target>1.8</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@ -58,7 +59,7 @@ index cad55895..869be1b5 100644
</snapshotRepository>
</distributionManagement>
@@ -44,6 +45,13 @@
@@ -44,6 +46,13 @@
</pluginRepository>
</pluginRepositories>
@ -72,7 +73,7 @@ index cad55895..869be1b5 100644
<dependencies>
<dependency>
<groupId>commons-lang</groupId>
@@ -58,6 +66,13 @@
@@ -58,6 +67,13 @@
<type>jar</type>
<scope>compile</scope>
</dependency>
@ -86,7 +87,7 @@ index cad55895..869be1b5 100644
<!-- bundled with Minecraft, should be kept in sync -->
<dependency>
<groupId>com.google.guava</groupId>
@@ -102,6 +117,7 @@
@@ -102,6 +118,7 @@
</dependencies>
<build>
@ -94,7 +95,7 @@ index cad55895..869be1b5 100644
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
@@ -124,26 +140,6 @@
@@ -124,26 +141,6 @@
</dependencies>
</plugin>
<plugin>
@ -121,7 +122,7 @@ index cad55895..869be1b5 100644
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<version>2.4.3</version>
@@ -156,8 +152,7 @@
@@ -156,8 +153,7 @@
</execution>
</executions>
<configuration>
@ -132,5 +133,5 @@ index cad55895..869be1b5 100644
<shadedArtifactAttached>true</shadedArtifactAttached>
</configuration>
--
2.13.1
2.13.0.windows.1