Skip to content

Commit e6c8653

Browse files
committed
fix: remove javadoc custom configuration that breaks release
[INFO] [ERROR] Failed to execute goal org.apache.maven.plugins:maven-javadoc-plugin:3.11.3:jar (attach-javadocs) on project scala-maven-plugin: MavenReportException: Error while generating Javadoc: [INFO] [ERROR] Exit code: 1 [INFO] [ERROR] javadoc: error - Error fetching URL: https://slf4j.org/api/ [INFO] [ERROR] Command line was: /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home/bin/javadoc -J-Xmx512m -J-Xms128m -J-Duser.language= -J-Duser.country= @options @packages [INFO] [ERROR] [INFO] [ERROR] Refer to the generated Javadoc files in '/Users/slandelle/Documents/dev/projects/scala-maven-plugin/target/reports/apidocs' dir. [INFO] [ERROR] [INFO] [ERROR] -> [Help 1]
1 parent 7340143 commit e6c8653

1 file changed

Lines changed: 0 additions & 25 deletions

File tree

pom.xml

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -424,31 +424,6 @@
424424
</plugin>
425425
<plugin>
426426
<artifactId>maven-javadoc-plugin</artifactId>
427-
<configuration>
428-
<minmemory>128m</minmemory>
429-
<maxmemory>512m</maxmemory>
430-
<useStandardDocletOptions>true</useStandardDocletOptions>
431-
<charset>${encoding}</charset>
432-
<encoding>${encoding}</encoding>
433-
<docencoding>${encoding}</docencoding>
434-
<docfilessubdirs>true</docfilessubdirs>
435-
<breakiterator>true</breakiterator>
436-
<version>true</version>
437-
<author>true</author>
438-
<keywords>true</keywords>
439-
<doclint>-missing</doclint>
440-
<links>
441-
<!--link>http://java.sun.com/j2se/${maven.compiler.source}/docs/api/</link-->
442-
<link>https://slf4j.org/api/</link>
443-
<link>https://commons.apache.org/proper/commons-lang/javadocs/api-release/</link>
444-
<link>https://commons.apache.org/proper/commons-io/javadocs/api-release/</link>
445-
<link>https://junit.org/junit4/javadoc/latest/</link>
446-
</links>
447-
<!-- additionalparam>-nopackagediagram</additionalparam-->
448-
<!-- additionalparam>-sourceclasspath ${project.build.outputDirectory}</additionalparam-->
449-
<!-- -sourceclasspath ${project.build.outputDirectory} -->
450-
<excludePackageNames>${project.groupId}.example*:${project.groupId}.util.internal*</excludePackageNames>
451-
</configuration>
452427
<executions>
453428
<execution>
454429
<id>attach-javadocs</id>

0 commit comments

Comments
 (0)