11<?xml version =" 1.0" encoding =" UTF-8" ?>
22<project xmlns =" http://maven.apache.org/POM/4.0.0"
3- xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
5- <modelVersion >4.0.0</modelVersion >
6- <groupId >dev.sasine.api</groupId >
7- <artifactId >sqlschema2java-example</artifactId >
8- <version >1.0.0-beta1</version >
9- <packaging >pom</packaging >
3+ xmlns:xsi=" http://www.w3.org/2001/XMLSchema-instance"
4+ xsi:schemaLocation=" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
5+ <modelVersion >4.0.0</modelVersion >
6+ <groupId >dev.sasine.api</groupId >
7+ <artifactId >sqlschema2java-example</artifactId >
8+ <version >1.0.0-beta1</version >
9+ <packaging >pom</packaging >
1010
1111 <developers >
1212 <developer >
2020 </roles >
2121 </developer >
2222 </developers >
23-
23+
2424 <properties >
25- <is .postgres>false</is .postgres>
26- <auto .increment.enabled>false</auto .increment.enabled>
27- <path .arquivo>./input.sql</path .arquivo>
28- </properties >
25+ <is .postgres>false</is .postgres>
26+ <auto .increment.enabled>false</auto .increment.enabled>
27+ <path .arquivo>./input.sql</path .arquivo>
28+ </properties >
29+
2930
31+ <build >
32+ <plugins >
33+ <plugin >
34+ <groupId >dev.sassine.api</groupId >
35+ <artifactId >sqlschema2java-maven-plugin</artifactId >
36+ <version >1.0.0-beta1</version >
37+ <executions >
38+ <execution >
39+ <goals >
40+ <goal >generate</goal >
41+ </goals >
42+ </execution >
43+ </executions >
44+ <configuration >
45+ <isPostgres >${is.postgres} </isPostgres >
46+ <sourceDirectory >${path.arquivo} </sourceDirectory >
47+ <useAutoIncrement >${auto.increment.enabled} </useAutoIncrement >
48+ <debugEnabled >false</debugEnabled >
49+ </configuration >
50+ </plugin >
51+ </plugins >
52+ </build >
3053
31- <build >
32- <plugins >
33- <plugin >
34- <groupId >dev.sassine.api</groupId >
35- <artifactId >sqlschema2java-maven-plugin</artifactId >
36- <version >1.0.0-beta1</version >
37- <executions >
38- <execution >
39- <goals >
40- <goal >generate</goal >
41- </goals >
42- </execution >
43- </executions >
44- <configuration >
45- <isPostgres >${is.postgres} </isPostgres >
46- <sourceDirectory >${path.arquivo} </sourceDirectory >
47- <useAutoIncrement >${auto.increment.enabled} </useAutoIncrement >
48- <debugEnabled >false</debugEnabled >
49- </configuration >
50- </plugin >
51- </plugins >
52- </build >
54+ <repositories >
55+ <repository >
56+ <id >github</id >
57+ <name >GitHub Packages SQLSchema2Java</name >
58+ <url >https://maven.pkg.github.com/Sassine/sqlschema2java</url >
59+ </repository >
60+ </repositories >
5361
5462</project >
0 commit comments