Skip to content
Snippets Groups Projects
Commit 97052abd authored by Tor-Einar Skog's avatar Tor-Einar Skog
Browse files

Added support for @copyright in JavaDoc

parent cdc51b47
No related branches found
No related tags found
No related merge requests found
...@@ -53,6 +53,21 @@ ...@@ -53,6 +53,21 @@
<target>1.7</target> <target>1.7</target>
</configuration> </configuration>
</plugin> </plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>2.9.1</version>
<configuration>
<tags>
<tag>
<name>copyright</name>
<!-- copyright tag for classes and interfaces -->
<placement>t</placement>
<head>&copy;</head>
</tag>
</tags>
</configuration>
</plugin>
</plugins> </plugins>
</build> </build>
</project> </project>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment