|
|
|
[
Permlink
| « Hide
]
Nicholas Daley - 29/May/07 07:29 PM
Oops. I guess this is a duplicate of XDOCLET-49
Not really. Doesn't this work for you ? :
<plugin>
<groupId>org.codehaus.xdoclet</groupId>
<artifactId>maven2-xdoclet2-plugin</artifactId>
<version>2.0.7-SNAPSHOT</version>
[...]
<configuration>
<configs>
<config>
[...]
<includes>**/*.xml</includes>
The Config element's default includes value is */.xml. Note that you can also make it a comma separated list, like */.java,*/.xml for instance. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||