Sample configuration:
<reporting> <plugins> <plugin> <groupId>net.sf.tacos</groupId> <artifactId>tapdoc-maven-plugin</artifactId> <version>0.7.0</version> <configuration> <libraries> <param>/com/app/web/library/My.library</param> </libraries> </configuration> </plugin> </plugins> </reporting>
The generated documentation will be listed as "Tapdocs" in the "Reports" section of the site.
If you want to generate documentation for your application components and you're using annotations or Tacos classpath resolvers, you may not need to use .jwc files.
To use tapdoc-maven-plugin in such a case, do the following: