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" |
Michael Hanl | 10d2150 | 2014-02-07 20:09:58 +0000 | [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> |
| 4 | <parent> |
| 5 | <groupId>KorAP-modules</groupId> |
| 6 | <artifactId>KorAP-core-modules</artifactId> |
| 7 | <version>1.1</version> |
| 8 | </parent> |
| 9 | |
| 10 | <groupId>KorAP-modules</groupId> |
| 11 | <artifactId>KorAP-querySerialization</artifactId> |
Nils Diewald | 518c8c4 | 2014-10-25 15:33:32 +0000 | [diff] [blame] | 12 | <version>0.02</version> |
Michael Hanl | 10d2150 | 2014-02-07 20:09:58 +0000 | [diff] [blame] | 13 | <packaging>jar</packaging> |
Michael Hanl | 10d2150 | 2014-02-07 20:09:58 +0000 | [diff] [blame] | 14 | <name>KorAP-querySerialization</name> |
| 15 | <url>http://maven.apache.org</url> |
Michael Hanl | 2a30f42 | 2014-04-01 16:41:44 +0000 | [diff] [blame] | 16 | <repositories> |
| 17 | <repository> |
| 18 | <id>id-maven-repo</id> |
| 19 | <url>http://maven.indexdata.com</url> |
| 20 | </repository> |
| 21 | </repositories> |
Michael Hanl | 10d2150 | 2014-02-07 20:09:58 +0000 | [diff] [blame] | 22 | <dependencies> |
| 23 | <dependency> |
| 24 | <groupId>org.antlr</groupId> |
| 25 | <artifactId>antlr4-runtime</artifactId> |
Joachim Bingel | 787836a | 2014-08-07 14:50:18 +0000 | [diff] [blame] | 26 | <version>4.1</version> |
Michael Hanl | 10d2150 | 2014-02-07 20:09:58 +0000 | [diff] [blame] | 27 | </dependency> |
| 28 | <dependency> |
Joachim Bingel | 787836a | 2014-08-07 14:50:18 +0000 | [diff] [blame] | 29 | <groupId>org.antlr</groupId> |
| 30 | <artifactId>antlr4-maven-plugin</artifactId> |
| 31 | <version>4.1</version> |
| 32 | </dependency> |
| 33 | <dependency> |
Michael Hanl | 10d2150 | 2014-02-07 20:09:58 +0000 | [diff] [blame] | 34 | <groupId>com.google.guava</groupId> |
| 35 | <artifactId>guava</artifactId> |
| 36 | <version>15.0</version> |
| 37 | </dependency> |
| 38 | <dependency> |
| 39 | <groupId>com.fasterxml.jackson.core</groupId> |
Joachim Bingel | 1bfedaf | 2014-10-25 07:27:45 +0000 | [diff] [blame] | 40 | <artifactId>jackson-core</artifactId> |
| 41 | <version>2.3.3</version> |
| 42 | </dependency> |
| 43 | <dependency> |
| 44 | <groupId>com.fasterxml.jackson.core</groupId> |
| 45 | <artifactId>jackson-annotations</artifactId> |
| 46 | <version>2.3.3</version> |
| 47 | </dependency> |
| 48 | <dependency> |
| 49 | <groupId>com.fasterxml.jackson.core</groupId> |
Michael Hanl | 10d2150 | 2014-02-07 20:09:58 +0000 | [diff] [blame] | 50 | <artifactId>jackson-databind</artifactId> |
Joachim Bingel | 1bfedaf | 2014-10-25 07:27:45 +0000 | [diff] [blame] | 51 | <version>2.3.3</version> |
Michael Hanl | 10d2150 | 2014-02-07 20:09:58 +0000 | [diff] [blame] | 52 | </dependency> |
| 53 | <dependency> |
| 54 | <groupId>KorAP-modules</groupId> |
| 55 | <artifactId>KorAP-PoliqarpParser</artifactId> |
Joachim Bingel | 66d88b3 | 2014-07-01 12:49:37 +0000 | [diff] [blame] | 56 | <version>0.1</version> |
Michael Hanl | 10d2150 | 2014-02-07 20:09:58 +0000 | [diff] [blame] | 57 | </dependency> |
| 58 | <dependency> |
| 59 | <groupId>KorAP-modules</groupId> |
| 60 | <artifactId>KorAP-Cosmas2Parser</artifactId> |
Nils Diewald | 518c8c4 | 2014-10-25 15:33:32 +0000 | [diff] [blame] | 61 | <version>0.02</version> |
Michael Hanl | 10d2150 | 2014-02-07 20:09:58 +0000 | [diff] [blame] | 62 | </dependency> |
| 63 | <dependency> |
| 64 | <groupId>KorAP-modules</groupId> |
Michael Hanl | c7154a9 | 2014-04-26 07:47:14 +0000 | [diff] [blame] | 65 | <artifactId>KorAP-AnnisParser</artifactId> |
Nils Diewald | 518c8c4 | 2014-10-25 15:33:32 +0000 | [diff] [blame] | 66 | <version>0.01</version> |
Michael Hanl | c7154a9 | 2014-04-26 07:47:14 +0000 | [diff] [blame] | 67 | </dependency> |
| 68 | <dependency> |
| 69 | <groupId>KorAP-modules</groupId> |
Michael Hanl | 10d2150 | 2014-02-07 20:09:58 +0000 | [diff] [blame] | 70 | <artifactId>KorAP-lucene-index</artifactId> |
Nils Diewald | b89e4f2 | 2014-11-11 19:51:16 +0000 | [diff] [blame] | 71 | <version>0.49</version> |
Michael Hanl | 10d2150 | 2014-02-07 20:09:58 +0000 | [diff] [blame] | 72 | </dependency> |
| 73 | <dependency> |
Michael Hanl | f4b5e1a | 2014-03-25 19:00:23 +0000 | [diff] [blame] | 74 | <groupId>KorAP-modules</groupId> |
| 75 | <artifactId>KorAP-Entities</artifactId> |
Nils Diewald | 518c8c4 | 2014-10-25 15:33:32 +0000 | [diff] [blame] | 76 | <version>1.1</version> |
Michael Hanl | f4b5e1a | 2014-03-25 19:00:23 +0000 | [diff] [blame] | 77 | </dependency> |
| 78 | <dependency> |
Michael Hanl | 10d2150 | 2014-02-07 20:09:58 +0000 | [diff] [blame] | 79 | <groupId>junit</groupId> |
| 80 | <artifactId>junit</artifactId> |
| 81 | <version>4.11</version> |
| 82 | <scope>test</scope> |
| 83 | </dependency> |
| 84 | <dependency> |
Michael Hanl | 10d2150 | 2014-02-07 20:09:58 +0000 | [diff] [blame] | 85 | <groupId>commons-lang</groupId> |
| 86 | <artifactId>commons-lang</artifactId> |
| 87 | <version>2.6</version> |
| 88 | </dependency> |
Michael Hanl | 2a30f42 | 2014-04-01 16:41:44 +0000 | [diff] [blame] | 89 | <dependency> |
| 90 | <groupId>org.z3950.zing</groupId> |
| 91 | <artifactId>cql-java</artifactId> |
| 92 | <version>1.12</version> |
| 93 | </dependency> |
Michael Hanl | 10d2150 | 2014-02-07 20:09:58 +0000 | [diff] [blame] | 94 | </dependencies> |
| 95 | <build> |
| 96 | <sourceDirectory>${basedir}/src/main/java</sourceDirectory> |
| 97 | <outputDirectory>${basedir}/bin</outputDirectory> |
| 98 | <plugins> |
| 99 | <plugin> |
Joachim Bingel | dbbde77 | 2014-05-12 15:26:10 +0000 | [diff] [blame] | 100 | <!-- |
| 101 | This plugin will help to build the ANTLR4 grammar on the fly. |
| 102 | The recipe is based on |
| 103 | http://stackoverflow.com/questions/15310628/ |
| 104 | customize-maven-to-automatically-create-antlr4-grammar-java-files-on-build |
| 105 | --> |
| 106 | <groupId>org.antlr</groupId> |
| 107 | <artifactId>antlr4-maven-plugin</artifactId> |
Joachim Bingel | 787836a | 2014-08-07 14:50:18 +0000 | [diff] [blame] | 108 | <version>4.1</version> |
Joachim Bingel | dbbde77 | 2014-05-12 15:26:10 +0000 | [diff] [blame] | 109 | <configuration> |
| 110 | <sourceDirectory>${basedir}/src/main/antlr</sourceDirectory> |
| 111 | <outputDirectory>${basedir}/src/main/java/de/ids_mannheim/korap/query/serialize/util</outputDirectory> |
| 112 | <libDirectory>${basedir}/src/main/antlr</libDirectory> |
| 113 | </configuration> |
| 114 | <executions> |
| 115 | <execution> |
| 116 | <goals> |
| 117 | <goal>antlr4</goal> |
| 118 | </goals> |
| 119 | <phase>generate-sources</phase> |
| 120 | </execution> |
| 121 | </executions> |
| 122 | </plugin> |
| 123 | <plugin> |
Michael Hanl | 10d2150 | 2014-02-07 20:09:58 +0000 | [diff] [blame] | 124 | <artifactId>maven-compiler-plugin</artifactId> |
| 125 | <version>2.3.2</version> |
| 126 | <configuration> |
| 127 | <source>1.7</source> |
| 128 | <target>1.7</target> |
| 129 | <!-- excludes> |
| 130 | <exclude>**/CosmasTree.java</exclude> |
| 131 | </excludes --> |
| 132 | </configuration> |
| 133 | </plugin> |
| 134 | </plugins> |
| 135 | </build> |
Joachim Bingel | 4b405f5 | 2013-11-15 15:29:30 +0000 | [diff] [blame] | 136 | </project> |