JAXB2 Maven Plugin
This project is no longer maintained
New coordinates
Use the plugin from https://github.com/evolvedbinary/jvnet-jaxb-maven-plugin instead. It is fork from ths fork and also has JAXB3 support :D
| License | License | 
|---|---|
| Categories | CategoriesMaven Build Tools | 
| GroupId | GroupIdcom.helger.maven | 
| ArtifactId | ArtifactIdmaven-jaxb2-plugin-core | 
| Last Version | Last Version0.14.3 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionMaven JAXB 2.x Plugin Core Maven2 plugin for JAXB 2.x XJC compiler to generate Java sources from XML Schemas. | 
| Project Organization | Project Organization | 
<!-- https://jarcasting.com/artifacts/com.helger.maven/maven-jaxb2-plugin-core/ -->
<dependency>
    <groupId>com.helger.maven</groupId>
    <artifactId>maven-jaxb2-plugin-core</artifactId>
    <version>0.14.3</version>
</dependency>// https://jarcasting.com/artifacts/com.helger.maven/maven-jaxb2-plugin-core/
implementation 'com.helger.maven:maven-jaxb2-plugin-core:0.14.3'// https://jarcasting.com/artifacts/com.helger.maven/maven-jaxb2-plugin-core/
implementation ("com.helger.maven:maven-jaxb2-plugin-core:0.14.3")'com.helger.maven:maven-jaxb2-plugin-core:jar:0.14.3'<dependency org="com.helger.maven" name="maven-jaxb2-plugin-core" rev="0.14.3">
  <artifact name="maven-jaxb2-plugin-core" type="jar" />
</dependency>@Grapes(
@Grab(group='com.helger.maven', module='maven-jaxb2-plugin-core', version='0.14.3')
)libraryDependencies += "com.helger.maven" % "maven-jaxb2-plugin-core" % "0.14.3"[com.helger.maven/maven-jaxb2-plugin-core "0.14.3"]| Group / Artifact | Type | Version | 
|---|---|---|
| org.slf4j : slf4j-api | jar | 1.7.30 | 
| org.apache.commons : commons-lang3 | jar | 3.10 | 
| com.sun.org.apache.xml.internal : resolver | jar | 20050927 | 
| org.glassfish.jaxb : txw2 | jar | 2.3.2 | 
| org.apache.maven : maven-plugin-api | jar | 2.2.1 | 
| org.sonatype.plexus : plexus-build-api | jar | 0.0.7 | 
| org.codehaus.plexus : plexus-utils | jar | 1.5.15 | 
| org.apache.maven : maven-project | jar | 2.2.1 | 
| org.apache.maven.plugin-tools : maven-plugin-annotations | jar | 3.6.0 | 
| com.helger : ph-commons | jar | 
| Group / Artifact | Type | Version | 
|---|---|---|
| javax.xml.bind : jaxb-api | jar | 2.3.1 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| org.apache.maven.plugin-testing : maven-plugin-testing-harness | jar | 2.1 | 
| junit : junit | jar | 4.13 | 
This project is no longer maintained
Use the plugin from https://github.com/evolvedbinary/jvnet-jaxb-maven-plugin instead. It is fork from ths fork and also has JAXB3 support :D