thirdparty.jaxb2_commons.xjc-if-ins.1.0.source-code.pom.xml Maven / Gradle / Ivy
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://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> <parent> <groupId>org.andromda.thirdparty.jaxb2_commons</groupId> <artifactId>project</artifactId> <version>0.4.1.5</version> </parent> <artifactId>xjc-if-ins</artifactId> <version>1.0</version> <name>JAXB2 Interface Insertion Plugin</name> <description>This plugin inserts implements interface, into the class header of generated classes, according to customization extensions. This lets you process XML content nodes not only by class but also by interface. This simplifies the handling of field subsets common to different schema types. </description> <url>https://jaxb2-commons.dev.java.net/</url> <dependencies> <dependency> <groupId>com.sun.xml.bind</groupId> <artifactId>jaxb-impl</artifactId> </dependency> <dependency> <groupId>com.sun.xml.bind</groupId> <artifactId>jaxb-xjc</artifactId> </dependency> </dependencies> </project>