How to add a plugin to Maven
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>ca.mestevens.ios</groupId>
<artifactId>xcode-maven-plugin</artifactId>
<version>0.9.4</version>
</plugin>
Choose a version of ca.mestevens.ios : xcode-maven-plugin to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.9.x |
xcode-maven-plugin-0.9.4
|
||
xcode-maven-plugin-0.9.3
|
|||
xcode-maven-plugin-0.9.2
|
|||
xcode-maven-plugin-0.9.1
|
|||
xcode-maven-plugin-0.9.0
|
|||
0.8.x |
xcode-maven-plugin-0.8.2
|
||
xcode-maven-plugin-0.8.1
|
|||
xcode-maven-plugin-0.8.0
|
|||
0.7.x |
xcode-maven-plugin-0.7.3
|
||
xcode-maven-plugin-0.7.2
|
|||
xcode-maven-plugin-0.7.1
|
|||
xcode-maven-plugin-0.7.0
|
|||
0.6.x |
xcode-maven-plugin-0.6.0
|
||
0.5.x |
xcode-maven-plugin-0.5.0
|
||
0.4.x |
xcode-maven-plugin-0.4.0
|
||
0.3.x |
xcode-maven-plugin-0.3.3
|
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>ca.mestevens.ios</groupId>
<artifactId>xcode-maven-plugin</artifactId>
<version>0.9.4</version>
</plugin>
Advertisement