LUCENE-3240: fixed the maven build; added standard svn:ignore property value for modules/queries/ dir

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1140697 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Steven Rowe 2011-06-28 16:05:51 +00:00
parent dc328b0714
commit 8e94c0c216
3 changed files with 12 additions and 1 deletions

View File

@ -35,6 +35,7 @@
<module>benchmark</module>
<module>common</module>
<module>grouping</module>
<module>queries</module>
<module>suggest</module>
</modules>
<build>

View File

@ -41,6 +41,11 @@
<artifactId>lucene-core</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>lucene-common-module</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>lucene-test-framework</artifactId>

View File

@ -83,7 +83,7 @@
</dependency>
<dependency>
<groupId>org.apache.lucene</groupId>
<artifactId>lucene-queries</artifactId>
<artifactId>lucene-queries-contrib</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
@ -106,6 +106,11 @@
<artifactId>lucene-common-module</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.apache.lucene</groupId>
<artifactId>lucene-queries</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.apache.solr</groupId>
<artifactId>solr-commons-csv</artifactId>