MVN

com.ffbit.maven.plugins : solr-maven-plugin

Maven & Gradle

Aug 06, 2013

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

<plugin>
    <groupId>com.ffbit.maven.plugins</groupId>
    <artifactId>solr-maven-plugin</artifactId>
    <version>0.0.7.2</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.ffbit.maven.plugins : solr-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 0.0.7.2

All Versions

Choose a version of com.ffbit.maven.plugins : solr-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
0.0.x
solr-maven-plugin-0.0.7.2
solr-maven-plugin-0.0.7.1
solr-maven-plugin-0.0.7
solr-maven-plugin-0.0.6
solr-maven-plugin-0.0.5
solr-maven-plugin-0.0.4
solr-maven-plugin-0.0.3
solr-maven-plugin-0.0.2
solr-maven-plugin-0.0.1

How to add a plugin to Maven

Add the maven plugin to the pom.xml file information in this tag as follows:

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