From 922a716243ab619688fd4d5bc58f399f5ef0f91b Mon Sep 17 00:00:00 2001 From: Carl Yute Date: Sat, 19 Oct 2019 10:30:41 -0400 Subject: [PATCH 1/2] bump javadoc-plugin version, add configuration to fix build --- .classpath | 44 ++++++++++++++++++++++++++++++++++++++++++++ pom.xml | 5 ++++- 2 files changed, 48 insertions(+), 1 deletion(-) create mode 100644 .classpath diff --git a/.classpath b/.classpath new file mode 100644 index 0000000..f0257c5 --- /dev/null +++ b/.classpath @@ -0,0 +1,44 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/pom.xml b/pom.xml index 93a3567..363a34a 100644 --- a/pom.xml +++ b/pom.xml @@ -298,7 +298,7 @@ org.apache.maven.plugins maven-javadoc-plugin - 3.0.1 + 3.1.0 attach-javadocs @@ -307,6 +307,9 @@ + + 8 + From 5d8d451081d5bdcc1204786b1d9e4890bdfb9fe9 Mon Sep 17 00:00:00 2001 From: Carl Yute Date: Sat, 19 Oct 2019 10:55:31 -0400 Subject: [PATCH 2/2] remove unnecessary .classpath file --- .classpath | 44 -------------------------------------------- 1 file changed, 44 deletions(-) delete mode 100644 .classpath diff --git a/.classpath b/.classpath deleted file mode 100644 index f0257c5..0000000 --- a/.classpath +++ /dev/null @@ -1,44 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -