I'm confused...

In "Guide to Developing Java Plugins" [1] it says, in the simple mojo example:

 "The comment lines starting with "@goal" and "@description" are
  examples of annotations. These two annotations are required, ..."


In "Maven 2.0 - Mojo API Specification" [2] it says, under "The Descriptor and Annotations":

 Descriptor Element    Annotation         Required?
 ...
 description           none (detected)    No


Judging from the resulting *-mojo.html pages, the "API Specification" is the correct one. Should I adjust the Guide accordingly?


[1]http://maven.apache.org/guides/plugin/guide-java-plugin-development.html
[2]http://maven.apache.org/developers/mojo-api-specification.html


--
Dennis Lundberg

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to