All Downloads are FREE. Search and download functionalities are using the official Maven repository.

til.jaxb2-rich-contract-plugin-test.4.2.1.2.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 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>
  <parent>
    <groupId>net.codesup.util</groupId>
    <artifactId>jaxb-rich-contract-plugin-parent</artifactId>
    <version>4.2.1.2</version>
  </parent>
  <artifactId>jaxb2-rich-contract-plugin-test</artifactId>
  <version>4.2.1.2</version>
  <name>JAXB XJC plugin test suite</name>
  <scm>
    <connection>scm:git:https://github.com/mklemm/jaxb2-rich-contract-plugin-test.git</connection>
    <developerConnection>scm:git:https://github.com/mklemm/jaxb2-rich-contract-plugin-test.git</developerConnection>
    <url>https://github.com/mklemm/jaxb2-rich-contract-plugin-test.git</url>
  </scm>
  <properties>
    <github.global.server>github</github.global.server>
  </properties>
  <dependencies>
    <dependency>
      <groupId>org.assertj</groupId>
      <artifactId>assertj-core</artifactId>
      <version>3.25.3</version>
    </dependency>
  </dependencies>
  <build>
    <plugins>
      <plugin>
        <groupId>org.jvnet.jaxb</groupId>
        <artifactId>jaxb-maven-plugin</artifactId>
        <version>4.0.0</version>
        <executions>
          <execution>
            <phase>generate-sources</phase>
            <goals>
              <goal>generate</goal>
            </goals>
          </execution>
        </executions>
        <configuration>
          <extension>true</extension>
          <strict>false</strict>
          <args>
            <arg>-Xclone</arg>
            <arg>-Xfluent-builder</arg>
            <arg>-Xgroup-contract</arg>
            <arg>-group-contract.declareSetters=n</arg>
            <arg>-Ximmutable</arg>
            <arg>-Xmodifier</arg>
            <arg>-Xmeta</arg>
            <arg>-meta.extended=y</arg>
            <arg>-meta.camelCase=y</arg>
          </args>
          <plugins>
            <plugin>
              <groupId>net.codesup.util</groupId>
              <artifactId>jaxb-rich-contract-plugin</artifactId>
              <version>${project.version}</version>
            </plugin>
          </plugins>
        </configuration>
      </plugin>
    </plugins>
  </build>
</project>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy