Skip to content
Snippets Groups Projects
Commit 33c094bb authored by Vincent Massol's avatar Vincent Massol
Browse files

[Misc] Fix javadoc

parent 1a65ca62
No related merge requests found
......@@ -35,4 +35,24 @@
<module>xwiki-platform-filter-event-xwiki</module>
<module>xwiki-platform-filter-event-user</module>
</modules>
<build>
<pluginManagement>
<!-- Needed to handle the custom @type javadoc tag in the sources -->
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<configuration>
<tags>
<tag>
<name>type</name>
<placement>a</placement>
<head>Type:</head>
</tag>
</tags>
</configuration>
</plugin>
</plugins>
</pluginManagement>
</build>
</project>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment