108a0c20eSJorgen Austvik<?xml version="1.0" encoding="UTF-8"?> 218446c8aSKnut Anders Hatlen<!-- 318446c8aSKnut Anders Hatlen 418446c8aSKnut Anders HatlenCDDL HEADER START 518446c8aSKnut Anders Hatlen 618446c8aSKnut Anders HatlenThe contents of this file are subject to the terms of the 718446c8aSKnut Anders HatlenCommon Development and Distribution License (the "License"). 818446c8aSKnut Anders HatlenYou may not use this file except in compliance with the License. 918446c8aSKnut Anders Hatlen 1018446c8aSKnut Anders HatlenSee LICENSE.txt included in this distribution for the specific 1118446c8aSKnut Anders Hatlenlanguage governing permissions and limitations under the License. 1218446c8aSKnut Anders Hatlen 1318446c8aSKnut Anders HatlenWhen distributing Covered Code, include this CDDL HEADER in each 1418446c8aSKnut Anders Hatlenfile and include the License file at LICENSE.txt. 1518446c8aSKnut Anders HatlenIf applicable, add the following below this CDDL HEADER, with the 1618446c8aSKnut Anders Hatlenfields enclosed by brackets "[]" replaced with your own identifying 1718446c8aSKnut Anders Hatleninformation: Portions Copyright [yyyy] [name of copyright owner] 1818446c8aSKnut Anders Hatlen 1918446c8aSKnut Anders HatlenCDDL HEADER END 2018446c8aSKnut Anders Hatlen 2156f072caSAdam HornáčekCopyright (c) 2010, 2018, Oracle and/or its affiliates. All rights reserved. 22431a6d7cSChris FrairePortions Copyright (c) 2017-2018, Chris Fraire <cfraire@me.com>. 2318446c8aSKnut Anders Hatlen 2418446c8aSKnut Anders Hatlen--> 250170aac5SAdam Hornáček<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> 2608a0c20eSJorgen Austvik <modelVersion>4.0.0</modelVersion> 2708a0c20eSJorgen Austvik 2808a0c20eSJorgen Austvik <parent> 2956f072caSAdam Hornáček <groupId>org.opengrok</groupId> 306ed99b2dSVladimir Kotal <artifactId>opengrok-top</artifactId> 31506fa6beSVladimir Kotal <version>1.1.2</version> 3208a0c20eSJorgen Austvik </parent> 3308a0c20eSJorgen Austvik 34bb76b0b8SAdam Hornáček <artifactId>opengrok</artifactId> 35506fa6beSVladimir Kotal <version>1.1.2</version> 360170aac5SAdam Hornáček <packaging>jar</packaging> 370170aac5SAdam Hornáček 380170aac5SAdam Hornáček <name>OpenGrok Indexer</name> 390170aac5SAdam Hornáček 40a99355ddSVladimir Kotal <properties> 41a99355ddSVladimir Kotal <version>${project.version}</version> 42a99355ddSVladimir Kotal </properties> 43a99355ddSVladimir Kotal 440170aac5SAdam Hornáček <dependencies> 450170aac5SAdam Hornáček <dependency> 460170aac5SAdam Hornáček <groupId>org.apache.bcel</groupId> 470170aac5SAdam Hornáček <artifactId>bcel</artifactId> 480170aac5SAdam Hornáček </dependency> 490170aac5SAdam Hornáček <dependency> 500170aac5SAdam Hornáček <groupId>org.apache.lucene</groupId> 510170aac5SAdam Hornáček <artifactId>lucene-core</artifactId> 520170aac5SAdam Hornáček </dependency> 530170aac5SAdam Hornáček <dependency> 540170aac5SAdam Hornáček <groupId>org.apache.lucene</groupId> 550170aac5SAdam Hornáček <artifactId>lucene-analyzers-common</artifactId> 560170aac5SAdam Hornáček </dependency> 570170aac5SAdam Hornáček <dependency> 580170aac5SAdam Hornáček <groupId>org.apache.lucene</groupId> 592cacd6e7SAdam Hornáček <artifactId>lucene-highlighter</artifactId> 602cacd6e7SAdam Hornáček </dependency> 612cacd6e7SAdam Hornáček <dependency> 622cacd6e7SAdam Hornáček <groupId>org.apache.lucene</groupId> 632cacd6e7SAdam Hornáček <artifactId>lucene-join</artifactId> 642cacd6e7SAdam Hornáček </dependency> 652cacd6e7SAdam Hornáček <dependency> 662cacd6e7SAdam Hornáček <groupId>org.apache.lucene</groupId> 672cacd6e7SAdam Hornáček <artifactId>lucene-memory</artifactId> 682cacd6e7SAdam Hornáček </dependency> 692cacd6e7SAdam Hornáček <dependency> 702cacd6e7SAdam Hornáček <groupId>org.apache.lucene</groupId> 712cacd6e7SAdam Hornáček <artifactId>lucene-queries</artifactId> 722cacd6e7SAdam Hornáček </dependency> 732cacd6e7SAdam Hornáček <dependency> 742cacd6e7SAdam Hornáček <groupId>org.apache.lucene</groupId> 750170aac5SAdam Hornáček <artifactId>lucene-queryparser</artifactId> 760170aac5SAdam Hornáček </dependency> 770170aac5SAdam Hornáček <dependency> 780170aac5SAdam Hornáček <groupId>org.apache.lucene</groupId> 79f11f248bSAdam Hornáček <artifactId>lucene-backward-codecs</artifactId> 80f11f248bSAdam Hornáček <version>${lucene.version}</version> 81f11f248bSAdam Hornáček </dependency> 82f11f248bSAdam Hornáček <dependency> 83f11f248bSAdam Hornáček <groupId>org.apache.lucene</groupId> 840170aac5SAdam Hornáček <artifactId>lucene-suggest</artifactId> 850170aac5SAdam Hornáček </dependency> 860170aac5SAdam Hornáček <dependency> 870170aac5SAdam Hornáček <groupId>javax.servlet</groupId> 88e393cb49SAdam Hornáček <artifactId>javax.servlet-api</artifactId> 890170aac5SAdam Hornáček </dependency> 900170aac5SAdam Hornáček <dependency> 910170aac5SAdam Hornáček <groupId>com.googlecode.json-simple</groupId> 920170aac5SAdam Hornáček <artifactId>json-simple</artifactId> 930170aac5SAdam Hornáček </dependency> 940170aac5SAdam Hornáček <dependency> 950170aac5SAdam Hornáček <groupId>org.apache.ant</groupId> 960170aac5SAdam Hornáček <artifactId>ant</artifactId> 970170aac5SAdam Hornáček </dependency> 981a2bb6b6SAdam Hornáček <dependency> <!-- TODO: remove! (moving Messages to web module) --> 991a2bb6b6SAdam Hornáček <groupId>org.glassfish.jersey.ext</groupId> 1001a2bb6b6SAdam Hornáček <artifactId>jersey-bean-validation</artifactId> 1014ce4e2b9SAdam Hornáček <version>${jersey.version}</version> 1024ce4e2b9SAdam Hornáček </dependency> 1034ce4e2b9SAdam Hornáček <dependency> 1044ce4e2b9SAdam Hornáček <groupId>org.glassfish.jersey.media</groupId> 1054ce4e2b9SAdam Hornáček <artifactId>jersey-media-json-jackson</artifactId> 1064ce4e2b9SAdam Hornáček <version>${jersey.version}</version> 1074ce4e2b9SAdam Hornáček </dependency> 1084ce4e2b9SAdam Hornáček <dependency> 1091a2bb6b6SAdam Hornáček <groupId>org.glassfish.jersey.core</groupId> 1101a2bb6b6SAdam Hornáček <artifactId>jersey-client</artifactId> 1114ce4e2b9SAdam Hornáček <version>${jersey.version}</version> 1124ce4e2b9SAdam Hornáček </dependency> 1134ce4e2b9SAdam Hornáček <dependency> 1141a2bb6b6SAdam Hornáček <groupId>org.glassfish.jersey.inject</groupId> 1151a2bb6b6SAdam Hornáček <artifactId>jersey-hk2</artifactId> 1161a2bb6b6SAdam Hornáček <version>${jersey.version}</version> 1174ce4e2b9SAdam Hornáček </dependency> 1184ce4e2b9SAdam Hornáček <dependency> 1190170aac5SAdam Hornáček <groupId>junit</groupId> 1200170aac5SAdam Hornáček <artifactId>junit</artifactId> 1210170aac5SAdam Hornáček <scope>test</scope> 1220170aac5SAdam Hornáček </dependency> 1231a2bb6b6SAdam Hornáček <dependency> <!-- TODO: remove! (moving Messages to web module) --> 1244ce4e2b9SAdam Hornáček <groupId>org.awaitility</groupId> 1254ce4e2b9SAdam Hornáček <artifactId>awaitility</artifactId> 1264ce4e2b9SAdam Hornáček <version>3.1.0</version> 1274ce4e2b9SAdam Hornáček <scope>test</scope> 1284ce4e2b9SAdam Hornáček </dependency> 129911e8af0SAdam Hornáček <dependency> 130911e8af0SAdam Hornáček <groupId>org.glassfish.jersey.test-framework.providers</groupId> 131911e8af0SAdam Hornáček <artifactId>jersey-test-framework-provider-grizzly2</artifactId> 132911e8af0SAdam Hornáček <version>${jersey.version}</version> 133911e8af0SAdam Hornáček <scope>test</scope> 134911e8af0SAdam Hornáček </dependency> 135911e8af0SAdam Hornáček <dependency> 136911e8af0SAdam Hornáček <groupId>org.mockito</groupId> 137911e8af0SAdam Hornáček <artifactId>mockito-core</artifactId> 138911e8af0SAdam Hornáček <version>2.19.0</version> 139911e8af0SAdam Hornáček <scope>test</scope> 140911e8af0SAdam Hornáček </dependency> 141a55b429eSAdam Hornáček <dependency> 142a55b429eSAdam Hornáček <groupId>com.cronutils</groupId> 143a55b429eSAdam Hornáček <artifactId>cron-utils</artifactId> 144a55b429eSAdam Hornáček <version>7.0.2</version> 145a55b429eSAdam Hornáček </dependency> 1463bd78204SVladimir Kotal <dependency> 1473bd78204SVladimir Kotal <groupId>org.jvnet.hudson</groupId> 1483bd78204SVladimir Kotal <artifactId>org.suigeneris.jrcs.diff</artifactId> 1493bd78204SVladimir Kotal <version>0.4.2</version> 1503bd78204SVladimir Kotal </dependency> 1513bd78204SVladimir Kotal <dependency> 1523bd78204SVladimir Kotal <groupId>org.jvnet.hudson</groupId> 1533bd78204SVladimir Kotal <artifactId>org.suigeneris.jrcs.rcs</artifactId> 1543bd78204SVladimir Kotal <version>0.4.2</version> 1553bd78204SVladimir Kotal </dependency> 156fd8f155eSVladimir Kotal <dependency> 157fd8f155eSVladimir Kotal <groupId>javax.xml.bind</groupId> 158fd8f155eSVladimir Kotal <artifactId>jaxb-api</artifactId> 159fd8f155eSVladimir Kotal <version>2.3.0</version> 160fd8f155eSVladimir Kotal </dependency> 161fd8f155eSVladimir Kotal <dependency> 162fd8f155eSVladimir Kotal <groupId>com.sun.xml.bind</groupId> 163fd8f155eSVladimir Kotal <artifactId>jaxb-core</artifactId> 164fd8f155eSVladimir Kotal <version>2.3.0</version> 165fd8f155eSVladimir Kotal </dependency> 166fd8f155eSVladimir Kotal <dependency> 167fd8f155eSVladimir Kotal <groupId>com.sun.xml.bind</groupId> 168fd8f155eSVladimir Kotal <artifactId>jaxb-impl</artifactId> 169fd8f155eSVladimir Kotal <version>2.3.0</version> 170fd8f155eSVladimir Kotal </dependency> 171fd8f155eSVladimir Kotal <dependency> 172fd8f155eSVladimir Kotal <groupId>javax.activation</groupId> 173fd8f155eSVladimir Kotal <artifactId>activation</artifactId> 174fd8f155eSVladimir Kotal <version>1.1.1</version> 175fd8f155eSVladimir Kotal </dependency> 176*7eb5e2ffSVladimir Kotal <dependency> 177*7eb5e2ffSVladimir Kotal <groupId>com.fasterxml.jackson.core</groupId> 178*7eb5e2ffSVladimir Kotal <artifactId>jackson-databind</artifactId> 179*7eb5e2ffSVladimir Kotal <version>${jackson.version}</version> 180*7eb5e2ffSVladimir Kotal </dependency> 181*7eb5e2ffSVladimir Kotal <dependency> 182*7eb5e2ffSVladimir Kotal <groupId>com.fasterxml.jackson.core</groupId> 183*7eb5e2ffSVladimir Kotal <artifactId>jackson-annotations</artifactId> 184*7eb5e2ffSVladimir Kotal <version>${jackson.version}</version> 185*7eb5e2ffSVladimir Kotal </dependency> 1860170aac5SAdam Hornáček </dependencies> 1870170aac5SAdam Hornáček 18808a0c20eSJorgen Austvik <build> 18908a0c20eSJorgen Austvik <plugins> 1903e49081eSLubos Kosco<!-- jflex:generate plugin HAS to be the first one which runs in generate-sources phase!!! --> 1913e49081eSLubos Kosco <plugin> 1923e49081eSLubos Kosco <groupId>de.jflex</groupId> 1933e49081eSLubos Kosco <artifactId>jflex-maven-plugin</artifactId> 1943e49081eSLubos Kosco <version>1.7.0</version> 1953e49081eSLubos Kosco <executions> 1963e49081eSLubos Kosco <execution> 1973e49081eSLubos Kosco <goals> 1983e49081eSLubos Kosco <goal>generate</goal> 1993e49081eSLubos Kosco </goals> 2003e49081eSLubos Kosco <configuration> 2013e49081eSLubos Kosco <lexDefinitions> 2023e49081eSLubos Kosco <lexDefinition>${basedir}/target/jflex-sources</lexDefinition> 2033e49081eSLubos Kosco </lexDefinitions> 2043e49081eSLubos Kosco </configuration> 2053e49081eSLubos Kosco </execution> 2063e49081eSLubos Kosco </executions> 2073e49081eSLubos Kosco </plugin> 2083e49081eSLubos Kosco 209a99355ddSVladimir Kotal <plugin> 210a99355ddSVladimir Kotal <groupId>pl.project13.maven</groupId> 211a99355ddSVladimir Kotal <artifactId>git-commit-id-plugin</artifactId> 212a99355ddSVladimir Kotal <version>2.2.4</version> 213a99355ddSVladimir Kotal <configuration> 214a99355ddSVladimir Kotal <includeOnlyProperties> 215ba73b440SKryštof Tulinger <includeOnlyProperty>^git.commit.id</includeOnlyProperty> 216a99355ddSVladimir Kotal </includeOnlyProperties> 217a99355ddSVladimir Kotal </configuration> 218a99355ddSVladimir Kotal <executions> 219a99355ddSVladimir Kotal <execution> 220a99355ddSVladimir Kotal <id>get-the-git-infos</id> 221a99355ddSVladimir Kotal <goals> 222a99355ddSVladimir Kotal <goal>revision</goal> 223a99355ddSVladimir Kotal </goals> 224a99355ddSVladimir Kotal <phase>initialize</phase> 225a99355ddSVladimir Kotal </execution> 226a99355ddSVladimir Kotal <execution> 227a99355ddSVladimir Kotal <id>validate-the-git-infos</id> 228a99355ddSVladimir Kotal <goals> 229a99355ddSVladimir Kotal <goal>validateRevision</goal> 230a99355ddSVladimir Kotal </goals> 231a99355ddSVladimir Kotal <phase>package</phase> 232a99355ddSVladimir Kotal </execution> 233a99355ddSVladimir Kotal </executions> 234a99355ddSVladimir Kotal </plugin> 235a99355ddSVladimir Kotal <plugin> 236a99355ddSVladimir Kotal <groupId>org.codehaus.mojo</groupId> 237a99355ddSVladimir Kotal <artifactId>properties-maven-plugin</artifactId> 238a99355ddSVladimir Kotal <version>1.0.0</version> 239a99355ddSVladimir Kotal <executions> 240a99355ddSVladimir Kotal <execution> 241a99355ddSVladimir Kotal <id>generate-info-properties</id> 242a99355ddSVladimir Kotal <phase>generate-resources</phase> 243a99355ddSVladimir Kotal <goals> 244a99355ddSVladimir Kotal <goal>write-project-properties</goal> 245a99355ddSVladimir Kotal </goals> 246a99355ddSVladimir Kotal <configuration> 247a99355ddSVladimir Kotal <outputFile> 248a99355ddSVladimir Kotal ${project.build.outputDirectory}/org/opengrok/indexer/info.properties 249a99355ddSVladimir Kotal </outputFile> 250a99355ddSVladimir Kotal </configuration> 251a99355ddSVladimir Kotal </execution> 252a99355ddSVladimir Kotal </executions> 253a99355ddSVladimir Kotal </plugin> 254a99355ddSVladimir Kotal <plugin> 255a99355ddSVladimir Kotal <groupId>com.google.code.maven-replacer-plugin</groupId> 256a99355ddSVladimir Kotal <artifactId>replacer</artifactId> 257a99355ddSVladimir Kotal <version>1.5.3</version> 258a99355ddSVladimir Kotal <executions> 259a99355ddSVladimir Kotal <execution> 260a99355ddSVladimir Kotal <id>perform-git-substitutions</id> 261a99355ddSVladimir Kotal <goals> 262a99355ddSVladimir Kotal <goal>replace</goal> 263a99355ddSVladimir Kotal </goals> 264a99355ddSVladimir Kotal <phase>process-resources</phase> 265a99355ddSVladimir Kotal <configuration> 266a99355ddSVladimir Kotal <filesToInclude> 267a99355ddSVladimir Kotal ${project.build.outputDirectory}/org/opengrok/indexer/info.properties 268a99355ddSVladimir Kotal </filesToInclude> 269a99355ddSVladimir Kotal <replacements> 270a99355ddSVladimir Kotal <replacement> 271ba73b440SKryštof Tulinger <token>git.commit.id.abbrev</token> 272ba73b440SKryštof Tulinger <value>changeset_short</value> 273ba73b440SKryštof Tulinger </replacement> 274ba73b440SKryštof Tulinger <replacement> 275a99355ddSVladimir Kotal <token>git.commit.id</token> 276a99355ddSVladimir Kotal <value>changeset</value> 277a99355ddSVladimir Kotal </replacement> 278a99355ddSVladimir Kotal </replacements> 279a99355ddSVladimir Kotal <quiet>false</quiet> 280a99355ddSVladimir Kotal </configuration> 281a99355ddSVladimir Kotal </execution> 282a329c371SVladimir Kotal <execution> 283a329c371SVladimir Kotal <!-- patches jflex generated files to stop increasing buffer beyond token size that lucene accepts 284a329c371SVladimir Kotal https://github.com/OpenGrok/OpenGrok/issues/1170 make parsers stop producing tokens > 32766 chars 285a329c371SVladimir Kotal at least for PlainFullTokenizer, PlainSymbolTokenizer, JavaScriptSymbolTokenizer, JavaSymbolTokenizer 286a329c371SVladimir Kotal use below 287a329c371SVladimir Kotal --> 288a329c371SVladimir Kotal <id>replace-in-jflex-sources</id> 289a329c371SVladimir Kotal <phase>generate-sources</phase> 290a329c371SVladimir Kotal <goals> 291a329c371SVladimir Kotal <goal>replace</goal> 292a329c371SVladimir Kotal </goals> 293a329c371SVladimir Kotal <configuration> 294a329c371SVladimir Kotal <filesToInclude> 2953e49081eSLubos Kosco ${basedir}/target/generated-sources/jflex/org/opengrok/indexer/analysis/java/JavaSymbolTokenizer.java,${basedir}/target/generated-sources/jflex/org/opengrok/indexer/analysis/javascript/JavaScriptSymbolTokenizer.java,${basedir}/target/generated-sources/jflex/org/opengrok/indexer/analysis/json/JsonSymbolTokenizer.java,${basedir}/target/generated-sources/jflex/org/opengrok/indexer/analysis/plain/PlainFullTokenizer.java,${basedir}/target/generated-sources/jflex/org/opengrok/indexer/analysis/plain/PlainSymbolTokenizer.java 296a329c371SVladimir Kotal </filesToInclude> 297a329c371SVladimir Kotal <replacements> 2983db07792SVladimir Kotal <!-- 2993db07792SVladimir Kotal needed for HTML 5 compliance (javadoc in JDK 11) 3003db07792SVladimir Kotal workaround for https://github.com/jflex-de/jflex/issues/534 3013db07792SVladimir Kotal --> 3023db07792SVladimir Kotal <replacement> 3033db07792SVladimir Kotal <tokenFile>${basedir}/jflex-tt.txt</tokenFile> 3043db07792SVladimir Kotal <valueFile>${basedir}/jflex-code.txt</valueFile> 3053db07792SVladimir Kotal </replacement> 3063db07792SVladimir Kotal <replacement> 3073db07792SVladimir Kotal <tokenFile>${basedir}/jflex-tt-end.txt</tokenFile> 3083db07792SVladimir Kotal <valueFile>${basedir}/jflex-code-end.txt</valueFile> 3093db07792SVladimir Kotal </replacement> 3103db07792SVladimir Kotal 311a329c371SVladimir Kotal <replacement> 312a329c371SVladimir Kotal <token>private static final int ZZ_BUFFERSIZE =</token> 313a329c371SVladimir Kotal <value>private int ZZ_BUFFERSIZE =</value> 314a329c371SVladimir Kotal </replacement> 315a329c371SVladimir Kotal <replacement> 316a329c371SVladimir Kotal <token>int requested = zzBuffer\.length - zzEndRead;</token> 317a329c371SVladimir Kotal <value>int requested = zzBuffer.length - zzEndRead - zzFinalHighSurrogate;</value> 318a329c371SVladimir Kotal </replacement> 319a329c371SVladimir Kotal <replacement> 320a329c371SVladimir Kotal <token>(zzFinalHighSurrogate = 1;)(\r?\n)</token> 321a329c371SVladimir Kotal <value>$1$2 if (numRead == 1) { return true; }$2</value> 322a329c371SVladimir Kotal </replacement> 323a329c371SVladimir Kotal <replacement> 324a329c371SVladimir Kotal <token>[ \t]*/\* is the buffer big enough\? \*/\s+if \(zzCurrentPos >= zzBuffer\.length.*?\}[ \t]*\r?\n</token> 325a329c371SVladimir Kotal <value></value> 326a329c371SVladimir Kotal </replacement> 327a329c371SVladimir Kotal <!-- also revert 0 character check that got in with 1.6.1 : https://github.com/jflex-de/jflex/blob/master/jflex/examples/zero-reader/README.md --> 328a329c371SVladimir Kotal <replacement> 329a329c371SVladimir Kotal <token>[ \t]*/\* not supposed to occur according to specification of java\.io\.Reader \*/\s+if \(numRead == 0.*?\}[ \t]*\r?\n</token> 330a329c371SVladimir Kotal <value></value> 331a329c371SVladimir Kotal </replacement> 332a329c371SVladimir Kotal </replacements> 333a329c371SVladimir Kotal <regexFlags> 334a329c371SVladimir Kotal <regexFlag>DOTALL</regexFlag> 335a329c371SVladimir Kotal </regexFlags> 336a329c371SVladimir Kotal </configuration> 337a329c371SVladimir Kotal </execution> 3383db07792SVladimir Kotal 3393db07792SVladimir Kotal <execution> 3403db07792SVladimir Kotal <!-- 3413db07792SVladimir Kotal needed for HTML 5 compliance (javadoc in JDK 11) 3423db07792SVladimir Kotal workaround for https://github.com/jflex-de/jflex/issues/534 3433db07792SVladimir Kotal --> 3443db07792SVladimir Kotal <id>replace-tt-with-code-in-jflex-sources</id> 3453db07792SVladimir Kotal <phase>generate-sources</phase> 3463db07792SVladimir Kotal 3473db07792SVladimir Kotal <goals> 3483db07792SVladimir Kotal <goal>replace</goal> 3493db07792SVladimir Kotal </goals> 3503db07792SVladimir Kotal <configuration> 3513db07792SVladimir Kotal <filesToInclude> 3523db07792SVladimir Kotal ${basedir}/target/generated-sources/jflex/**/*.java 3533db07792SVladimir Kotal </filesToInclude> 3543db07792SVladimir Kotal <replacements> 3553db07792SVladimir Kotal <replacement> 3563db07792SVladimir Kotal <tokenFile>${basedir}/jflex-tt.txt</tokenFile> 3573db07792SVladimir Kotal <valueFile>${basedir}/jflex-code.txt</valueFile> 3583db07792SVladimir Kotal </replacement> 3593db07792SVladimir Kotal <replacement> 3603db07792SVladimir Kotal <tokenFile>${basedir}/jflex-tt-end.txt</tokenFile> 3613db07792SVladimir Kotal <valueFile>${basedir}/jflex-code-end.txt</valueFile> 3623db07792SVladimir Kotal </replacement> 3633db07792SVladimir Kotal </replacements> 3643db07792SVladimir Kotal </configuration> 3653db07792SVladimir Kotal </execution> 366a99355ddSVladimir Kotal </executions> 367a99355ddSVladimir Kotal </plugin> 368e0f7ec00SKnut Anders Hatlen <plugin> 369e0f7ec00SKnut Anders Hatlen <groupId>org.apache.maven.plugins</groupId> 370e0f7ec00SKnut Anders Hatlen <artifactId>maven-jar-plugin</artifactId> 3719f619df4SLubos Kosco <version>3.0.2</version> 372e0f7ec00SKnut Anders Hatlen <configuration> 373e0f7ec00SKnut Anders Hatlen <archive> 374e0f7ec00SKnut Anders Hatlen <manifest> 375686556f2SAdam Hornáček <mainClass>org.opengrok.indexer.index.Indexer</mainClass> 376e0f7ec00SKnut Anders Hatlen <addClasspath>true</addClasspath> 377e0f7ec00SKnut Anders Hatlen <classpathPrefix>lib/</classpathPrefix> 378e0f7ec00SKnut Anders Hatlen </manifest> 379e0f7ec00SKnut Anders Hatlen <manifestEntries> 380e0f7ec00SKnut Anders Hatlen </manifestEntries> 381e0f7ec00SKnut Anders Hatlen </archive> 382e0f7ec00SKnut Anders Hatlen </configuration> 3831a2bb6b6SAdam Hornáček <executions> <!-- so the web module can use test classes from indexer module --> 3841a2bb6b6SAdam Hornáček <execution> 3851a2bb6b6SAdam Hornáček <goals> 3861a2bb6b6SAdam Hornáček <goal>test-jar</goal> 3871a2bb6b6SAdam Hornáček </goals> 3881a2bb6b6SAdam Hornáček </execution> 3891a2bb6b6SAdam Hornáček </executions> 390e0f7ec00SKnut Anders Hatlen </plugin> 391e0f7ec00SKnut Anders Hatlen 39208a0c20eSJorgen Austvik <plugin> 39345ec3841SLubos Kosco <groupId>org.apache.maven.plugins</groupId> 3942e3d7e6eSJorgen Austvik <artifactId>maven-antrun-plugin</artifactId> 3959f619df4SLubos Kosco <version>1.8</version> 3962e3d7e6eSJorgen Austvik <executions> 3972e3d7e6eSJorgen Austvik <execution> 39858f88ff1SChris Fraire <id>collect-lex-lexh</id> 39958f88ff1SChris Fraire <phase>initialize</phase> 40058f88ff1SChris Fraire <configuration> 40158f88ff1SChris Fraire <target> 402eeb7e5b3SAdam Hornáček <property name="src.dir" value="src/main/resources"/> 40358f88ff1SChris Fraire <property name="tgt.dir" value="${basedir}/target/jflex-sources"/> 40458f88ff1SChris Fraire <ant target="-collect-lex-lexh"/> 40558f88ff1SChris Fraire </target> 40658f88ff1SChris Fraire </configuration> 40758f88ff1SChris Fraire <goals> 40858f88ff1SChris Fraire <goal>run</goal> 40958f88ff1SChris Fraire </goals> 41058f88ff1SChris Fraire </execution> 41158f88ff1SChris Fraire <execution> 4122e3d7e6eSJorgen Austvik <id>build-config-files</id> 4132e3d7e6eSJorgen Austvik <phase>process-test-classes</phase> 4142e3d7e6eSJorgen Austvik <goals> 4152e3d7e6eSJorgen Austvik <goal>run</goal> 4162e3d7e6eSJorgen Austvik </goals> 4172e3d7e6eSJorgen Austvik <configuration> 41829fe9da1SChris Fraire <target unless="skipTests"> 41918446c8aSKnut Anders Hatlen <ant target="-post-compile-test"/> 42018446c8aSKnut Anders Hatlen </target> 4212e3d7e6eSJorgen Austvik </configuration> 4222e3d7e6eSJorgen Austvik </execution> 4232e3d7e6eSJorgen Austvik </executions> 4242e3d7e6eSJorgen Austvik </plugin> 4252e3d7e6eSJorgen Austvik 426aa4907e2SLubos Kosco <plugin> 427aa4907e2SLubos Kosco <groupId>org.apache.maven.plugins</groupId> 4283db07792SVladimir Kotal <artifactId>maven-checkstyle-plugin</artifactId> 4293db07792SVladimir Kotal </plugin> 4303db07792SVladimir Kotal <plugin> 4313db07792SVladimir Kotal <groupId>org.apache.maven.plugins</groupId> 432aa4907e2SLubos Kosco <artifactId>maven-surefire-plugin</artifactId> 433aa4907e2SLubos Kosco <configuration> 434aa4907e2SLubos Kosco <excludes> 435aa4907e2SLubos Kosco <!-- Test helper class with name that confuses surefire --> 436aa4907e2SLubos Kosco <exclude>**/TestRepository.java</exclude> 437aa4907e2SLubos Kosco </excludes> 4383db07792SVladimir Kotal <argLine>@{surefireArgLine}</argLine> 439aa4907e2SLubos Kosco </configuration> 440aa4907e2SLubos Kosco </plugin> 44108a0c20eSJorgen Austvik </plugins> 44208a0c20eSJorgen Austvik </build> 44308a0c20eSJorgen Austvik 4443db07792SVladimir Kotal <profiles> 4453db07792SVladimir Kotal <profile> 4463db07792SVladimir Kotal <id>java9plus</id> 4473db07792SVladimir Kotal <activation> 4483db07792SVladimir Kotal <jdk>[9,18]</jdk> 4493db07792SVladimir Kotal </activation> 4503db07792SVladimir Kotal <build> 4513db07792SVladimir Kotal <plugins> 4523db07792SVladimir Kotal <plugin> 4533db07792SVladimir Kotal <groupId>org.apache.maven.plugins</groupId> 4543db07792SVladimir Kotal <artifactId>maven-surefire-plugin</artifactId> 4553db07792SVladimir Kotal <configuration> 4563db07792SVladimir Kotal <excludes> 4573db07792SVladimir Kotal <!-- Test helper class with name that confuses surefire --> 4583db07792SVladimir Kotal <exclude>**/TestRepository.java</exclude> 4593db07792SVladimir Kotal </excludes> 4603db07792SVladimir Kotal <argLine> 4613db07792SVladimir Kotal @{surefireArgLine} 4623db07792SVladimir Kotal --illegal-access=permit 4633db07792SVladimir Kotal </argLine> 4643db07792SVladimir Kotal </configuration> 4653db07792SVladimir Kotal </plugin> 4663db07792SVladimir Kotal </plugins> 4673db07792SVladimir Kotal </build> 4683db07792SVladimir Kotal </profile> 4693db07792SVladimir Kotal </profiles> 4703db07792SVladimir Kotal 47108a0c20eSJorgen Austvik</project> 472