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.