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> |
ElenaIrimia | f704614 | 2023-07-26 10:37:20 +0200 | [diff] [blame] | 7 | <version>0.40.0</version> |
margaretha | 842af33 | 2016-06-14 16:31:05 +0200 | [diff] [blame] | 8 | <packaging>jar</packaging> |
| 9 | <name>Koral</name> |
Akron | 8727568 | 2020-03-04 07:32:55 +0100 | [diff] [blame] | 10 | <url>https://korap.ids-mannheim.de</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> |
ElenaIrimia | f704614 | 2023-07-26 10:37:20 +0200 | [diff] [blame] | 35 | <developer> |
| 36 | <name>Elena Irimia</name> |
| 37 | </developer> |
margaretha | 842af33 | 2016-06-14 16:31:05 +0200 | [diff] [blame] | 38 | </developers> |
Akron | e9c81d1 | 2016-06-13 17:27:21 +0200 | [diff] [blame] | 39 | |
margaretha | 842af33 | 2016-06-14 16:31:05 +0200 | [diff] [blame] | 40 | <properties> |
margaretha | f7dbe33 | 2016-06-16 20:14:26 +0200 | [diff] [blame] | 41 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
dependabot[bot] | 0fb1703 | 2023-05-31 17:56:40 +0000 | [diff] [blame] | 42 | <jackson.version>2.15.2</jackson.version> |
dependabot[bot] | b4738a3 | 2021-11-08 17:01:45 +0000 | [diff] [blame] | 43 | <antlr4.version>4.9.3</antlr4.version> |
dependabot[bot] | 9d599e1 | 2022-05-23 10:31:49 +0000 | [diff] [blame] | 44 | <antlr3.version>3.5.3</antlr3.version> |
Marc Kupietz | 1846ec3 | 2022-11-15 19:30:24 +0100 | [diff] [blame] | 45 | <java.version>11</java.version> |
dependabot[bot] | b56a91f | 2023-02-21 18:26:32 +0000 | [diff] [blame] | 46 | <log4j.version>2.20.0</log4j.version> |
margaretha | 842af33 | 2016-06-14 16:31:05 +0200 | [diff] [blame] | 47 | </properties> |
margaretha | f7dbe33 | 2016-06-16 20:14:26 +0200 | [diff] [blame] | 48 | |
margaretha | 842af33 | 2016-06-14 16:31:05 +0200 | [diff] [blame] | 49 | <repositories> |
| 50 | <repository> |
| 51 | <id>id-maven-repo</id> |
margaretha | 0966767 | 2021-05-10 19:52:34 +0200 | [diff] [blame] | 52 | <url>https://maven.indexdata.com</url> |
margaretha | 842af33 | 2016-06-14 16:31:05 +0200 | [diff] [blame] | 53 | </repository> |
| 54 | <repository> |
| 55 | <id>CLARIN</id> |
| 56 | <name>CLARIN Repository</name> |
| 57 | <url>https://nexus.clarin.eu/content/repositories/Clarin</url> |
| 58 | <snapshots> |
| 59 | <enabled>false</enabled> |
| 60 | </snapshots> |
| 61 | </repository> |
| 62 | </repositories> |
| 63 | <dependencies> |
margaretha | 842af33 | 2016-06-14 16:31:05 +0200 | [diff] [blame] | 64 | <dependency> |
| 65 | <groupId>org.antlr</groupId> |
| 66 | <artifactId>antlr4-runtime</artifactId> |
Akron | 8e28adf | 2020-07-24 14:32:56 +0200 | [diff] [blame] | 67 | <version>${antlr4.version}</version> |
margaretha | 842af33 | 2016-06-14 16:31:05 +0200 | [diff] [blame] | 68 | </dependency> |
margaretha | 7e8fad3 | 2021-06-24 19:08:07 +0200 | [diff] [blame] | 69 | <!-- adding manually due to Shell Command Injection and Directory Traversal |
| 70 | https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-1000487 |
| 71 | https://cwe.mitre.org/data/definitions/22.html --> |
| 72 | <dependency> |
| 73 | <groupId>org.codehaus.plexus</groupId> |
| 74 | <artifactId>plexus-utils</artifactId> |
dependabot[bot] | 095e869 | 2023-05-22 17:57:01 +0000 | [diff] [blame] | 75 | <version>4.0.0</version> |
margaretha | 7e8fad3 | 2021-06-24 19:08:07 +0200 | [diff] [blame] | 76 | </dependency> |
margaretha | 842af33 | 2016-06-14 16:31:05 +0200 | [diff] [blame] | 77 | <dependency> |
| 78 | <groupId>org.antlr</groupId> |
| 79 | <artifactId>antlr-runtime</artifactId> |
Akron | 8e28adf | 2020-07-24 14:32:56 +0200 | [diff] [blame] | 80 | <version>${antlr3.version}</version> |
margaretha | 842af33 | 2016-06-14 16:31:05 +0200 | [diff] [blame] | 81 | <scope>compile</scope> |
| 82 | </dependency> |
| 83 | <dependency> |
| 84 | <groupId>com.google.guava</groupId> |
| 85 | <artifactId>guava</artifactId> |
dependabot[bot] | 30f62ab | 2023-08-01 17:14:47 +0000 | [diff] [blame^] | 86 | <version>32.1.2-jre</version> |
margaretha | 842af33 | 2016-06-14 16:31:05 +0200 | [diff] [blame] | 87 | </dependency> |
| 88 | <dependency> |
| 89 | <groupId>com.fasterxml.jackson.core</groupId> |
| 90 | <artifactId>jackson-core</artifactId> |
margaretha | 666988f | 2017-11-13 15:30:06 +0100 | [diff] [blame] | 91 | <version>${jackson.version}</version> |
margaretha | 842af33 | 2016-06-14 16:31:05 +0200 | [diff] [blame] | 92 | </dependency> |
| 93 | <dependency> |
| 94 | <groupId>com.fasterxml.jackson.core</groupId> |
| 95 | <artifactId>jackson-annotations</artifactId> |
margaretha | 666988f | 2017-11-13 15:30:06 +0100 | [diff] [blame] | 96 | <version>${jackson.version}</version> |
margaretha | 842af33 | 2016-06-14 16:31:05 +0200 | [diff] [blame] | 97 | </dependency> |
| 98 | <dependency> |
| 99 | <groupId>com.fasterxml.jackson.core</groupId> |
| 100 | <artifactId>jackson-databind</artifactId> |
margaretha | 666988f | 2017-11-13 15:30:06 +0100 | [diff] [blame] | 101 | <version>${jackson.version}</version> |
margaretha | 842af33 | 2016-06-14 16:31:05 +0200 | [diff] [blame] | 102 | </dependency> |
| 103 | <dependency> |
| 104 | <groupId>junit</groupId> |
| 105 | <artifactId>junit</artifactId> |
dependabot[bot] | d204fcb | 2021-02-15 05:28:59 +0000 | [diff] [blame] | 106 | <version>4.13.2</version> |
margaretha | 842af33 | 2016-06-14 16:31:05 +0200 | [diff] [blame] | 107 | <scope>test</scope> |
| 108 | </dependency> |
| 109 | <dependency> |
| 110 | <groupId>commons-lang</groupId> |
| 111 | <artifactId>commons-lang</artifactId> |
| 112 | <version>2.6</version> |
| 113 | </dependency> |
| 114 | <dependency> |
| 115 | <groupId>org.z3950.zing</groupId> |
| 116 | <artifactId>cql-java</artifactId> |
margaretha | 0966767 | 2021-05-10 19:52:34 +0200 | [diff] [blame] | 117 | <version>1.13</version> |
margaretha | 842af33 | 2016-06-14 16:31:05 +0200 | [diff] [blame] | 118 | </dependency> |
| 119 | <dependency> |
margaretha | ab20584 | 2019-02-07 16:38:41 +0100 | [diff] [blame] | 120 | <groupId>org.apache.logging.log4j</groupId> |
| 121 | <artifactId>log4j-api</artifactId> |
Marc Kupietz | 5048dbb | 2020-07-14 13:04:06 +0200 | [diff] [blame] | 122 | <version>${log4j.version}</version> |
margaretha | 842af33 | 2016-06-14 16:31:05 +0200 | [diff] [blame] | 123 | </dependency> |
| 124 | <dependency> |
margaretha | ab20584 | 2019-02-07 16:38:41 +0100 | [diff] [blame] | 125 | <groupId>org.apache.logging.log4j</groupId> |
| 126 | <artifactId>log4j-core</artifactId> |
Marc Kupietz | 5048dbb | 2020-07-14 13:04:06 +0200 | [diff] [blame] | 127 | <version>${log4j.version}</version> |
margaretha | ab20584 | 2019-02-07 16:38:41 +0100 | [diff] [blame] | 128 | </dependency> |
| 129 | <dependency> |
| 130 | <groupId>org.apache.logging.log4j</groupId> |
| 131 | <artifactId>log4j-slf4j-impl</artifactId> |
Marc Kupietz | 5048dbb | 2020-07-14 13:04:06 +0200 | [diff] [blame] | 132 | <version>${log4j.version}</version> |
margaretha | ab20584 | 2019-02-07 16:38:41 +0100 | [diff] [blame] | 133 | </dependency> |
| 134 | <dependency> |
| 135 | <groupId>org.apache.logging.log4j</groupId> |
| 136 | <artifactId>log4j-jul</artifactId> |
Marc Kupietz | 5048dbb | 2020-07-14 13:04:06 +0200 | [diff] [blame] | 137 | <version>${log4j.version}</version> |
margaretha | ab20584 | 2019-02-07 16:38:41 +0100 | [diff] [blame] | 138 | <exclusions> |
| 139 | <exclusion> |
| 140 | <groupId>org.slf4j</groupId> |
| 141 | <artifactId>slf4j-api</artifactId> |
| 142 | </exclusion> |
| 143 | </exclusions> |
margaretha | 842af33 | 2016-06-14 16:31:05 +0200 | [diff] [blame] | 144 | </dependency> |
| 145 | <dependency> |
| 146 | <groupId>org.slf4j</groupId> |
| 147 | <artifactId>slf4j-api</artifactId> |
dependabot[bot] | 3a98355 | 2023-03-20 17:56:32 +0000 | [diff] [blame] | 148 | <version>2.0.7</version> |
margaretha | 842af33 | 2016-06-14 16:31:05 +0200 | [diff] [blame] | 149 | </dependency> |
| 150 | <dependency> |
| 151 | <groupId>eu.clarin.sru.fcs</groupId> |
| 152 | <artifactId>fcs-simple-endpoint</artifactId> |
dependabot[bot] | 6ce9672 | 2021-12-20 17:01:59 +0000 | [diff] [blame] | 153 | <version>1.6.0</version> |
margaretha | 842af33 | 2016-06-14 16:31:05 +0200 | [diff] [blame] | 154 | </dependency> |
ElenaIrimia | f704614 | 2023-07-26 10:37:20 +0200 | [diff] [blame] | 155 | </dependencies> |
margaretha | 842af33 | 2016-06-14 16:31:05 +0200 | [diff] [blame] | 156 | <build> |
| 157 | <sourceDirectory>${basedir}/src/main/java</sourceDirectory> |
| 158 | <outputDirectory>${basedir}/target/classes</outputDirectory> |
| 159 | <plugins> |
margaretha | 2f9d28c | 2018-01-10 16:16:49 +0100 | [diff] [blame] | 160 | <plugin> |
Marc Kupietz | a8269db | 2020-07-14 15:52:06 +0200 | [diff] [blame] | 161 | <groupId>org.apache.maven.plugins</groupId> |
| 162 | <artifactId>maven-clean-plugin</artifactId> |
dependabot[bot] | 998c712 | 2023-06-20 17:02:17 +0000 | [diff] [blame] | 163 | <version>3.3.1</version> |
margaretha | 2f9d28c | 2018-01-10 16:16:49 +0100 | [diff] [blame] | 164 | <configuration> |
| 165 | <filesets> |
| 166 | <fileset> |
| 167 | <directory>${basedir}/src/main/java/de/ids_mannheim/korap/query/parse</directory> |
| 168 | <includes> |
| 169 | <include>**/*.java</include> |
| 170 | <include>**/*.tokens</include> |
| 171 | </includes> |
| 172 | <excludes> |
| 173 | <exclude>**/IErrorReporter.java</exclude> |
| 174 | <exclude>**/c2ps_opAnnot.java</exclude> |
| 175 | <exclude>**/c2ps_opBED.java</exclude> |
| 176 | <exclude>**/c2ps_opELEM.java</exclude> |
| 177 | <exclude>**/c2ps_opIN.java</exclude> |
| 178 | <exclude>**/c2ps_opOV.java</exclude> |
| 179 | <exclude>**/c2ps_opPROX.java</exclude> |
| 180 | <exclude>**/c2ps_opWF.java</exclude> |
| 181 | <exclude>**/c2ps_optCase.java</exclude> |
| 182 | <exclude>**/.gitignore</exclude> |
| 183 | <exclude>fcsql/*</exclude> |
| 184 | </excludes> |
| 185 | <followSymlinks>false</followSymlinks> |
| 186 | </fileset> |
| 187 | </filesets> |
| 188 | </configuration> |
| 189 | </plugin> |
margaretha | 842af33 | 2016-06-14 16:31:05 +0200 | [diff] [blame] | 190 | <plugin> |
| 191 | <groupId>org.apache.maven.plugins</groupId> |
margaretha | 87291cf | 2017-11-17 14:36:16 +0100 | [diff] [blame] | 192 | <artifactId>maven-surefire-plugin</artifactId> |
dependabot[bot] | 04358ea | 2023-06-07 17:56:58 +0000 | [diff] [blame] | 193 | <version>3.1.2</version> |
margaretha | 87291cf | 2017-11-17 14:36:16 +0100 | [diff] [blame] | 194 | <configuration> |
margaretha | f011f26 | 2019-02-20 17:13:34 +0100 | [diff] [blame] | 195 | <useSystemClassLoader>false</useSystemClassLoader> |
| 196 | <excludes> |
| 197 | <exclude>**/OPINTest.java</exclude> |
| 198 | </excludes> |
margaretha | 87291cf | 2017-11-17 14:36:16 +0100 | [diff] [blame] | 199 | </configuration> |
| 200 | </plugin> |
| 201 | <plugin> |
| 202 | <groupId>org.apache.maven.plugins</groupId> |
margaretha | 842af33 | 2016-06-14 16:31:05 +0200 | [diff] [blame] | 203 | <artifactId>maven-compiler-plugin</artifactId> |
dependabot[bot] | f1d4a3c | 2023-02-27 17:56:42 +0000 | [diff] [blame] | 204 | <version>3.11.0</version> |
margaretha | 842af33 | 2016-06-14 16:31:05 +0200 | [diff] [blame] | 205 | <configuration> |
margaretha | 5c26075 | 2018-02-12 16:05:51 +0100 | [diff] [blame] | 206 | <!-- <verbose>true</verbose> |
| 207 | <fork>true</fork> --> |
margaretha | 53965cf | 2018-02-12 16:19:10 +0100 | [diff] [blame] | 208 | <!-- <executable>${env.JAVA7_HOME}/bin/javac</executable> --> |
| 209 | <compilerVersion>2.0</compilerVersion> |
| 210 | <source>${java.version}</source> |
| 211 | <target>${java.version}</target> |
margaretha | 842af33 | 2016-06-14 16:31:05 +0200 | [diff] [blame] | 212 | </configuration> |
| 213 | </plugin> |
margaretha | f7dbe33 | 2016-06-16 20:14:26 +0200 | [diff] [blame] | 214 | <!-- <plugin> |
| 215 | <groupId>org.codehaus.mojo</groupId> |
| 216 | <artifactId>properties-maven-plugin</artifactId> |
| 217 | <version>1.0.0</version> |
| 218 | <executions> |
| 219 | <execution> |
| 220 | <goals> |
| 221 | <goal>set-system-properties</goal> |
| 222 | </goals> |
| 223 | <configuration> |
| 224 | <properties> |
| 225 | <property> |
| 226 | <name>https.protocols</name> |
| 227 | <value>TLSv1.2</value> |
| 228 | </property> |
| 229 | </properties> |
| 230 | </configuration> |
| 231 | </execution> |
| 232 | </executions> |
| 233 | </plugin> --> |
| 234 | <!-- <plugin> |
| 235 | <groupId>org.apache.maven.plugins</groupId> |
| 236 | <artifactId>maven-surefire-plugin</artifactId> |
| 237 | <version>2.19.1</version> |
| 238 | <configuration> |
| 239 | <systemProperties> |
| 240 | <property> |
| 241 | <name>https.protocols</name> |
| 242 | <value>TLSv1.2</value> |
| 243 | </property> |
| 244 | </systemProperties> |
| 245 | <argLine>-Djava.https.protocols=TLSv1.2</argLine> |
| 246 | </configuration> |
| 247 | </plugin> |
| 248 | <plugin> |
| 249 | <groupId>org.apache.maven.plugins</groupId> |
| 250 | <artifactId>maven-failsafe-plugin</artifactId> |
| 251 | <version>2.19.1</version> |
| 252 | <configuration> |
| 253 | <systemPropertyVariables> |
| 254 | <https.protocols>TLSv1.2</https.protocols> |
| 255 | </systemPropertyVariables> |
| 256 | </configuration> |
| 257 | </plugin> --> |
margaretha | 842af33 | 2016-06-14 16:31:05 +0200 | [diff] [blame] | 258 | <!-- Formatter plugin for Eclipse based coding conventions http://maven-java-formatter-plugin.googlecode.com/svn/site/0.4/usage.html --> |
| 259 | <plugin> |
| 260 | <groupId>com.googlecode.maven-java-formatter-plugin</groupId> |
| 261 | <artifactId>maven-java-formatter-plugin</artifactId> |
| 262 | <version>0.4</version> |
| 263 | <configuration> |
| 264 | <configFile>${project.basedir}/Format.xml</configFile> |
| 265 | <overrideConfigCompilerVersion>true</overrideConfigCompilerVersion> |
margaretha | 53965cf | 2018-02-12 16:19:10 +0100 | [diff] [blame] | 266 | <compilerSource>${java.version}</compilerSource> |
| 267 | <compilerCompliance>${java.version}</compilerCompliance> |
| 268 | <compilerTargetPlatform>${java.version}</compilerTargetPlatform> |
margaretha | 842af33 | 2016-06-14 16:31:05 +0200 | [diff] [blame] | 269 | </configuration> |
| 270 | </plugin> |
| 271 | <plugin> |
| 272 | <groupId>org.apache.maven.plugins</groupId> |
| 273 | <artifactId>maven-dependency-plugin</artifactId> |
| 274 | <executions> |
| 275 | <execution> |
margaretha | db09b03 | 2017-05-30 18:23:31 +0200 | [diff] [blame] | 276 | <phase>package</phase> |
margaretha | 842af33 | 2016-06-14 16:31:05 +0200 | [diff] [blame] | 277 | <goals> |
| 278 | <goal>copy-dependencies</goal> |
| 279 | </goals> |
| 280 | <configuration> |
| 281 | <outputDirectory>${project.build.directory}/../lib</outputDirectory> |
| 282 | </configuration> |
| 283 | </execution> |
| 284 | </executions> |
| 285 | </plugin> |
| 286 | <plugin> |
| 287 | <groupId>org.apache.maven.plugins</groupId> |
| 288 | <artifactId>maven-jar-plugin</artifactId> |
dependabot[bot] | 3a8c00d | 2022-09-16 17:01:55 +0000 | [diff] [blame] | 289 | <version>3.3.0</version> |
margaretha | 842af33 | 2016-06-14 16:31:05 +0200 | [diff] [blame] | 290 | <configuration> |
| 291 | <archive> |
| 292 | <manifest> |
| 293 | <addClasspath>true</addClasspath> |
| 294 | <classpathPrefix>../lib/</classpathPrefix> |
| 295 | <mainClass>de.ids_mannheim.korap.query.serialize.QuerySerializer</mainClass> |
| 296 | </manifest> |
| 297 | </archive> |
| 298 | </configuration> |
| 299 | </plugin> |
| 300 | <plugin> |
| 301 | <!-- This plugin will help to build the ANTLR4 grammar on the fly. The |
| 302 | recipe is based on http://stackoverflow.com/questions/15310628/ customize-maven-to-automatically-create-antlr4-grammar-java-files-on-build --> |
| 303 | <groupId>org.antlr</groupId> |
| 304 | <artifactId>antlr4-maven-plugin</artifactId> |
margaretha | 32f424a | 2021-05-10 15:54:41 +0200 | [diff] [blame] | 305 | <version>${antlr4.version}</version> |
margaretha | 842af33 | 2016-06-14 16:31:05 +0200 | [diff] [blame] | 306 | <executions> |
| 307 | <execution> |
| 308 | <id>poliqarpplus</id> |
| 309 | <goals> |
| 310 | <goal>antlr4</goal> |
| 311 | </goals> |
| 312 | <configuration> |
| 313 | <sourceDirectory>${basedir}/src/main/antlr/poliqarpplus</sourceDirectory> |
| 314 | <outputDirectory>${basedir}/src/main/java/de/ids_mannheim/korap/query/parse/poliqarpplus</outputDirectory> |
| 315 | <libDirectory>${basedir}/src/main/antlr/poliqarpplus</libDirectory> |
| 316 | </configuration> |
margaretha | 5c26075 | 2018-02-12 16:05:51 +0100 | [diff] [blame] | 317 | <!-- <phase>generate-sources</phase> --> |
margaretha | 842af33 | 2016-06-14 16:31:05 +0200 | [diff] [blame] | 318 | </execution> |
| 319 | <execution> |
| 320 | <id>annis</id> |
| 321 | <goals> |
| 322 | <goal>antlr4</goal> |
| 323 | </goals> |
| 324 | <configuration> |
| 325 | <sourceDirectory>${basedir}/src/main/antlr/annis</sourceDirectory> |
| 326 | <outputDirectory>${basedir}/src/main/java/de/ids_mannheim/korap/query/parse/annis</outputDirectory> |
| 327 | <libDirectory>${basedir}/src/main/antlr/annis</libDirectory> |
| 328 | </configuration> |
margaretha | 5c26075 | 2018-02-12 16:05:51 +0100 | [diff] [blame] | 329 | <!-- <phase>generate-sources</phase> --> |
margaretha | 842af33 | 2016-06-14 16:31:05 +0200 | [diff] [blame] | 330 | </execution> |
| 331 | <execution> |
| 332 | <id>collection</id> |
| 333 | <goals> |
| 334 | <goal>antlr4</goal> |
| 335 | </goals> |
| 336 | <configuration> |
| 337 | <sourceDirectory>${basedir}/src/main/antlr/collection</sourceDirectory> |
| 338 | <outputDirectory>${basedir}/src/main/java/de/ids_mannheim/korap/query/parse/collection</outputDirectory> |
| 339 | <libDirectory>${basedir}/src/main/antlr/collection</libDirectory> |
| 340 | </configuration> |
margaretha | 5c26075 | 2018-02-12 16:05:51 +0100 | [diff] [blame] | 341 | <!-- <phase>generate-sources</phase> --> |
margaretha | 842af33 | 2016-06-14 16:31:05 +0200 | [diff] [blame] | 342 | </execution> |
ElenaIrimia | f704614 | 2023-07-26 10:37:20 +0200 | [diff] [blame] | 343 | <execution> |
| 344 | <id>cqp</id> |
| 345 | <goals> |
| 346 | <goal>antlr4</goal> |
| 347 | </goals> |
| 348 | <configuration> |
| 349 | <sourceDirectory>${basedir}/src/main/antlr/cqp</sourceDirectory> |
| 350 | <outputDirectory>${basedir}/src/main/java/de/ids_mannheim/korap/query/parse/cqp</outputDirectory> |
| 351 | <libDirectory>${basedir}/src/main/antlr/cqp</libDirectory> |
| 352 | </configuration> |
| 353 | </execution> |
| 354 | </executions> |
margaretha | 842af33 | 2016-06-14 16:31:05 +0200 | [diff] [blame] | 355 | </plugin> |
| 356 | <plugin> |
| 357 | <!-- This plugin will help to build the ANTLR3 grammar on the fly. The |
| 358 | recipe is based on http://stackoverflow.com/questions/15310628/ customize-maven-to-automatically-create-antlr4-grammar-java-files-on-build --> |
| 359 | <groupId>org.antlr</groupId> |
| 360 | <artifactId>antlr3-maven-plugin</artifactId> |
Akron | 8e28adf | 2020-07-24 14:32:56 +0200 | [diff] [blame] | 361 | <version>${antlr3.version}</version> |
margaretha | 842af33 | 2016-06-14 16:31:05 +0200 | [diff] [blame] | 362 | <configuration> |
| 363 | <sourceDirectory>${basedir}/src/main/antlr/cosmas</sourceDirectory> |
| 364 | <outputDirectory>${basedir}/src/main/java/de/ids_mannheim/korap/query/parse/cosmas</outputDirectory> |
| 365 | <libDirectory>${basedir}/src/main/antlr</libDirectory> |
| 366 | </configuration> |
| 367 | <executions> |
| 368 | <execution> |
| 369 | <goals> |
| 370 | <goal>antlr</goal> |
| 371 | </goals> |
margaretha | 5c26075 | 2018-02-12 16:05:51 +0100 | [diff] [blame] | 372 | <!-- <phase>generate-sources</phase> --> |
margaretha | 842af33 | 2016-06-14 16:31:05 +0200 | [diff] [blame] | 373 | </execution> |
| 374 | </executions> |
| 375 | </plugin> |
| 376 | </plugins> |
Akron | 908a938 | 2021-03-04 17:26:25 +0100 | [diff] [blame] | 377 | <resources> |
| 378 | <resource> |
| 379 | <directory>src/main/resources</directory> |
| 380 | <filtering>true</filtering> |
| 381 | <includes> |
| 382 | <include>koral.info</include> |
| 383 | </includes> |
| 384 | </resource> |
| 385 | </resources> |
ElenaIrimia | f704614 | 2023-07-26 10:37:20 +0200 | [diff] [blame] | 386 | <pluginManagement> |
| 387 | <plugins> |
| 388 | <!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself.--> |
| 389 | <plugin> |
| 390 | <groupId>org.eclipse.m2e</groupId> |
| 391 | <artifactId>lifecycle-mapping</artifactId> |
| 392 | <version>1.0.0</version> |
| 393 | <configuration> |
| 394 | <lifecycleMappingMetadata> |
| 395 | <pluginExecutions> |
| 396 | <pluginExecution> |
| 397 | <pluginExecutionFilter> |
| 398 | <groupId>org.antlr</groupId> |
| 399 | <artifactId> |
| 400 | antlr3-maven-plugin |
| 401 | </artifactId> |
| 402 | <versionRange> |
| 403 | [3.5.2,) |
| 404 | </versionRange> |
| 405 | <goals> |
| 406 | <goal>antlr</goal> |
| 407 | </goals> |
| 408 | </pluginExecutionFilter> |
| 409 | <action> |
| 410 | <ignore></ignore> |
| 411 | </action> |
| 412 | </pluginExecution> |
| 413 | </pluginExecutions> |
| 414 | </lifecycleMappingMetadata> |
| 415 | </configuration> |
| 416 | </plugin> |
| 417 | </plugins> |
| 418 | </pluginManagement> |
margaretha | 842af33 | 2016-06-14 16:31:05 +0200 | [diff] [blame] | 419 | </build> |
Joachim Bingel | 4b405f5 | 2013-11-15 15:29:30 +0000 | [diff] [blame] | 420 | </project> |