r109422 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r109421‎ | r109422 | r109423 >
Date:18:59, 18 January 2012
Author:oren
Status:deferred
Tags:
Comment:
added surefire and updated junit version in pom
Modified paths:
  • /trunk/lucene-search-3/pom.xml (modified) (history)

Diff [purge]

Index: trunk/lucene-search-3/pom.xml
@@ -54,6 +54,7 @@
5555
5656 <pluginManagement>
5757 <plugins>
 58+
5859 <plugin>
5960 <groupId>org.apache.maven.plugins</groupId>
6061 <artifactId>maven-assembly-plugin</artifactId>
@@ -65,6 +66,7 @@
6667 <version>${solrp.version}</version>
6768 </dependency>
6869 </dependencies>
 70+
6971 <executions>
7072 <execution>
7173 <id>package-solr</id>
@@ -80,6 +82,7 @@
8183 </configuration>
8284 </execution>
8385 </executions>
 86+
8487 <configuration>
8588 <archive>
8689 <manifest>
@@ -93,6 +96,14 @@
9497 </archive>
9598 </configuration>
9699 </plugin>
 100+
 101+
 102+ <plugin>
 103+ <groupId>org.apache.maven.plugins</groupId>
 104+ <artifactId>maven-surefire-plugin</artifactId>
 105+ <version>2.11</version>
 106+ </plugin>
 107+
97108 </plugins>
98109 </pluginManagement>
99110
@@ -397,6 +408,14 @@
398409 <version>${slf4j.version}</version>
399410 <scope>runtime</scope>
400411 </dependency>
 412+
 413+ <dependency>
 414+ <groupId>junit</groupId>
 415+ <artifactId>junit</artifactId>
 416+ <version>3.8.2</version>
 417+ <scope>test</scope>
 418+ </dependency>
 419+
401420 </dependencies>
402421
403422 <organization>

Status & tagging log