在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称(OpenSource Name):highsource/maven-jaxb2-plugin开源软件地址(OpenSource Url):https://github.com/highsource/maven-jaxb2-plugin开源编程语言(OpenSource Language):Java 91.5%开源软件介绍(OpenSource Introduction):JAXB2 Maven PluginWelcome to the This Maven plugin wraps and enhances the JAXB Schema Compiler (XJC) and allows compiling XML Schemas (as well as WSDL, DTDs, RELAX NG) into Java classes in Maven builds.
Quick start
<project ...>
...
<build>
<plugins>
...
<plugin>
<groupId>org.jvnet.jaxb2.maven2</groupId>
<artifactId>maven-jaxb2-plugin</artifactId>
<version>0.14.0</version>
<executions>
<execution>
<goals>
<goal>generate</goal>
</goals>
</execution>
</executions>
</plugin>
...
</plugins>
</build>
...
</project> JAXB VersionsIf you need a specific JAXB version, you can explicitly use one of the following variants:
Java versionsSupported Java versions are Java version DocumentationPlease refer to the wiki for the full documentation.
DisclaimerThis project is not developed, supported or in any other way affiliated with Apache. The This project is also not developed by or affiliated with Oracle or Sun. Even if it is featured on https://jaxb.java.net/ pages, This plugin is in no way official JAXB2 Maven plugin by Sun or Oracle. This is a completely indepentent development. I am not an Oracle employee. |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论