Index: trunk/lucene-search-3/pom.xml |
— | — | @@ -54,6 +54,7 @@ |
55 | 55 | |
56 | 56 | <pluginManagement> |
57 | 57 | <plugins> |
| 58 | + |
58 | 59 | <plugin> |
59 | 60 | <groupId>org.apache.maven.plugins</groupId> |
60 | 61 | <artifactId>maven-assembly-plugin</artifactId> |
— | — | @@ -65,6 +66,7 @@ |
66 | 67 | <version>${solrp.version}</version> |
67 | 68 | </dependency> |
68 | 69 | </dependencies> |
| 70 | + |
69 | 71 | <executions> |
70 | 72 | <execution> |
71 | 73 | <id>package-solr</id> |
— | — | @@ -80,6 +82,7 @@ |
81 | 83 | </configuration> |
82 | 84 | </execution> |
83 | 85 | </executions> |
| 86 | + |
84 | 87 | <configuration> |
85 | 88 | <archive> |
86 | 89 | <manifest> |
— | — | @@ -93,6 +96,14 @@ |
94 | 97 | </archive> |
95 | 98 | </configuration> |
96 | 99 | </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 | + |
97 | 108 | </plugins> |
98 | 109 | </pluginManagement> |
99 | 110 | |
— | — | @@ -397,6 +408,14 @@ |
398 | 409 | <version>${slf4j.version}</version> |
399 | 410 | <scope>runtime</scope> |
400 | 411 | </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 | + |
401 | 420 | </dependencies> |
402 | 421 | |
403 | 422 | <organization> |