Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

...

Here's an example of the use of the task in a maven build.

...

In particular here are the Ant properties of interest.

...

Any POJO you wish to turn into an XML element in your configuration file syntax, add an XBean annotation. If you don't like the default name auto-generated by XBean then add an *element="myName" property. e.g.

...

...

or

...

For the root element in your language add rootElement="true"

...