MVN

com.github.alexcojocaru : elasticsearch-maven-plugin

Maven & Gradle

Feb 27, 2023
87 stars

Elasticsearch Maven Plugin · A Maven plugin to run a single node Elasticsearch cluster during the integration test phase of a build

<plugin>
    <groupId>com.github.alexcojocaru</groupId>
    <artifactId>elasticsearch-maven-plugin</artifactId>
    <version>6.26</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.alexcojocaru : elasticsearch-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 6.26

All Versions

Choose a version of com.github.alexcojocaru : elasticsearch-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
6.26
elasticsearch-maven-plugin-6.26
6.24
elasticsearch-maven-plugin-6.24
6.23
elasticsearch-maven-plugin-6.23
6.22
elasticsearch-maven-plugin-6.22
6.20
elasticsearch-maven-plugin-6.20
6.19
elasticsearch-maven-plugin-6.19
6.18
elasticsearch-maven-plugin-6.18
6.17
elasticsearch-maven-plugin-6.17
6.16
elasticsearch-maven-plugin-6.16
6.15
elasticsearch-maven-plugin-6.15
6.14
elasticsearch-maven-plugin-6.14
6.13
elasticsearch-maven-plugin-6.13
6.12
elasticsearch-maven-plugin-6.12
6.11
elasticsearch-maven-plugin-6.11
6.10
elasticsearch-maven-plugin-6.10
6.9
elasticsearch-maven-plugin-6.9
6.8
elasticsearch-maven-plugin-6.8
6.7
elasticsearch-maven-plugin-6.7
6.6
elasticsearch-maven-plugin-6.6
6.5
elasticsearch-maven-plugin-6.5
6.4
elasticsearch-maven-plugin-6.4
6.3
elasticsearch-maven-plugin-6.3
6.2
elasticsearch-maven-plugin-6.2
6.1
elasticsearch-maven-plugin-6.1
6.0
elasticsearch-maven-plugin-6.0
5.11
elasticsearch-maven-plugin-5.11
5.10
elasticsearch-maven-plugin-5.10
5.9
elasticsearch-maven-plugin-5.9
5.8
elasticsearch-maven-plugin-5.8
5.7
elasticsearch-maven-plugin-5.7
5.6
elasticsearch-maven-plugin-5.6
5.5
elasticsearch-maven-plugin-5.5
5.3
elasticsearch-maven-plugin-5.3
5.2
elasticsearch-maven-plugin-5.2
5.1
elasticsearch-maven-plugin-5.1
5.0
elasticsearch-maven-plugin-5.0
2.3
elasticsearch-maven-plugin-2.3
2.2
elasticsearch-maven-plugin-2.2
2.1
elasticsearch-maven-plugin-2.1
2.0
elasticsearch-maven-plugin-2.0
1.14
elasticsearch-maven-plugin-1.14
1.13
elasticsearch-maven-plugin-1.13
1.12
elasticsearch-maven-plugin-1.12
1.11
elasticsearch-maven-plugin-1.11
1.10
elasticsearch-maven-plugin-1.10
1.9
elasticsearch-maven-plugin-1.9
1.7
elasticsearch-maven-plugin-1.7
1.6
elasticsearch-maven-plugin-1.6
1.5
elasticsearch-maven-plugin-1.5
1.4
elasticsearch-maven-plugin-1.4
1.3
elasticsearch-maven-plugin-1.3
1.2
elasticsearch-maven-plugin-1.2

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.github.alexcojocaru</groupId>
    <artifactId>elasticsearch-maven-plugin</artifactId>
    <version>6.26</version>
</plugin>

Advertisement