Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

CXF has a 'cxf-buildtools' project. It contains files for the tools. For each tool, there
are two files: the XML file that configures the tool (name ends with .xml), and the more-or-less
XML file that Eclipse knows how to read to configure the Eclipse plugin. These files all live
in src/main/resources. When the builttools project builds, it just copies them to target
and bundles them into a (useless) JAR file.

Step 2: Maven plugins use the files.

...