Title: Message Title
Lennart Jörelid edited a comment on an issue
Mojo's JAXB-2 Maven Plugin / Bug MJAXB-82
Cannot set name of schema file if JAXB does not use namespaces
It is possible to turn off namespaces in JAXB:
{code:title=package-info.java}
@javax.xml.bind.annotation.XmlSchema(elementFormDefault = javax.xml.bind.annotation.XmlNsForm.UNSET)
package ip.commons.xml.security.v1;
{code}
However, the transformSchema element requires that the uri element is not empty, hence it is not possible to provide a file name.
--------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email

Reply via email to