in the recent HEAD I've found some issues:
1. The 'genapp' goal doesn't work because the
"src/**" pattern is excluded from the
resources in it's POM. Clearly., it needs
the src directory to be able to run.
2. $MAVEN_HOME/maven-project.xsd should be
updated, e.g. this is bad:
<xs:element name="resources">
<xs:complexType>
<xs:sequence>
<xs:element ref="includes" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="excludes" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
</xs:element>
so pom:validate barfs if 'resources' have
resource child.
3. The 'site:deploy' goal deploys the whole
target directory, not just docs, because
the 'maven.docs.dest' property is not set.
4. The xdoc:transform goal can't cope with
the <source> tag, it'll be trimmed (i.e.
whitespace sequences are replaced by
a single space everywhere).
5. The xdoc:transform tag drops subdirectory
navigation.xml files (so subitems are not
expanded on click).
6. 'xdoc:validate' stops with message:
INTERNAL ERROR
Reference made to goal 'pom:taglib' which has no definition.
even if I use it to the maven xdocs.
I know that am indicating all these things
well in the middle of a refactoring effort.
But doesn't hurt, I suppose. (Even the
'genapp' bug was clearly the result of the
refactoring, as well the 'xdoc' sickness.)
Thanks
incze
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>