Martin Desruisseaux created SIS-75:
--------------------------------------

             Summary: Replace javadoc annotation by JDK5 annotations in Mojo
                 Key: SIS-75
                 URL: https://issues.apache.org/jira/browse/SIS-75
             Project: Spatial Information Systems
          Issue Type: Improvement
          Components: Build process
         Environment: Maven 3.0.4
            Reporter: Martin Desruisseaux
            Priority: Minor


The Maven plugins defined in the {{sis-build-helper}} module currently use 
Javadoc-style annotations for declaring the Mojo goals and parameters. This was 
the way to create Mojo prior Java 5. Now, it is possible to use Java 5 
annotations instead, which would probably be safer. Documentation for doing so 
is there:

* 
[Tutorial|http://maven.apache.org/plugin-tools/maven-plugin-plugin/examples/using-annotations.html]
* 
[Javadoc|http://maven.apache.org/plugin-tools/maven-plugin-annotations/apidocs/org/apache/maven/plugins/annotations/package-summary.html]

However, this is currently limited by the 
[MNG-5346|http://jira.codehaus.org/browse/MNG-5346] issue. Maybe not a major 
limitation, but nevertheless we may be better to wait for Java 5 annotations in 
Maven to mature before to make the move. This issue is a reminder for 
revisiting this task later.


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to