Mojo
Codehaus

  • Codehaus
  • /
  • Mojo
  • /
  • Castor Maven Plugin
  • /
  • Frequently Asked Questions
  • Last Published: 2015-06-12
  • |
  • Version: 2.5
  • |
  • Maven
  • Overview
  • Introduction
  • Goals
  • Usage
  • FAQ
  • Examples
  • A simple sample
  • A simple sample with a property file
  • Project Documentation
  • Project Information
  • Project Reports

Built by Maven

Frequently Asked Questions

General

  1. Is there any restrictions on the version of Castor I have to use?

Customization

  1. Do I have to supply a castorbuilder.properties file?
  2. How does one supply a castorbuilder.properties file?
  3. Where do I find more information about the syntax of the Castor binding file for the XML code generator?

General

Is there any restrictions on the version of Castor I have to use?

In general, no. Starting with Castor 1.1, all versions can be used.

[top]

Customization

Do I have to supply a castorbuilder.properties file?

As of release 2.0, no.

[top]


How does one supply a castorbuilder.properties file?

As part of the plugin definition within your Maven project, simply add the following plugin configuration parameter:

src/main/castor/builder.properties                
               

[top]


Where do I find more information about the syntax of the Castor binding file for the XML code generator?

In the rereference guide of Castor.

[top]


Copyright © 2005-2015 Codehaus. All Rights Reserved.