jaxb-substitution-plugin
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>io.fares.bind.xjc.plugins</groupId> <artifactId>jaxb-substitution-plugin</artifactId> <version>1.0.0</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <groupId>io.fares.bind.xjc.plugins</groupId> <artifactId>jaxb-substitution-plugin</artifactId> <version>1.0.0</version> <name>JAXB Substitution XJC Plugin</name> <description>A XJC plugin to fix eager generation of complicated fields when substitution head elements are referenced. The schema author will have to specifically target either the substitution head or the substitution head reference to enable this plugin.</description> <url>https://github.com/fares-io/jaxb-substitution-plugin</url> <licenses> <license> <name>The Apache Software License, Version 2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> <distribution>repo</distribution> </license> </licenses> <developers> <developer> <name>Niels Bertram</name> <email>niels.bertram@fares.io</email> <url>https://plus.google.com/+NielsBertram</url> <organization>fares.io</organization> <organizationUrl>http://fares.io/</organizationUrl> </developer> </developers> <scm> <connection>scm:git:https://github.com/fares-io/jaxb-substitution-plugin.git</connection> <developerConnection>scm:git:https://github.com/fares-io/jaxb-substitution-plugin.git</developerConnection> <url>https://github.com/fares-io/jaxb-substitution-plugin.git</url> </scm> <dependencies> <dependency> <groupId>org.jvnet.jaxb</groupId> <artifactId>jaxb-plugins-tools</artifactId> <version>4.0.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.glassfish.jaxb</groupId> <artifactId>jaxb-xjc</artifactId> <version>4.0.4</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>jcl-over-slf4j</artifactId> <version>1.7.36</version> <scope>compile</scope> </dependency> <dependency> <groupId>ch.qos.logback</groupId> <artifactId>logback-classic</artifactId> <version>1.2.13</version> <scope>compile</scope> </dependency> <dependency> <groupId>io.fares.bind.xjc.plugins</groupId> <artifactId>jaxb-xew-plugin</artifactId> <version>2.1.0</version> <scope>compile</scope> </dependency> </dependencies> <build> <plugins> <plugin> <groupId>org.sonatype.plugins</groupId> <artifactId>nexus-staging-maven-plugin</artifactId> <version>1.6.13</version> <extensions>true</extensions> </plugin> </plugins> </build> </project>