Apache Solr Maven Plugin

Apache Solr Maven Plugin runs an Apache Solr instance during integration tests or as a standalone instance for other test purposes. Current version of the plugin supports only the following versions of Apache Solr: * 4.2.0 * 4.2.1 * 4.3.0 * 4.3.1

License

License

Categories

Categories

Maven Build Tools
GroupId

GroupId

com.ffbit.maven.plugins
ArtifactId

ArtifactId

solr-maven-plugin
Last Version

Last Version

0.0.7.2
Release Date

Release Date

Type

Type

maven-plugin
Description

Description

Apache Solr Maven Plugin
Apache Solr Maven Plugin runs an Apache Solr instance during integration tests or as a standalone instance for other test purposes. Current version of the plugin supports only the following versions of Apache Solr: * 4.2.0 * 4.2.1 * 4.3.0 * 4.3.1
Project URL

Project URL

https://github.com/ffbit/solr-maven-plugin/
Source Code Management

Source Code Management

https://github.com/ffbit/solr-maven-plugin/

Download solr-maven-plugin

How to add to project

<plugin>
    <groupId>com.ffbit.maven.plugins</groupId>
    <artifactId>solr-maven-plugin</artifactId>
    <version>0.0.7.2</version>
</plugin>

Dependencies

compile (9)

Group / Artifact Type Version
org.apache.maven : maven-plugin-api jar 3.0.5
org.apache.maven : maven-core jar 3.0.5
org.apache.maven : maven-model jar 3.0.5
org.sonatype.aether : aether-impl jar 1.13.1
org.eclipse.jetty.aggregate : jetty-all-server jar 8.1.11.v20130520
org.slf4j : slf4j-api jar 1.7.5
org.slf4j : jcl-over-slf4j jar 1.7.5
org.slf4j : slf4j-log4j12 jar 1.7.5
log4j : log4j jar 1.2.17

provided (1)

Group / Artifact Type Version
org.apache.maven.plugin-tools : maven-plugin-annotations jar 3.2

test (8)

Group / Artifact Type Version
org.apache.maven : maven-compat jar 3.0.5
junit : junit jar 4.11
org.apache.maven.plugin-testing : maven-plugin-testing-harness jar 2.1
org.mockito : mockito-all jar 1.9.5
org.apache.maven.wagon : wagon-http-lightweight jar 1.0
org.apache.maven.wagon : wagon-provider-api jar 1.0
org.sonatype.aether : aether-connector-wagon jar 1.13.1
org.sonatype.aether : aether-connector-file jar 1.13.1

Project Modules

There are no modules declared in this project.

Apache Solr Maven Plugin

Build Status

Goal

Apache Solr Maven Plugin runs an Apache Solr instance during integration tests or as a standalone instance for other test purposes.

Current version of the plugin supports only the following versions of Apache Solr:

  • 4.2.0
  • 4.2.1
  • 4.3.0
  • 4.3.1

Documentation

Apache Solr Maven Plugin Documentation

Change log

RELEASE-NOTES.md

Usage

Standalone Apache Solr server

Add plugin to your pom.xml

<plugin>
    <groupId>com.ffbit.maven.plugins</groupId>
    <artifactId>solr-maven-plugin</artifactId>
    <version>0.0.7.2</version>
</plugin>

Run

mvn clean solr:run

Open http://localhost:8983/ in your favourite browser

Or

Integration tests

Add plugin to your pom.xml

<plugin>
    <groupId>com.ffbit.maven.plugins</groupId>
    <artifactId>solr-maven-plugin</artifactId>
    <version>0.0.7.2</version>
    <executions>
        <execution>
            <id>Apache Solr Start</id>
            <phase>pre-integration-test</phase>
            <goals>
                <goal>start</goal>
            </goals>
        </execution>
    </executions>
</plugin>

Run

mvn clean integration-test

Status

Supports Apache Solr of version 4.2.0, 4.2.1, 4.3.0 and 4.3.1 only

R.I.P.

Versions

Version
0.0.7.2
0.0.7.1
0.0.7
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1