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

Лицензия

Лицензия

Категории

Категории

Maven Компиляция и сборка
Группа

Группа

com.ffbit.maven.plugins
Идентификатор

Идентификатор

solr-maven-plugin
Последняя версия

Последняя версия

0.0.7.2
Дата

Дата

Тип

Тип

maven-plugin
Описание

Описание

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
Ссылка на сайт

Ссылка на сайт

https://github.com/ffbit/solr-maven-plugin/
Система контроля версий

Система контроля версий

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

Скачать solr-maven-plugin

Как подключить последнюю версию

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

Зависимости

compile (9)

Идентификатор библиотеки Тип Версия
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)

Идентификатор библиотеки Тип Версия
org.apache.maven.plugin-tools : maven-plugin-annotations jar 3.2

test (8)

Идентификатор библиотеки Тип Версия
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

Модули Проекта

Данный проект не имеет модулей.

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.

Версии библиотеки

Версия
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