1 <?xml version="1.0" encoding="UTF-8"?>
3 ~ This file is part of yosql. It is subject to the license terms in the LICENSE file found in the top-level
4 ~ directory of this distribution and at http://creativecommons.org/publicdomain/zero/1.0/. No part of yosql,
5 ~ including this file, may be copied, modified, propagated, or distributed except according to the terms contained
9 <project xmlns="http://maven.apache.org/POM/4.0.0"
10 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
11 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
13 <groupId>wtf.metio.yosql.models</groupId>
14 <artifactId>yosql-models</artifactId>
15 <version>0.0.0-SNAPSHOT</version>
17 <modelVersion>4.0.0</modelVersion>
19 <artifactId>yosql-models-ant</artifactId>
21 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
23 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
24 <!-- https://maven.apache.org/pom.html#More_Project_Information -->
25 <name>YoSQL :: Models :: Ant</name>
27 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
29 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
30 <!-- https://maven.apache.org/pom.html#Dependencies -->
33 <groupId>wtf.metio.yosql.models</groupId>
34 <artifactId>yosql-models-immutables</artifactId>
35 <version>${project.version}</version>
42 <groupId>wtf.metio.yosql.models</groupId>
43 <artifactId>yosql-models-generator</artifactId>
44 <version>${project.version}</version>
50 <phase>generate-sources</phase>
58 <groupId>org.codehaus.mojo</groupId>
59 <artifactId>build-helper-maven-plugin</artifactId>
60 <version>3.2.0</version>
63 <id>add-yosql-source</id>
64 <phase>generate-sources</phase>
66 <goal>add-source</goal>
70 <source>${project.build.directory}/generated-sources/yosql</source>