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>
18 <modelVersion>4.0.0</modelVersion>
20 <artifactId>yosql-models-cli</artifactId>
22 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
24 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
25 <!-- https://maven.apache.org/pom.html#More_Project_Information -->
26 <name>YoSQL :: Models :: CLI</name>
28 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
30 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
31 <!-- https://maven.apache.org/pom.html#Dependencies -->
34 <groupId>wtf.metio.yosql.models</groupId>
35 <artifactId>yosql-models-meta</artifactId>
36 <version>${project.version}</version>
39 <groupId>wtf.metio.yosql.models</groupId>
40 <artifactId>yosql-models-immutables</artifactId>
41 <version>${project.version}</version>
44 <groupId>info.picocli</groupId>
45 <artifactId>picocli</artifactId>
52 <groupId>wtf.metio.yosql.models</groupId>
53 <artifactId>yosql-models-generator</artifactId>
54 <version>${project.version}</version>
60 <phase>generate-sources</phase>
68 <groupId>org.codehaus.mojo</groupId>
69 <artifactId>build-helper-maven-plugin</artifactId>
70 <version>3.2.0</version>
73 <id>add-yosql-source</id>
74 <phase>generate-sources</phase>
76 <goal>add-source</goal>
80 <source>${project.build.directory}/generated-sources/yosql</source>