maven-jaxb-schemagen-plugin
Java7で使おうとすると
<groupId>com.sun.tools.jxc.maven2</groupId>
<artifactId>maven-jaxb-schemagen-plugin</artifactId>
<version>1.2</version>
エラーが発生します:
[ERROR] Failed to execute goal com.sun.tools.jxc.maven2:maven-jaxb-schemagen-plugin:1.2:generate (default) on project TopologyProvisionerDom: Execution default of goal com.sun.tools.jxc.maven2:maven-jaxb-schemagen-plugin:1.2:generate failed: A required class was missing while executing com.sun.tools.jxc.maven2:maven-jaxb-schemagen-plugin:1.2:generate: com/sun/mirror/apt/AnnotationProcessorFactory
AnnotationProcessorFactory
Java 7で削除/非推奨になっているようですが?このプラグインを使用してjaxbschemagenを動作させることは可能ですか?JDK 7を使用するときにJAXBソースコードからスキーマ生成を取得するための代替アプローチはありますか?