dev@wadl.java.net

Rearranging the directory layout

From: Wilfred Springer <wilfredspringer_at_gmail.com>
Date: Thu, 1 Nov 2007 21:38:31 +0100

Farrukh and I just discussed how to rearrange the directory structure a
little to be a little bit more in line with what the rest of the Maven
community is doing.

This is what we suggest, and what we are planning to do:

The top level directory will contain a couple of of other Maven modules:

wadl-core:
    Core classes and interfaces; everything common to the Ant task and the
Maven plugin.
wadl-ant:
    The Ant task.
wadl-maven-plugin:
    The Maven plugin.
wadl-spec:
    The specification documents.
wadl-samples:
    Examples showing how to use the Ant task and the Maven plugin.

Once all of this is done, we will start to merge stuff back into the main
trunk.