Skip to content

Commit

Permalink
Remove aggregate doc generation and specify source code level.
Browse files Browse the repository at this point in the history
  • Loading branch information
raphw committed Nov 8, 2019
1 parent f06c480 commit 57126f7
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -681,21 +681,9 @@
<goal>jar</goal>
</goals>
</execution>
<!-- Additionally to the regular jar file specified above, create an aggregated jar. -->
<execution>
<id>aggregate-javadoc</id>
<goals>
<goal>aggregate</goal>
</goals>
<phase>package</phase>
<configuration>
<doctitle>Byte Buddy (full API), version ${project.version}</doctitle>
<!-- Fails due to repacking of ASM by the Shade plugin. -->
<failOnError>false</failOnError>
</configuration>
</execution>
</executions>
<configuration>
<source>${sourcecode.main.version}</source>
<detectJavaApiLink>true</detectJavaApiLink>
<links>
<link>${asm.url}/javadoc</link>
Expand Down

0 comments on commit 57126f7

Please sign in to comment.