We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb4beee commit d35d7edCopy full SHA for d35d7ed
pom.xml
@@ -37,6 +37,21 @@
37
</execution>
38
</executions>
39
</plugin>
40
+ <plugin>
41
+ <artifactId>maven-javadoc-plugin</artifactId>
42
+ <configuration>
43
+ <nonavbar>true</nonavbar> <!-- Navigation bar not used when Javadoc is browsed from IDE. -->
44
+ <doclint>-reference</doclint> <!-- Cross-modules references are valid only in aggregated javadoc. -->
45
+ </configuration>
46
+ <executions>
47
+ <execution>
48
+ <id>attach-javadocs</id>
49
+ <goals>
50
+ <goal>jar</goal>
51
+ </goals>
52
+ </execution>
53
+ </executions>
54
+ </plugin>
55
</plugins>
56
</build>
57
<distributionManagement>
0 commit comments