maven-javafxdoc-plugin 1.0 Released

May 13, 2010

I didn’t say by the end of which week, did I? Yes, this took longer than I expected, but I have just released version 1.0 of the maven-javafxdoc-plugin. A small list of changes hides a lot of infrastructure work:

  • upgraded to JUnit 4.7 and reorganized unit tests and increased code coverage
  • added help goal
  • added documentation to cover the supported javafxdoc tags
  • Issue #2974182 added jar goal
  • added profile plugin parameter (“desktop”, “mobile”, and “tv” for 1.3)
  • tested compatability against JavaFX 1.3 and JavaFX 1.2.3

Give it a whirl, and please let me know if you find any issues. Comments are welcome.


maven-javafxdoc-plugin v0.9 released

March 20, 2010

Version 0.9 of the maven-javafxdoc-plugin has just been released at the project site. Check out the release notes to see a detailed list of the changes in this version. Note that the nodeprecated, nosince, and author options are not supported since the standard doclet does not do anything with them.

Testing this plugin has reinforced my belief that unit testing is not enough. You have to do integration testing. I found this out the hard way when I went to use the 0.7 plugin in a Maven project to generate the site documentation. It didn’t work. I had forgotten to implement the MavenReport interface in the mojo! Perhaps my unit testing needs revised…

Give it a whirl and log any issues to the tracking system.


Follow

Get every new post delivered to your Inbox.