Joachim Bingel | 4b405f5 | 2013-11-15 15:29:30 +0000 | [diff] [blame] | 1 | <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
margaretha | 842af33 | 2016-06-14 16:31:05 +0200 | [diff] [blame] | 2 | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
| 3 | <modelVersion>4.0.0</modelVersion> |
Michael Hanl | 10d2150 | 2014-02-07 20:09:58 +0000 | [diff] [blame] | 4 | |
margaretha | 842af33 | 2016-06-14 16:31:05 +0200 | [diff] [blame] | 5 | <groupId>de.ids_mannheim.korap</groupId> |
| 6 | <artifactId>Koral</artifactId> |
margaretha | 287b11e | 2017-09-12 15:23:12 +0200 | [diff] [blame] | 7 | <version>0.27</version> |
margaretha | 842af33 | 2016-06-14 16:31:05 +0200 | [diff] [blame] | 8 | <packaging>jar</packaging> |
| 9 | <name>Koral</name> |
| 10 | <url>http://maven.apache.org</url> |
Akron | e9c81d1 | 2016-06-13 17:27:21 +0200 | [diff] [blame] | 11 | |
margaretha | 842af33 | 2016-06-14 16:31:05 +0200 | [diff] [blame] | 12 | <organization> |
| 13 | <name>IDS Mannheim</name> |
| 14 | <url>http://www.ids-mannheim.de/</url> |
| 15 | </organization> |
Akron | e9c81d1 | 2016-06-13 17:27:21 +0200 | [diff] [blame] | 16 | |
margaretha | 842af33 | 2016-06-14 16:31:05 +0200 | [diff] [blame] | 17 | <developers> |
| 18 | <developer> |
| 19 | <name>Joachim Bingel</name> |
| 20 | <email>bingel@ids-mannheim.de</email> |
| 21 | </developer> |
| 22 | <developer> |
| 23 | <name>Nils Diewald</name> |
| 24 | <email>diewald@ids-mannheim.de</email> |
| 25 | <url>http://nils-diewald.de</url> |
| 26 | </developer> |
| 27 | <developer> |
| 28 | <name>Michael Hanl</name> |
| 29 | <email>hanl@ids-mannheim.de</email> |
| 30 | </developer> |
| 31 | <developer> |
| 32 | <name>Eliza Margaretha</name> |
| 33 | <email>margaretha@ids-mannheim.de</email> |
| 34 | </developer> |
| 35 | </developers> |
Akron | e9c81d1 | 2016-06-13 17:27:21 +0200 | [diff] [blame] | 36 | |
margaretha | 842af33 | 2016-06-14 16:31:05 +0200 | [diff] [blame] | 37 | <properties> |
margaretha | f7dbe33 | 2016-06-16 20:14:26 +0200 | [diff] [blame] | 38 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
margaretha | 842af33 | 2016-06-14 16:31:05 +0200 | [diff] [blame] | 39 | </properties> |
margaretha | f7dbe33 | 2016-06-16 20:14:26 +0200 | [diff] [blame] | 40 | |
margaretha | 842af33 | 2016-06-14 16:31:05 +0200 | [diff] [blame] | 41 | <repositories> |
| 42 | <repository> |
| 43 | <id>id-maven-repo</id> |
| 44 | <url>http://maven.indexdata.com</url> |
| 45 | </repository> |
| 46 | <repository> |
| 47 | <id>CLARIN</id> |
| 48 | <name>CLARIN Repository</name> |
| 49 | <url>https://nexus.clarin.eu/content/repositories/Clarin</url> |
| 50 | <snapshots> |
| 51 | <enabled>false</enabled> |
| 52 | </snapshots> |
| 53 | </repository> |
| 54 | </repositories> |
| 55 | <dependencies> |
margaretha | 842af33 | 2016-06-14 16:31:05 +0200 | [diff] [blame] | 56 | <dependency> |
| 57 | <groupId>org.antlr</groupId> |
| 58 | <artifactId>antlr4-runtime</artifactId> |
| 59 | <version>4.5.1</version> |
| 60 | </dependency> |
| 61 | <dependency> |
| 62 | <groupId>org.antlr</groupId> |
| 63 | <artifactId>antlr4-maven-plugin</artifactId> |
| 64 | <version>4.2</version> |
| 65 | </dependency> |
| 66 | <dependency> |
| 67 | <groupId>org.antlr</groupId> |
| 68 | <artifactId>antlr-runtime</artifactId> |
| 69 | <version>3.5</version> |
| 70 | <scope>compile</scope> |
| 71 | </dependency> |
| 72 | <dependency> |
| 73 | <groupId>com.google.guava</groupId> |
| 74 | <artifactId>guava</artifactId> |
| 75 | <version>15.0</version> |
| 76 | </dependency> |
| 77 | <dependency> |
| 78 | <groupId>com.fasterxml.jackson.core</groupId> |
| 79 | <artifactId>jackson-core</artifactId> |
| 80 | <version>2.3.3</version> |
| 81 | </dependency> |
| 82 | <dependency> |
| 83 | <groupId>com.fasterxml.jackson.core</groupId> |
| 84 | <artifactId>jackson-annotations</artifactId> |
| 85 | <version>2.3.3</version> |
| 86 | </dependency> |
| 87 | <dependency> |
| 88 | <groupId>com.fasterxml.jackson.core</groupId> |
| 89 | <artifactId>jackson-databind</artifactId> |
| 90 | <version>2.3.3</version> |
| 91 | </dependency> |
| 92 | <dependency> |
| 93 | <groupId>junit</groupId> |
| 94 | <artifactId>junit</artifactId> |
| 95 | <version>4.11</version> |
| 96 | <scope>test</scope> |
| 97 | </dependency> |
| 98 | <dependency> |
| 99 | <groupId>commons-lang</groupId> |
| 100 | <artifactId>commons-lang</artifactId> |
| 101 | <version>2.6</version> |
| 102 | </dependency> |
| 103 | <dependency> |
| 104 | <groupId>org.z3950.zing</groupId> |
| 105 | <artifactId>cql-java</artifactId> |
| 106 | <version>1.12</version> |
| 107 | </dependency> |
| 108 | <dependency> |
| 109 | <groupId>log4j</groupId> |
| 110 | <artifactId>log4j</artifactId> |
| 111 | <version>1.2.17</version> |
| 112 | </dependency> |
| 113 | <dependency> |
| 114 | <groupId>log4j</groupId> |
| 115 | <artifactId>apache-log4j-extras</artifactId> |
| 116 | <version>1.2.17</version> |
| 117 | </dependency> |
| 118 | <dependency> |
| 119 | <groupId>org.slf4j</groupId> |
| 120 | <artifactId>slf4j-api</artifactId> |
| 121 | <version>1.7.5</version> |
| 122 | </dependency> |
| 123 | <dependency> |
| 124 | <groupId>org.slf4j</groupId> |
| 125 | <artifactId>slf4j-log4j12</artifactId> |
| 126 | <version>1.7.5</version> |
| 127 | </dependency> |
| 128 | <dependency> |
| 129 | <groupId>eu.clarin.sru.fcs</groupId> |
| 130 | <artifactId>fcs-simple-endpoint</artifactId> |
| 131 | <version>1.3.0</version> |
| 132 | </dependency> |
margaretha | 842af33 | 2016-06-14 16:31:05 +0200 | [diff] [blame] | 133 | </dependencies> |
| 134 | <build> |
| 135 | <sourceDirectory>${basedir}/src/main/java</sourceDirectory> |
| 136 | <outputDirectory>${basedir}/target/classes</outputDirectory> |
| 137 | <plugins> |
| 138 | <plugin> |
| 139 | <groupId>org.apache.maven.plugins</groupId> |
| 140 | <artifactId>maven-compiler-plugin</artifactId> |
| 141 | <version>3.3</version> |
| 142 | <configuration> |
| 143 | <compilerVersion>1.7</compilerVersion> |
| 144 | <source>1.7</source> |
| 145 | <target>1.7</target> |
| 146 | </configuration> |
| 147 | </plugin> |
margaretha | f7dbe33 | 2016-06-16 20:14:26 +0200 | [diff] [blame] | 148 | <!-- <plugin> |
| 149 | <groupId>org.codehaus.mojo</groupId> |
| 150 | <artifactId>properties-maven-plugin</artifactId> |
| 151 | <version>1.0.0</version> |
| 152 | <executions> |
| 153 | <execution> |
| 154 | <goals> |
| 155 | <goal>set-system-properties</goal> |
| 156 | </goals> |
| 157 | <configuration> |
| 158 | <properties> |
| 159 | <property> |
| 160 | <name>https.protocols</name> |
| 161 | <value>TLSv1.2</value> |
| 162 | </property> |
| 163 | </properties> |
| 164 | </configuration> |
| 165 | </execution> |
| 166 | </executions> |
| 167 | </plugin> --> |
| 168 | <!-- <plugin> |
| 169 | <groupId>org.apache.maven.plugins</groupId> |
| 170 | <artifactId>maven-surefire-plugin</artifactId> |
| 171 | <version>2.19.1</version> |
| 172 | <configuration> |
| 173 | <systemProperties> |
| 174 | <property> |
| 175 | <name>https.protocols</name> |
| 176 | <value>TLSv1.2</value> |
| 177 | </property> |
| 178 | </systemProperties> |
| 179 | <argLine>-Djava.https.protocols=TLSv1.2</argLine> |
| 180 | </configuration> |
| 181 | </plugin> |
| 182 | <plugin> |
| 183 | <groupId>org.apache.maven.plugins</groupId> |
| 184 | <artifactId>maven-failsafe-plugin</artifactId> |
| 185 | <version>2.19.1</version> |
| 186 | <configuration> |
| 187 | <systemPropertyVariables> |
| 188 | <https.protocols>TLSv1.2</https.protocols> |
| 189 | </systemPropertyVariables> |
| 190 | </configuration> |
| 191 | </plugin> --> |
margaretha | 842af33 | 2016-06-14 16:31:05 +0200 | [diff] [blame] | 192 | <!-- Formatter plugin for Eclipse based coding conventions http://maven-java-formatter-plugin.googlecode.com/svn/site/0.4/usage.html --> |
| 193 | <plugin> |
| 194 | <groupId>com.googlecode.maven-java-formatter-plugin</groupId> |
| 195 | <artifactId>maven-java-formatter-plugin</artifactId> |
| 196 | <version>0.4</version> |
| 197 | <configuration> |
| 198 | <configFile>${project.basedir}/Format.xml</configFile> |
| 199 | <overrideConfigCompilerVersion>true</overrideConfigCompilerVersion> |
| 200 | <compilerSource>1.7</compilerSource> |
| 201 | <compilerCompliance>1.7</compilerCompliance> |
| 202 | <compilerTargetPlatform>1.7</compilerTargetPlatform> |
| 203 | </configuration> |
| 204 | </plugin> |
| 205 | <plugin> |
| 206 | <groupId>org.apache.maven.plugins</groupId> |
| 207 | <artifactId>maven-dependency-plugin</artifactId> |
| 208 | <executions> |
| 209 | <execution> |
margaretha | db09b03 | 2017-05-30 18:23:31 +0200 | [diff] [blame] | 210 | <phase>package</phase> |
margaretha | 842af33 | 2016-06-14 16:31:05 +0200 | [diff] [blame] | 211 | <goals> |
| 212 | <goal>copy-dependencies</goal> |
| 213 | </goals> |
| 214 | <configuration> |
| 215 | <outputDirectory>${project.build.directory}/../lib</outputDirectory> |
| 216 | </configuration> |
| 217 | </execution> |
| 218 | </executions> |
| 219 | </plugin> |
| 220 | <plugin> |
| 221 | <groupId>org.apache.maven.plugins</groupId> |
| 222 | <artifactId>maven-jar-plugin</artifactId> |
| 223 | <version>2.5</version> |
| 224 | <configuration> |
| 225 | <archive> |
| 226 | <manifest> |
| 227 | <addClasspath>true</addClasspath> |
| 228 | <classpathPrefix>../lib/</classpathPrefix> |
| 229 | <mainClass>de.ids_mannheim.korap.query.serialize.QuerySerializer</mainClass> |
| 230 | </manifest> |
| 231 | </archive> |
| 232 | </configuration> |
| 233 | </plugin> |
| 234 | <plugin> |
| 235 | <!-- This plugin will help to build the ANTLR4 grammar on the fly. The |
| 236 | recipe is based on http://stackoverflow.com/questions/15310628/ customize-maven-to-automatically-create-antlr4-grammar-java-files-on-build --> |
| 237 | <groupId>org.antlr</groupId> |
| 238 | <artifactId>antlr4-maven-plugin</artifactId> |
| 239 | <version>4.2</version> |
| 240 | <executions> |
| 241 | <execution> |
| 242 | <id>poliqarpplus</id> |
| 243 | <goals> |
| 244 | <goal>antlr4</goal> |
| 245 | </goals> |
| 246 | <configuration> |
| 247 | <sourceDirectory>${basedir}/src/main/antlr/poliqarpplus</sourceDirectory> |
| 248 | <outputDirectory>${basedir}/src/main/java/de/ids_mannheim/korap/query/parse/poliqarpplus</outputDirectory> |
| 249 | <libDirectory>${basedir}/src/main/antlr/poliqarpplus</libDirectory> |
| 250 | </configuration> |
| 251 | <phase>generate-sources</phase> |
| 252 | </execution> |
| 253 | <execution> |
| 254 | <id>annis</id> |
| 255 | <goals> |
| 256 | <goal>antlr4</goal> |
| 257 | </goals> |
| 258 | <configuration> |
| 259 | <sourceDirectory>${basedir}/src/main/antlr/annis</sourceDirectory> |
| 260 | <outputDirectory>${basedir}/src/main/java/de/ids_mannheim/korap/query/parse/annis</outputDirectory> |
| 261 | <libDirectory>${basedir}/src/main/antlr/annis</libDirectory> |
| 262 | </configuration> |
| 263 | <phase>generate-sources</phase> |
| 264 | </execution> |
| 265 | <execution> |
| 266 | <id>collection</id> |
| 267 | <goals> |
| 268 | <goal>antlr4</goal> |
| 269 | </goals> |
| 270 | <configuration> |
| 271 | <sourceDirectory>${basedir}/src/main/antlr/collection</sourceDirectory> |
| 272 | <outputDirectory>${basedir}/src/main/java/de/ids_mannheim/korap/query/parse/collection</outputDirectory> |
| 273 | <libDirectory>${basedir}/src/main/antlr/collection</libDirectory> |
| 274 | </configuration> |
| 275 | <phase>generate-sources</phase> |
| 276 | </execution> |
| 277 | </executions> |
| 278 | </plugin> |
| 279 | <plugin> |
| 280 | <!-- This plugin will help to build the ANTLR3 grammar on the fly. The |
| 281 | recipe is based on http://stackoverflow.com/questions/15310628/ customize-maven-to-automatically-create-antlr4-grammar-java-files-on-build --> |
| 282 | <groupId>org.antlr</groupId> |
| 283 | <artifactId>antlr3-maven-plugin</artifactId> |
| 284 | <version>3.5.1</version> |
| 285 | <configuration> |
| 286 | <sourceDirectory>${basedir}/src/main/antlr/cosmas</sourceDirectory> |
| 287 | <outputDirectory>${basedir}/src/main/java/de/ids_mannheim/korap/query/parse/cosmas</outputDirectory> |
| 288 | <libDirectory>${basedir}/src/main/antlr</libDirectory> |
| 289 | </configuration> |
| 290 | <executions> |
| 291 | <execution> |
| 292 | <goals> |
| 293 | <goal>antlr</goal> |
| 294 | </goals> |
| 295 | <phase>generate-sources</phase> |
| 296 | </execution> |
| 297 | </executions> |
| 298 | </plugin> |
| 299 | </plugins> |
| 300 | </build> |
Joachim Bingel | 4b405f5 | 2013-11-15 15:29:30 +0000 | [diff] [blame] | 301 | </project> |