Hi.
I am trying to convert a large ant project to maven and the project (for various reasons) is tied to jdk 1.4. There are several uses of xjc (jaxb) and I wanted to use a maven jaxb plugin in order to build those projects. However, the jaxb plugin available maven-jaxb-plugin (com.sun.tools.xjc.maven2) requires the use of jdk 1.5. (It requires source=1.5). Does there exist a jaxb plugin for maven2 that works with jdk1.4? I'd rather not have to use an ant-task for my xjc code generation. Thanks. -- Eric
Here's one that we wrote and use extensively: https://maven-jaxb1-plugin.dev.java.net Bye. /lexi --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
