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> 31aa447659SVladimir Kotal <version>1.1-rc79</version> 3208a0c20eSJorgen Austvik </parent> 3308a0c20eSJorgen Austvik 34bb76b0b8SAdam Hornáček <artifactId>opengrok</artifactId> 35aa447659SVladimir Kotal <version>1.1-rc79</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> 1760170aac5SAdam Hornáček </dependencies> 1770170aac5SAdam Hornáček 17808a0c20eSJorgen Austvik <build> 17908a0c20eSJorgen Austvik <plugins> 180*3e49081eSLubos Kosco<!-- jflex:generate plugin HAS to be the first one which runs in generate-sources phase!!! --> 181*3e49081eSLubos Kosco <plugin> 182*3e49081eSLubos Kosco <groupId>de.jflex</groupId> 183*3e49081eSLubos Kosco <artifactId>jflex-maven-plugin</artifactId> 184*3e49081eSLubos Kosco <version>1.7.0</version> 185*3e49081eSLubos Kosco <executions> 186*3e49081eSLubos Kosco <execution> 187*3e49081eSLubos Kosco <goals> 188*3e49081eSLubos Kosco <goal>generate</goal> 189*3e49081eSLubos Kosco </goals> 190*3e49081eSLubos Kosco <configuration> 191*3e49081eSLubos Kosco <lexDefinitions> 192*3e49081eSLubos Kosco <lexDefinition>${basedir}/target/jflex-sources</lexDefinition> 193*3e49081eSLubos Kosco </lexDefinitions> 194*3e49081eSLubos Kosco </configuration> 195*3e49081eSLubos Kosco </execution> 196*3e49081eSLubos Kosco </executions> 197*3e49081eSLubos Kosco </plugin> 198*3e49081eSLubos Kosco 199a99355ddSVladimir Kotal <plugin> 200a99355ddSVladimir Kotal <groupId>pl.project13.maven</groupId> 201a99355ddSVladimir Kotal <artifactId>git-commit-id-plugin</artifactId> 202a99355ddSVladimir Kotal <version>2.2.4</version> 203a99355ddSVladimir Kotal <configuration> 204a99355ddSVladimir Kotal <includeOnlyProperties> 205a99355ddSVladimir Kotal <includeOnlyProperty>^git.commit.id$</includeOnlyProperty> 206a99355ddSVladimir Kotal </includeOnlyProperties> 207a99355ddSVladimir Kotal </configuration> 208a99355ddSVladimir Kotal <executions> 209a99355ddSVladimir Kotal <execution> 210a99355ddSVladimir Kotal <id>get-the-git-infos</id> 211a99355ddSVladimir Kotal <goals> 212a99355ddSVladimir Kotal <goal>revision</goal> 213a99355ddSVladimir Kotal </goals> 214a99355ddSVladimir Kotal <phase>initialize</phase> 215a99355ddSVladimir Kotal </execution> 216a99355ddSVladimir Kotal <execution> 217a99355ddSVladimir Kotal <id>validate-the-git-infos</id> 218a99355ddSVladimir Kotal <goals> 219a99355ddSVladimir Kotal <goal>validateRevision</goal> 220a99355ddSVladimir Kotal </goals> 221a99355ddSVladimir Kotal <phase>package</phase> 222a99355ddSVladimir Kotal </execution> 223a99355ddSVladimir Kotal </executions> 224a99355ddSVladimir Kotal </plugin> 225a99355ddSVladimir Kotal <plugin> 226a99355ddSVladimir Kotal <groupId>org.codehaus.mojo</groupId> 227a99355ddSVladimir Kotal <artifactId>properties-maven-plugin</artifactId> 228a99355ddSVladimir Kotal <version>1.0.0</version> 229a99355ddSVladimir Kotal <executions> 230a99355ddSVladimir Kotal <execution> 231a99355ddSVladimir Kotal <id>generate-info-properties</id> 232a99355ddSVladimir Kotal <phase>generate-resources</phase> 233a99355ddSVladimir Kotal <goals> 234a99355ddSVladimir Kotal <goal>write-project-properties</goal> 235a99355ddSVladimir Kotal </goals> 236a99355ddSVladimir Kotal <configuration> 237a99355ddSVladimir Kotal <outputFile> 238a99355ddSVladimir Kotal ${project.build.outputDirectory}/org/opengrok/indexer/info.properties 239a99355ddSVladimir Kotal </outputFile> 240a99355ddSVladimir Kotal </configuration> 241a99355ddSVladimir Kotal </execution> 242a99355ddSVladimir Kotal </executions> 243a99355ddSVladimir Kotal </plugin> 244a99355ddSVladimir Kotal <plugin> 245a99355ddSVladimir Kotal <groupId>com.google.code.maven-replacer-plugin</groupId> 246a99355ddSVladimir Kotal <artifactId>replacer</artifactId> 247a99355ddSVladimir Kotal <version>1.5.3</version> 248a99355ddSVladimir Kotal <executions> 249a99355ddSVladimir Kotal <execution> 250a99355ddSVladimir Kotal <id>perform-git-substitutions</id> 251a99355ddSVladimir Kotal <goals> 252a99355ddSVladimir Kotal <goal>replace</goal> 253a99355ddSVladimir Kotal </goals> 254a99355ddSVladimir Kotal <phase>process-resources</phase> 255a99355ddSVladimir Kotal <configuration> 256a99355ddSVladimir Kotal <filesToInclude> 257a99355ddSVladimir Kotal ${project.build.outputDirectory}/org/opengrok/indexer/info.properties 258a99355ddSVladimir Kotal </filesToInclude> 259a99355ddSVladimir Kotal <replacements> 260a99355ddSVladimir Kotal <replacement> 261a99355ddSVladimir Kotal <token>git.commit.id</token> 262a99355ddSVladimir Kotal <value>changeset</value> 263a99355ddSVladimir Kotal </replacement> 264a99355ddSVladimir Kotal </replacements> 265a99355ddSVladimir Kotal <quiet>false</quiet> 266a99355ddSVladimir Kotal </configuration> 267a99355ddSVladimir Kotal </execution> 268a329c371SVladimir Kotal <execution> 269a329c371SVladimir Kotal <!-- patches jflex generated files to stop increasing buffer beyond token size that lucene accepts 270a329c371SVladimir Kotal https://github.com/OpenGrok/OpenGrok/issues/1170 make parsers stop producing tokens > 32766 chars 271a329c371SVladimir Kotal at least for PlainFullTokenizer, PlainSymbolTokenizer, JavaScriptSymbolTokenizer, JavaSymbolTokenizer 272a329c371SVladimir Kotal use below 273a329c371SVladimir Kotal --> 274a329c371SVladimir Kotal <id>replace-in-jflex-sources</id> 275a329c371SVladimir Kotal <phase>generate-sources</phase> 276a329c371SVladimir Kotal <goals> 277a329c371SVladimir Kotal <goal>replace</goal> 278a329c371SVladimir Kotal </goals> 279a329c371SVladimir Kotal <configuration> 280a329c371SVladimir Kotal <filesToInclude> 281*3e49081eSLubos 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 282a329c371SVladimir Kotal </filesToInclude> 283a329c371SVladimir Kotal <replacements> 2843db07792SVladimir Kotal <!-- 2853db07792SVladimir Kotal needed for HTML 5 compliance (javadoc in JDK 11) 2863db07792SVladimir Kotal workaround for https://github.com/jflex-de/jflex/issues/534 2873db07792SVladimir Kotal --> 2883db07792SVladimir Kotal <replacement> 2893db07792SVladimir Kotal <tokenFile>${basedir}/jflex-tt.txt</tokenFile> 2903db07792SVladimir Kotal <valueFile>${basedir}/jflex-code.txt</valueFile> 2913db07792SVladimir Kotal </replacement> 2923db07792SVladimir Kotal <replacement> 2933db07792SVladimir Kotal <tokenFile>${basedir}/jflex-tt-end.txt</tokenFile> 2943db07792SVladimir Kotal <valueFile>${basedir}/jflex-code-end.txt</valueFile> 2953db07792SVladimir Kotal </replacement> 2963db07792SVladimir Kotal 297a329c371SVladimir Kotal <replacement> 298a329c371SVladimir Kotal <token>private static final int ZZ_BUFFERSIZE =</token> 299a329c371SVladimir Kotal <value>private int ZZ_BUFFERSIZE =</value> 300a329c371SVladimir Kotal </replacement> 301a329c371SVladimir Kotal <replacement> 302a329c371SVladimir Kotal <token>int requested = zzBuffer\.length - zzEndRead;</token> 303a329c371SVladimir Kotal <value>int requested = zzBuffer.length - zzEndRead - zzFinalHighSurrogate;</value> 304a329c371SVladimir Kotal </replacement> 305a329c371SVladimir Kotal <replacement> 306a329c371SVladimir Kotal <token>(zzFinalHighSurrogate = 1;)(\r?\n)</token> 307a329c371SVladimir Kotal <value>$1$2 if (numRead == 1) { return true; }$2</value> 308a329c371SVladimir Kotal </replacement> 309a329c371SVladimir Kotal <replacement> 310a329c371SVladimir Kotal <token>[ \t]*/\* is the buffer big enough\? \*/\s+if \(zzCurrentPos >= zzBuffer\.length.*?\}[ \t]*\r?\n</token> 311a329c371SVladimir Kotal <value></value> 312a329c371SVladimir Kotal </replacement> 313a329c371SVladimir 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 --> 314a329c371SVladimir Kotal <replacement> 315a329c371SVladimir Kotal <token>[ \t]*/\* not supposed to occur according to specification of java\.io\.Reader \*/\s+if \(numRead == 0.*?\}[ \t]*\r?\n</token> 316a329c371SVladimir Kotal <value></value> 317a329c371SVladimir Kotal </replacement> 318a329c371SVladimir Kotal </replacements> 319a329c371SVladimir Kotal <regexFlags> 320a329c371SVladimir Kotal <regexFlag>DOTALL</regexFlag> 321a329c371SVladimir Kotal </regexFlags> 322a329c371SVladimir Kotal </configuration> 323a329c371SVladimir Kotal </execution> 3243db07792SVladimir Kotal 3253db07792SVladimir Kotal <execution> 3263db07792SVladimir Kotal <!-- 3273db07792SVladimir Kotal needed for HTML 5 compliance (javadoc in JDK 11) 3283db07792SVladimir Kotal workaround for https://github.com/jflex-de/jflex/issues/534 3293db07792SVladimir Kotal --> 3303db07792SVladimir Kotal <id>replace-tt-with-code-in-jflex-sources</id> 3313db07792SVladimir Kotal <phase>generate-sources</phase> 3323db07792SVladimir Kotal 3333db07792SVladimir Kotal <goals> 3343db07792SVladimir Kotal <goal>replace</goal> 3353db07792SVladimir Kotal </goals> 3363db07792SVladimir Kotal <configuration> 3373db07792SVladimir Kotal <filesToInclude> 3383db07792SVladimir Kotal ${basedir}/target/generated-sources/jflex/**/*.java 3393db07792SVladimir Kotal </filesToInclude> 3403db07792SVladimir Kotal <replacements> 3413db07792SVladimir Kotal <replacement> 3423db07792SVladimir Kotal <tokenFile>${basedir}/jflex-tt.txt</tokenFile> 3433db07792SVladimir Kotal <valueFile>${basedir}/jflex-code.txt</valueFile> 3443db07792SVladimir Kotal </replacement> 3453db07792SVladimir Kotal <replacement> 3463db07792SVladimir Kotal <tokenFile>${basedir}/jflex-tt-end.txt</tokenFile> 3473db07792SVladimir Kotal <valueFile>${basedir}/jflex-code-end.txt</valueFile> 3483db07792SVladimir Kotal </replacement> 3493db07792SVladimir Kotal </replacements> 3503db07792SVladimir Kotal </configuration> 3513db07792SVladimir Kotal </execution> 352a99355ddSVladimir Kotal </executions> 353a99355ddSVladimir Kotal </plugin> 354e0f7ec00SKnut Anders Hatlen <plugin> 355e0f7ec00SKnut Anders Hatlen <groupId>org.apache.maven.plugins</groupId> 356e0f7ec00SKnut Anders Hatlen <artifactId>maven-jar-plugin</artifactId> 3579f619df4SLubos Kosco <version>3.0.2</version> 358e0f7ec00SKnut Anders Hatlen <configuration> 359e0f7ec00SKnut Anders Hatlen <archive> 360e0f7ec00SKnut Anders Hatlen <manifest> 361686556f2SAdam Hornáček <mainClass>org.opengrok.indexer.index.Indexer</mainClass> 362e0f7ec00SKnut Anders Hatlen <addClasspath>true</addClasspath> 363e0f7ec00SKnut Anders Hatlen <classpathPrefix>lib/</classpathPrefix> 364e0f7ec00SKnut Anders Hatlen </manifest> 365e0f7ec00SKnut Anders Hatlen <manifestEntries> 366e0f7ec00SKnut Anders Hatlen </manifestEntries> 367e0f7ec00SKnut Anders Hatlen </archive> 368e0f7ec00SKnut Anders Hatlen </configuration> 3691a2bb6b6SAdam Hornáček <executions> <!-- so the web module can use test classes from indexer module --> 3701a2bb6b6SAdam Hornáček <execution> 3711a2bb6b6SAdam Hornáček <goals> 3721a2bb6b6SAdam Hornáček <goal>test-jar</goal> 3731a2bb6b6SAdam Hornáček </goals> 3741a2bb6b6SAdam Hornáček </execution> 3751a2bb6b6SAdam Hornáček </executions> 376e0f7ec00SKnut Anders Hatlen </plugin> 377e0f7ec00SKnut Anders Hatlen 37808a0c20eSJorgen Austvik <plugin> 37945ec3841SLubos Kosco <groupId>org.apache.maven.plugins</groupId> 3802e3d7e6eSJorgen Austvik <artifactId>maven-antrun-plugin</artifactId> 3819f619df4SLubos Kosco <version>1.8</version> 3822e3d7e6eSJorgen Austvik <executions> 3832e3d7e6eSJorgen Austvik <execution> 38458f88ff1SChris Fraire <id>collect-lex-lexh</id> 38558f88ff1SChris Fraire <phase>initialize</phase> 38658f88ff1SChris Fraire <configuration> 38758f88ff1SChris Fraire <target> 388eeb7e5b3SAdam Hornáček <property name="src.dir" value="src/main/resources"/> 38958f88ff1SChris Fraire <property name="tgt.dir" value="${basedir}/target/jflex-sources"/> 39058f88ff1SChris Fraire <ant target="-collect-lex-lexh"/> 39158f88ff1SChris Fraire </target> 39258f88ff1SChris Fraire </configuration> 39358f88ff1SChris Fraire <goals> 39458f88ff1SChris Fraire <goal>run</goal> 39558f88ff1SChris Fraire </goals> 39658f88ff1SChris Fraire </execution> 39758f88ff1SChris Fraire <execution> 3982e3d7e6eSJorgen Austvik <id>build-config-files</id> 3992e3d7e6eSJorgen Austvik <phase>process-test-classes</phase> 4002e3d7e6eSJorgen Austvik <goals> 4012e3d7e6eSJorgen Austvik <goal>run</goal> 4022e3d7e6eSJorgen Austvik </goals> 4032e3d7e6eSJorgen Austvik <configuration> 40429fe9da1SChris Fraire <target unless="skipTests"> 40518446c8aSKnut Anders Hatlen <ant target="-post-compile-test"/> 40618446c8aSKnut Anders Hatlen </target> 4072e3d7e6eSJorgen Austvik </configuration> 4082e3d7e6eSJorgen Austvik </execution> 4092e3d7e6eSJorgen Austvik </executions> 4102e3d7e6eSJorgen Austvik </plugin> 4112e3d7e6eSJorgen Austvik 412aa4907e2SLubos Kosco <plugin> 413aa4907e2SLubos Kosco <groupId>org.apache.maven.plugins</groupId> 4143db07792SVladimir Kotal <artifactId>maven-checkstyle-plugin</artifactId> 4153db07792SVladimir Kotal </plugin> 4163db07792SVladimir Kotal <plugin> 4173db07792SVladimir Kotal <groupId>org.apache.maven.plugins</groupId> 418aa4907e2SLubos Kosco <artifactId>maven-surefire-plugin</artifactId> 419aa4907e2SLubos Kosco <configuration> 420aa4907e2SLubos Kosco <excludes> 421aa4907e2SLubos Kosco <!-- Test helper class with name that confuses surefire --> 422aa4907e2SLubos Kosco <exclude>**/TestRepository.java</exclude> 423aa4907e2SLubos Kosco </excludes> 4243db07792SVladimir Kotal <argLine>@{surefireArgLine}</argLine> 425aa4907e2SLubos Kosco </configuration> 426aa4907e2SLubos Kosco </plugin> 42708a0c20eSJorgen Austvik </plugins> 42808a0c20eSJorgen Austvik </build> 42908a0c20eSJorgen Austvik 4303db07792SVladimir Kotal <profiles> 4313db07792SVladimir Kotal <profile> 4323db07792SVladimir Kotal <id>java9plus</id> 4333db07792SVladimir Kotal <activation> 4343db07792SVladimir Kotal <jdk>[9,18]</jdk> 4353db07792SVladimir Kotal </activation> 4363db07792SVladimir Kotal <build> 4373db07792SVladimir Kotal <plugins> 4383db07792SVladimir Kotal <plugin> 4393db07792SVladimir Kotal <groupId>org.apache.maven.plugins</groupId> 4403db07792SVladimir Kotal <artifactId>maven-surefire-plugin</artifactId> 4413db07792SVladimir Kotal <configuration> 4423db07792SVladimir Kotal <excludes> 4433db07792SVladimir Kotal <!-- Test helper class with name that confuses surefire --> 4443db07792SVladimir Kotal <exclude>**/TestRepository.java</exclude> 4453db07792SVladimir Kotal </excludes> 4463db07792SVladimir Kotal <argLine> 4473db07792SVladimir Kotal @{surefireArgLine} 4483db07792SVladimir Kotal --illegal-access=permit 4493db07792SVladimir Kotal </argLine> 4503db07792SVladimir Kotal </configuration> 4513db07792SVladimir Kotal </plugin> 4523db07792SVladimir Kotal </plugins> 4533db07792SVladimir Kotal </build> 4543db07792SVladimir Kotal </profile> 4553db07792SVladimir Kotal </profiles> 4563db07792SVladimir Kotal 45708a0c20eSJorgen Austvik</project> 458