til.jaxb-delegate-plugin.4.0.0.source-code.pom.xml Maven / Gradle / Ivy
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>net.codesup.util</groupId> <artifactId>jaxb-plugin-parent</artifactId> <version>2.0.0</version> </parent> <artifactId>jaxb-delegate-plugin</artifactId> <version>4.0.0</version> <name>JAXB delegate plugin</name> <description> JAXB XJC plugin to generate real business logic methods inside generated classes. The implementation of the methods is done by generating delegation code to a corresponding utility class or an instance delegate. </description> <url>http://github.com/mklemm/jaxb-delegate-plugin</url> <packaging>jar</packaging> <scm> <connection>scm:git:https://github.com/mklemm/jaxb-delegate-plugin.git</connection> <developerConnection>scm:git:https://github.com/mklemm/jaxb-delegate-plugin.git</developerConnection> <url>https://github.com/mklemm/jaxb-delegate-plugin.git</url> <tag>4.0.0</tag> </scm> <dependencies> <dependency> <groupId>net.codesup.util</groupId> <artifactId>jaxb-plugin-lib</artifactId> <version>2.0.0</version> </dependency> <dependency> <groupId>org.glassfish.jaxb</groupId> <artifactId>codemodel</artifactId> <version>4.0.5</version> </dependency> </dependencies> <build> <plugins> <plugin> <artifactId>maven-release-plugin</artifactId> <configuration> <tagBase>https://github.com/mklemm/jaxb-delegate-plugin.git</tagBase> </configuration> </plugin> <plugin> <groupId>org.jvnet.jaxb</groupId> <artifactId>jaxb-maven-plugin</artifactId> <version>4.0.0</version> </plugin> </plugins> </build> </project>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy