How to add a plugin to Maven
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>org.apache.storm</groupId>
<artifactId>storm-maven-plugins</artifactId>
<version>2.5.0</version>
</plugin>
Choose a version of org.apache.storm : storm-maven-plugins to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
2.5.x |
storm-maven-plugins-2.5.0
|
||
2.4.x |
storm-maven-plugins-2.4.0
|
||
2.3.x |
storm-maven-plugins-2.3.0
|
||
2.2.x |
storm-maven-plugins-2.2.1
|
||
storm-maven-plugins-2.2.0
|
|||
2.1.x |
storm-maven-plugins-2.1.1
|
||
storm-maven-plugins-2.1.0
|
|||
2.0.x |
storm-maven-plugins-2.0.0
|
||
1.2.x |
storm-maven-plugins-1.2.4
|
||
storm-maven-plugins-1.2.3
|
|||
storm-maven-plugins-1.2.2
|
|||
storm-maven-plugins-1.2.1
|
|||
storm-maven-plugins-1.2.0
|
|||
1.1.x |
storm-maven-plugins-1.1.3
|
||
storm-maven-plugins-1.1.2
|
|||
storm-maven-plugins-1.1.1
|
|||
storm-maven-plugins-1.1.0
|
|||
1.0.x |
storm-maven-plugins-1.0.6
|
||
storm-maven-plugins-1.0.5
|
|||
storm-maven-plugins-1.0.4
|
|||
storm-maven-plugins-1.0.3
|
|||
storm-maven-plugins-1.0.2
|
|||
storm-maven-plugins-1.0.1
|
|||
storm-maven-plugins-1.0.0
|
|||
0.10.x |
storm-maven-plugins-0.10.2
|
||
storm-maven-plugins-0.10.1
|
|||
storm-maven-plugins-0.10.0
|
|||
storm-maven-plugins-0.10.0-beta1
|
|||
storm-maven-plugins-0.10.0-beta
|
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>org.apache.storm</groupId>
<artifactId>storm-maven-plugins</artifactId>
<version>2.5.0</version>
</plugin>
Advertisement