Skip to content

Commit a9240ae

Browse files
committed
Maven plugin adjustments, problems with javadoc plugin: downgrading
1 parent 6152b89 commit a9240ae

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

pom.xml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@
163163
</plugin>
164164
<plugin>
165165
<artifactId>maven-compiler-plugin</artifactId>
166-
<version>3.5.1</version>
166+
<version>3.7.0</version>
167167
<configuration>
168168
<source>${jdk.version}</source>
169169
<target>${jdk.version}</target>
@@ -224,10 +224,12 @@
224224
<plugin>
225225
<groupId>org.apache.maven.plugins</groupId>
226226
<artifactId>maven-javadoc-plugin</artifactId>
227-
<version>3.0.0</version>
227+
<version>2.10.4</version>
228228
<configuration>
229229
<additionalparam>-Xdoclint:none</additionalparam>
230230
<!-- we need to allow script in comments or otherwise we can't use google analytics js in footer below - JD 2017-03-30 -->
231+
<!-- Note: when I tried upgrading to javadoc-plugin 3.0.0, this option was ignored and the javadoc
232+
generation fails with the javascript in footer error - JD 2018-03-15 -->
231233
<additionalparam>--allow-script-in-comments</additionalparam>
232234
<maxmemory>256m</maxmemory>
233235
<footer>

0 commit comments

Comments
 (0)