193 lines
9.1 KiB
XML
193 lines
9.1 KiB
XML
<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/xsd/maven-4.0.0.xsd">
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
<parent>
|
|
<groupId>org.jooq</groupId>
|
|
<artifactId>jooq-parent</artifactId>
|
|
<version>3.7.0-SNAPSHOT</version>
|
|
</parent>
|
|
|
|
<groupId>org.jooq</groupId>
|
|
<artifactId>jooq-meta</artifactId>
|
|
<name>jOOQ Meta</name>
|
|
|
|
<licenses>
|
|
<license>
|
|
<name>Apache License, Version 2.0</name>
|
|
<url>http://www.jooq.org/inc/LICENSE.txt</url>
|
|
<distribution>repo</distribution>
|
|
</license>
|
|
<!-- [pro] xxx
|
|
xxxxxxxxx
|
|
xxxxxxxxxx xxxxxxx xxx xxxxxxxxxxx xxxxxxxxxxxxxxxx
|
|
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
|
|
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
|
|
xxxxxxxxxx
|
|
xxxx [/pro] -->
|
|
</licenses>
|
|
|
|
<build>
|
|
<plugins>
|
|
<plugin>
|
|
<groupId>org.jvnet.jaxb2.maven2</groupId>
|
|
<artifactId>maven-jaxb2-plugin</artifactId>
|
|
<version>0.8.1</version>
|
|
<executions>
|
|
<execution>
|
|
<id>codegen</id>
|
|
<goals>
|
|
<goal>generate</goal>
|
|
</goals>
|
|
<configuration>
|
|
<forceRegenerate>true</forceRegenerate>
|
|
<extension>true</extension>
|
|
<strict>false</strict>
|
|
<schemaDirectory>src/main/resources/xsd</schemaDirectory>
|
|
<bindingDirectory>src/main/resources/xjb/codegen</bindingDirectory>
|
|
<schemaIncludes>
|
|
<include>jooq-codegen-3.6.0.xsd</include>
|
|
</schemaIncludes>
|
|
<generatePackage>org.jooq.util.jaxb</generatePackage>
|
|
<args>
|
|
<arg>-Xxew</arg>
|
|
<arg>-Xxew:instantiate lazy</arg>
|
|
<arg>-Xxew:delete</arg>
|
|
<arg>-Xfluent-api</arg>
|
|
<arg>-Xdefault-value</arg>
|
|
<arg>-Xannotate</arg>
|
|
</args>
|
|
<plugins>
|
|
<plugin>
|
|
<groupId>com.github.jaxb-xew-plugin</groupId>
|
|
<artifactId>jaxb-xew-plugin</artifactId>
|
|
<version>1.0</version>
|
|
</plugin>
|
|
<plugin>
|
|
<groupId>org.jvnet.jaxb2_commons</groupId>
|
|
<artifactId>jaxb2-fluent-api</artifactId>
|
|
<version>3.0</version>
|
|
</plugin>
|
|
<plugin>
|
|
<groupId>org.jvnet.jaxb2_commons</groupId>
|
|
<artifactId>jaxb2-default-value</artifactId>
|
|
<version>1.1</version>
|
|
</plugin>
|
|
<plugin>
|
|
<groupId>org.jvnet.jaxb2_commons</groupId>
|
|
<artifactId>jaxb2-basics-annotate</artifactId>
|
|
<version>0.6.2</version>
|
|
</plugin>
|
|
</plugins>
|
|
</configuration>
|
|
</execution>
|
|
|
|
<execution>
|
|
<id>xml</id>
|
|
<goals>
|
|
<goal>generate</goal>
|
|
</goals>
|
|
<configuration>
|
|
<forceRegenerate>true</forceRegenerate>
|
|
<extension>true</extension>
|
|
<strict>false</strict>
|
|
<schemaDirectory>src/main/resources/xsd</schemaDirectory>
|
|
<bindingDirectory>src/main/resources/xjb/meta</bindingDirectory>
|
|
<schemaIncludes>
|
|
<include>jooq-meta-3.5.4.xsd</include>
|
|
</schemaIncludes>
|
|
<generatePackage>org.jooq.util.xml.jaxb</generatePackage>
|
|
<args>
|
|
<arg>-Xxew</arg>
|
|
<arg>-Xxew:instantiate lazy</arg>
|
|
<arg>-Xxew:delete</arg>
|
|
<arg>-Xfluent-api</arg>
|
|
<arg>-Xdefault-value</arg>
|
|
<arg>-Xannotate</arg>
|
|
</args>
|
|
<plugins>
|
|
<plugin>
|
|
<groupId>com.github.jaxb-xew-plugin</groupId>
|
|
<artifactId>jaxb-xew-plugin</artifactId>
|
|
<version>1.0</version>
|
|
</plugin>
|
|
<plugin>
|
|
<groupId>org.jvnet.jaxb2_commons</groupId>
|
|
<artifactId>jaxb2-fluent-api</artifactId>
|
|
<version>3.0</version>
|
|
</plugin>
|
|
<plugin>
|
|
<groupId>org.jvnet.jaxb2_commons</groupId>
|
|
<artifactId>jaxb2-default-value</artifactId>
|
|
<version>1.1</version>
|
|
</plugin>
|
|
<plugin>
|
|
<groupId>org.jvnet.jaxb2_commons</groupId>
|
|
<artifactId>jaxb2-basics-annotate</artifactId>
|
|
<version>0.6.2</version>
|
|
</plugin>
|
|
</plugins>
|
|
</configuration>
|
|
</execution>
|
|
|
|
<execution>
|
|
<id>vertabelo-xml</id>
|
|
<goals>
|
|
<goal>generate</goal>
|
|
</goals>
|
|
<configuration>
|
|
<forceRegenerate>true</forceRegenerate>
|
|
<extension>true</extension>
|
|
<strict>false</strict>
|
|
<schemaDirectory>src/main/resources/xsd</schemaDirectory>
|
|
<bindingDirectory>src/main/resources/xjb/vertabelo</bindingDirectory>
|
|
<schemaIncludes>
|
|
<include>vertabelo-2.1.xsd</include>
|
|
</schemaIncludes>
|
|
<generatePackage>org.jooq.util.vertabelo.jaxb</generatePackage>
|
|
<args>
|
|
<arg>-Xxew</arg>
|
|
<arg>-Xxew:instantiate lazy</arg>
|
|
<arg>-Xxew:delete</arg>
|
|
<arg>-Xfluent-api</arg>
|
|
<arg>-Xdefault-value</arg>
|
|
<arg>-Xannotate</arg>
|
|
</args>
|
|
<plugins>
|
|
<plugin>
|
|
<groupId>com.github.jaxb-xew-plugin</groupId>
|
|
<artifactId>jaxb-xew-plugin</artifactId>
|
|
<version>1.0</version>
|
|
</plugin>
|
|
<plugin>
|
|
<groupId>org.jvnet.jaxb2_commons</groupId>
|
|
<artifactId>jaxb2-fluent-api</artifactId>
|
|
<version>3.0</version>
|
|
</plugin>
|
|
<plugin>
|
|
<groupId>org.jvnet.jaxb2_commons</groupId>
|
|
<artifactId>jaxb2-default-value</artifactId>
|
|
<version>1.1</version>
|
|
</plugin>
|
|
<plugin>
|
|
<groupId>org.jvnet.jaxb2_commons</groupId>
|
|
<artifactId>jaxb2-basics-annotate</artifactId>
|
|
<version>0.6.2</version>
|
|
</plugin>
|
|
</plugins>
|
|
</configuration>
|
|
</execution>
|
|
</executions>
|
|
</plugin>
|
|
</plugins>
|
|
</build>
|
|
|
|
<dependencies>
|
|
<dependency>
|
|
<groupId>org.jooq</groupId>
|
|
<artifactId>jooq</artifactId>
|
|
</dependency>
|
|
</dependencies>
|
|
</project>
|