Maven JaxRs Report Plugin: A Plugin which generates a Report about JaxRs 
resources 
-----------------------------------------------------------------------------------

                 Key: CLEREZZA-98
                 URL: https://issues.apache.org/jira/browse/CLEREZZA-98
             Project: Clerezza
          Issue Type: New Feature
            Reporter: Tsuyoshi Ito


The report includes class and method comments, path and http method 
information. This plugin can be included in a project which provides jaxrs 
resources.
 
                         <plugin>
                                <groupId>org.apache.clerezza</groupId>
                                
<artifactId>org.apache.clerezza.maven-jaxrs-report-plugin</artifactId>
                                <version>0.1-incubating-SNAPSHOT</version>
                                <executions>
                                        <execution>
                                                <phase>site</phase>
                                                <goals>
                                                        
<goal>jaxrs-report</goal>
                                                </goals>
                                        </execution>
                                </executions>
                        </plugin>

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to