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.axis2</groupId>
<artifactId>axis2-repo-maven-plugin</artifactId>
<version>1.8.2</version>
</plugin>
Choose a version of org.apache.axis2 : axis2-repo-maven-plugin to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.8.x |
axis2-repo-maven-plugin-1.8.2
|
||
axis2-repo-maven-plugin-1.8.1
|
|||
axis2-repo-maven-plugin-1.8.0
|
|||
1.7.x |
axis2-repo-maven-plugin-1.7.9
|
||
axis2-repo-maven-plugin-1.7.8
|
|||
axis2-repo-maven-plugin-1.7.7
|
|||
axis2-repo-maven-plugin-1.7.6
|
|||
axis2-repo-maven-plugin-1.7.5
|
|||
axis2-repo-maven-plugin-1.7.4
|
|||
axis2-repo-maven-plugin-1.7.3
|
|||
axis2-repo-maven-plugin-1.7.2
|
|||
axis2-repo-maven-plugin-1.7.1
|
|||
axis2-repo-maven-plugin-1.7.0
|
|||
1.6.x |
axis2-repo-maven-plugin-1.6.4
|
||
axis2-repo-maven-plugin-1.6.3
|
|||
axis2-repo-maven-plugin-1.6.2
|
|||
axis2-repo-maven-plugin-1.6.1
|
|||
axis2-repo-maven-plugin-1.6.0
|
|||
1.5.x |
axis2-repo-maven-plugin-1.5.6
|
||
axis2-repo-maven-plugin-1.5.5
|
|||
axis2-repo-maven-plugin-1.5.4
|
|||
axis2-repo-maven-plugin-1.5.3
|
|||
axis2-repo-maven-plugin-1.5.2
|
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>org.apache.axis2</groupId>
<artifactId>axis2-repo-maven-plugin</artifactId>
<version>1.8.2</version>
</plugin>
Advertisement