Reference Guide

Table Of Contents
<exec executable="java">
<arg value="-Dapi.name=${api.name}" />
<arg value="-Dapi.version=${api.version}"
/>
<arg value="-Dapi.url=${api.url}" />
<arg value="-jar" />
<arg
value="${user.home}/.m2/repository/com/hp/util/hp-util-rsdoc/${hp-
util.version}/hp-util-rsdoc-${hp-util.version}.jar" />
<arg value="com/hp/hm/rs" />
<arg value="target/classes/rsdoc" />
<arg value="src/main/java" />
</exec>
</tasks>
</configuration>
<goals>
<goal>run</goal>
</goals>
</execution>
</executions>
</plugin>
...
</plugins>
</build>
</project>
Build and install the application as described Building the Application on page 146 and Installing
the Application on page 147. RSdoc is now accessible as illustrated in Figure 56.
Figure 56 Sample Application RSdoc
If for some reason you don’t want a RESTful web service (method annotated with a REST verb:
@GET, @POST, @PUT, @DELETE) to appear in the RSdoc - maybe because it is not ready for
195