|
1 | 1 | <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
2 |
| - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> |
3 |
| - <modelVersion>4.0.0</modelVersion> |
4 |
| - <groupId>org.hpccsystems</groupId> |
5 |
| - <artifactId>jdbcdriver</artifactId> |
6 |
| - <version>0.2.2-SNAPSHOT</version> |
7 |
| - <packaging>jar</packaging> |
8 |
| - <name>HPCC Systems Java JDBC Driver</name> |
9 |
| - <description>JDBC Driver for HPCC Systems - access HPCC data via SQL in Java or other JVM language</description> |
| 2 | + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> |
| 3 | + <modelVersion>4.0.0</modelVersion> |
| 4 | + <groupId>org.hpccsystems</groupId> |
| 5 | + <artifactId>jdbcdriver</artifactId> |
| 6 | + <version>0.2.2-SNAPSHOT</version> |
| 7 | + <packaging>jar</packaging> |
| 8 | + <name>HPCC Systems Java JDBC Driver</name> |
| 9 | + <description>JDBC Driver for HPCC Systems - access HPCC data via SQL in Java or other JVM language</description> |
10 | 10 |
|
11 |
| - <parent> |
12 |
| - <groupId>org.sonatype.oss</groupId> |
13 |
| - <artifactId>oss-parent</artifactId> |
14 |
| - <version>7</version> |
15 |
| - </parent> |
| 11 | + <parent> |
| 12 | + <groupId>org.sonatype.oss</groupId> |
| 13 | + <artifactId>oss-parent</artifactId> |
| 14 | + <version>7</version> |
| 15 | + </parent> |
16 | 16 |
|
17 |
| - <url>http://hpccsystems.com</url> |
| 17 | + <url>http://hpccsystems.com</url> |
18 | 18 |
|
19 |
| - <licenses> |
20 |
| - <license> |
21 |
| - <name>Apache License, Version 2.0</name> |
22 |
| - <url>http://www.apache.org/licenses/LICENSE-2.0</url> |
23 |
| - <distribution>repo</distribution> |
24 |
| - </license> |
25 |
| - </licenses> |
| 19 | + <licenses> |
| 20 | + <license> |
| 21 | + <name>Apache License, Version 2.0</name> |
| 22 | + <url>http://www.apache.org/licenses/LICENSE-2.0</url> |
| 23 | + <distribution>repo</distribution> |
| 24 | + </license> |
| 25 | + </licenses> |
26 | 26 |
|
27 |
| - <scm> |
28 |
| - < url> [email protected]/hpcc-systems/hpcc-jdbc.git</ url> |
29 |
| - < connection>scm:git: [email protected]/hpcc-systems/hpcc-jdbc.git</ connection> |
30 |
| - < developerConnection>scm:git: [email protected]/hpcc-systems/hpcc-jdbc.git</ developerConnection> |
31 |
| - </scm> |
| 27 | + <scm> |
| 28 | + < url> [email protected]/hpcc-systems/hpcc-jdbc.git</ url> |
| 29 | + < connection>scm:git: [email protected]/hpcc-systems/hpcc-jdbc.git</ connection> |
| 30 | + < developerConnection>scm:git: [email protected]/hpcc-systems/hpcc-jdbc.git</ developerConnection> |
| 31 | + </scm> |
32 | 32 |
|
33 |
| - <developers> |
34 |
| - <developer> |
35 |
| - <id>rpastrana</id> |
36 |
| - <name>Rodrigo Pastrana</name> |
37 |
| - <email>rodrigo dot pastrana at lexisnexis dot com</email> |
38 |
| - </developer> |
39 |
| - <developer> |
40 |
| - <id>mkrumlauf</id> |
41 |
| - <name>Mike Krumlauf</name> |
42 |
| - <email>mjkrumlauf at computer dot org</email> |
43 |
| - </developer> |
44 |
| - </developers> |
| 33 | + <developers> |
| 34 | + <developer> |
| 35 | + <id>rpastrana</id> |
| 36 | + <name>Rodrigo Pastrana</name> |
| 37 | + <email>rodrigo dot pastrana at lexisnexis dot com</email> |
| 38 | + </developer> |
| 39 | + <developer> |
| 40 | + <id>mkrumlauf</id> |
| 41 | + <name>Mike Krumlauf</name> |
| 42 | + <email>mjkrumlauf at computer dot org</email> |
| 43 | + </developer> |
| 44 | + </developers> |
45 | 45 |
|
46 |
| - <properties> |
47 |
| - <maven.compiler.plugin.version>3.0</maven.compiler.plugin.version> |
48 |
| - <maven.javadoc.plugin.version>2.9</maven.javadoc.plugin.version> |
49 |
| - <maven.source.plugin.version>2.2.1</maven.source.plugin.version> |
50 |
| - <junit.version>4.11</junit.version> |
51 |
| - <surefire.version>2.11</surefire.version> |
52 |
| - <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> |
53 |
| - <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
54 |
| - </properties> |
| 46 | + <properties> |
| 47 | + <maven.compiler.plugin.version>3.0</maven.compiler.plugin.version> |
| 48 | + <maven.javadoc.plugin.version>2.9</maven.javadoc.plugin.version> |
| 49 | + <maven.source.plugin.version>2.2.1</maven.source.plugin.version> |
| 50 | + <junit.version>4.11</junit.version> |
| 51 | + <surefire.version>2.11</surefire.version> |
| 52 | + <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> |
| 53 | + <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
| 54 | + </properties> |
55 | 55 |
|
56 |
| - <build> |
57 |
| - <sourceDirectory>src</sourceDirectory> |
58 |
| - <testSourceDirectory>src/org/hpccsystems/jdbcdriver/tests</testSourceDirectory> |
59 |
| - <plugins> |
60 |
| - <plugin> |
61 |
| - <groupId>org.apache.maven.plugins</groupId> |
62 |
| - <artifactId>maven-compiler-plugin</artifactId> |
63 |
| - <version>${maven.compiler.plugin.version}</version> |
64 |
| - <configuration> |
65 |
| - <source>1.6</source> |
66 |
| - <target>1.6</target> |
67 |
| - <excludes> |
68 |
| - <exclude>org/hpccsystems/jdbcdriver/tests/**</exclude> |
69 |
| - </excludes> |
70 |
| - </configuration> |
71 |
| - <executions> |
72 |
| - <execution> |
73 |
| - <phase>compile</phase> |
74 |
| - <goals> |
75 |
| - <goal>compile</goal> |
76 |
| - </goals> |
77 |
| - </execution> |
78 |
| - </executions> |
79 |
| - </plugin> |
80 |
| - <plugin> |
81 |
| - <groupId>org.codehaus.mojo</groupId> |
82 |
| - <artifactId>antlr3-maven-plugin</artifactId> |
83 |
| - <version>1.0</version> |
84 |
| - <executions> |
85 |
| - <execution> |
86 |
| - <goals> |
87 |
| - <goal>antlr</goal> |
88 |
| - </goals> |
89 |
| - </execution> |
90 |
| - </executions> |
91 |
| - </plugin> |
92 |
| - <plugin> |
93 |
| - <groupId>org.apache.maven.plugins</groupId> |
94 |
| - <artifactId>maven-source-plugin</artifactId> |
95 |
| - <version>${maven.source.plugin.version}</version> |
96 |
| - <executions> |
97 |
| - <execution> |
98 |
| - <id>attach-sources</id> |
99 |
| - <goals> |
100 |
| - <goal>jar</goal> |
101 |
| - </goals> |
102 |
| - </execution> |
103 |
| - </executions> |
104 |
| - </plugin> |
105 |
| - <plugin> |
106 |
| - <groupId>org.apache.maven.plugins</groupId> |
107 |
| - <artifactId>maven-javadoc-plugin</artifactId> |
108 |
| - <version>${maven.javadoc.plugin.version}</version> |
109 |
| - <executions> |
110 |
| - <execution> |
111 |
| - <id>attach-javadocs</id> |
112 |
| - <goals> |
113 |
| - <goal>jar</goal> |
114 |
| - </goals> |
115 |
| - </execution> |
116 |
| - </executions> |
117 |
| - </plugin> |
118 |
| - </plugins> |
119 |
| - </build> |
| 56 | + <build> |
| 57 | + <plugins> |
| 58 | + <plugin> |
| 59 | + <groupId>org.codehaus.mojo</groupId> |
| 60 | + <artifactId>build-helper-maven-plugin</artifactId> |
| 61 | + <version>1.7</version> |
| 62 | + <executions> |
| 63 | + <execution> |
| 64 | + <id>add-source</id> |
| 65 | + <phase>generate-sources</phase> |
| 66 | + <goals> |
| 67 | + <goal>add-source</goal> |
| 68 | + </goals> |
| 69 | + <configuration> |
| 70 | + <sources> |
| 71 | + <source>target/generated-sources/antlr3</source> |
| 72 | + </sources> |
| 73 | + </configuration> |
| 74 | + </execution> |
| 75 | + </executions> |
| 76 | + </plugin> |
| 77 | + <plugin> |
| 78 | + <groupId>org.antlr</groupId> |
| 79 | + <artifactId>antlr3-maven-plugin</artifactId> |
| 80 | + <version>3.5</version> |
| 81 | + <executions> |
| 82 | + <execution> |
| 83 | + <goals> |
| 84 | + <goal>antlr</goal> |
| 85 | + </goals> |
| 86 | + </execution> |
| 87 | + </executions> |
| 88 | + </plugin> |
| 89 | + <plugin> |
| 90 | + <groupId>org.apache.maven.plugins</groupId> |
| 91 | + <artifactId>maven-compiler-plugin</artifactId> |
| 92 | + <version>${maven.compiler.plugin.version}</version> |
| 93 | + <configuration> |
| 94 | + <source>1.6</source> |
| 95 | + <target>1.6</target> |
| 96 | + </configuration> |
| 97 | + <!-- <executions> <execution> <phase>compile</phase> <goals> <goal>compile</goal> |
| 98 | + </goals> </execution> </executions> --> |
| 99 | + </plugin> |
| 100 | + <plugin> |
| 101 | + <groupId>org.apache.maven.plugins</groupId> |
| 102 | + <artifactId>maven-source-plugin</artifactId> |
| 103 | + <version>${maven.source.plugin.version}</version> |
| 104 | + <executions> |
| 105 | + <execution> |
| 106 | + <id>attach-sources</id> |
| 107 | + <goals> |
| 108 | + <goal>jar</goal> |
| 109 | + </goals> |
| 110 | + </execution> |
| 111 | + </executions> |
| 112 | + </plugin> |
| 113 | + <plugin> |
| 114 | + <groupId>org.apache.maven.plugins</groupId> |
| 115 | + <artifactId>maven-javadoc-plugin</artifactId> |
| 116 | + <version>${maven.javadoc.plugin.version}</version> |
| 117 | + <executions> |
| 118 | + <execution> |
| 119 | + <id>attach-javadocs</id> |
| 120 | + <goals> |
| 121 | + <goal>jar</goal> |
| 122 | + </goals> |
| 123 | + </execution> |
| 124 | + </executions> |
| 125 | + </plugin> |
| 126 | + </plugins> |
| 127 | + </build> |
120 | 128 |
|
121 |
| - <dependencies> |
122 |
| - <dependency> |
123 |
| - <groupId>junit</groupId> |
124 |
| - <artifactId>junit</artifactId> |
125 |
| - <version>${junit.version}</version> |
126 |
| - <scope>test</scope> |
127 |
| - </dependency> |
128 |
| -<dependency> |
129 |
| - <groupId>org.antlr</groupId> |
130 |
| - <artifactId>antlr-runtime</artifactId> |
131 |
| - <version>3.0.1</version> |
132 |
| - </dependency> |
133 |
| - </dependencies> |
| 129 | + <dependencies> |
| 130 | + <dependency> |
| 131 | + <groupId>junit</groupId> |
| 132 | + <artifactId>junit</artifactId> |
| 133 | + <version>${junit.version}</version> |
| 134 | + <scope>test</scope> |
| 135 | + </dependency> |
| 136 | + <dependency> |
| 137 | + <groupId>org.antlr</groupId> |
| 138 | + <artifactId>antlr-runtime</artifactId> |
| 139 | + <version>3.5</version> |
| 140 | + </dependency> |
| 141 | + </dependencies> |
134 | 142 |
|
135 | 143 | </project>
|
0 commit comments