|
23 | 23 |
|
24 | 24 | -->
|
25 | 25 |
|
26 |
| -<project xmlns="http://maven.apache.org/POM/4.0.0" |
27 |
| - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
28 |
| - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
| 26 | +<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/xsd/maven-4.0.0.xsd"> |
| 27 | + <modelVersion>4.0.0</modelVersion> |
| 28 | + |
29 | 29 | <parent>
|
30 |
| - <artifactId>exist</artifactId> |
31 | 30 | <groupId>org.exist-db</groupId>
|
| 31 | + <artifactId>exist-parent</artifactId> |
32 | 32 | <version>7.0.0-SNAPSHOT</version>
|
33 |
| - <relativePath>../../../pom.xml</relativePath> |
| 33 | + <relativePath>../../../exist-parent</relativePath> |
34 | 34 | </parent>
|
35 |
| - <modelVersion>4.0.0</modelVersion> |
36 | 35 |
|
37 | 36 | <artifactId>indexes-integration-tests</artifactId>
|
38 |
| - |
39 | 37 | <packaging>jar</packaging>
|
40 | 38 |
|
41 | 39 | <name>eXist-db Index Integration Tests</name>
|
|
103 | 101 | <goal>analyze-only</goal>
|
104 | 102 | </goals>
|
105 | 103 | <configuration>
|
106 |
| - <failOnWarning>false</failOnWarning> |
| 104 | + <failOnWarning>true</failOnWarning> |
| 105 | + |
| 106 | + <ignoredUsedUndeclaredDependencies> |
| 107 | + <ignoredUsedUndeclaredDependency>xml-apis:xml-apis:jar</ignoredUsedUndeclaredDependency> |
| 108 | + </ignoredUsedUndeclaredDependencies> |
| 109 | + |
107 | 110 | <ignoredUnusedDeclaredDependencies>
|
108 |
| - <ignoredUnusedDeclaredDependency>exist-index-lucene:jar:${project.version}</ignoredUnusedDeclaredDependency> |
109 |
| - <ignoredUnusedDeclaredDependency>exist-index-ngram:${project.version}</ignoredUnusedDeclaredDependency> |
| 111 | + <!-- needed for running XQSuite tests that depend on lucene and ngarm modules --> |
| 112 | + <ignoredUnusedDeclaredDependency>org.exist-db:exist-index-lucene:jar:${project.version}</ignoredUnusedDeclaredDependency> |
| 113 | + <ignoredUnusedDeclaredDependency>org.exist-db:exist-index-ngram:jar:${project.version}</ignoredUnusedDeclaredDependency> |
110 | 114 | </ignoredUnusedDeclaredDependencies>
|
111 | 115 | </configuration>
|
112 | 116 | </execution>
|
|
0 commit comments