Hello, I tried to specify "maven.xdoclet.webdoclet.strutsconfigxml.0.Version=1.2" in build.properties. But it seems no effective. After the struts-conf.xml be generated. The DOCTYPE is always like the following:
<!DOCTYPE struts-config PUBLIC "-//Apache Software Foundation//DTD Struts Configuration 1.0//EN" "http://jakarta.apache.org/struts/dtds/struts-config_1_0.dtd"> Maven 1.0 + XDoclet Plugin 1.2.1 In fact, I tried to set the version to 1.1, it is the same result as above. Is it a bug or something else ??? I define the properties as following: maven.xdoclet.webdoclet.strutsconfigxml.0=true maven.xdoclet.webdoclet.strutsconfigxml.0.Version=1.2 maven.xdoclet.webdoclet.strutsconfigxml.0.validateXML=false maven.xdoclet.webdoclet.strutsconfigxml.0.destDir=${maven.build.dir}/${pom.artifactId}/WEB-INF/conf maven.xdoclet.webdoclet.strutsconfigxml.0.mergeDir=${maven.src.dir}/merges Anything I missed ?? Eric --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
