can someone point to the maven tag documentation. I've had a hunt around and can't seem to find the docs. e.g. where would I find the docs for this tag.
<maven:reactor
basedir="${basedir}/components"
postProcessing="true"
includes="*/project.xml"
excludes="bad-component/*"
goals="site"
banner="Generating Site"
ignoreFailures="true"/>I found the javadoc and some docs in the wiki but can't find a full list of the available maven tags.
thanks Nathan
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
