I found the jaxb1 maven plugin at: http://jira.codehaus.org/browse/MOJO-374. This appears to work fine with jdk 1.4. -- Eric
________________________________ From: Swenson, Eric Sent: Sunday, October 08, 2006 8:02 PM To: '[email protected]' Subject: sjc (jaxb) plugin for jdk1.4 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
