MVN

ca.mestevens.ios : xcode-maven-plugin

Maven & Gradle

Jul 30, 2015
3 stars

xcode-maven-plugin · A maven plugin to facilitate xcode building/dependency management/testing

<plugin>
    <groupId>ca.mestevens.ios</groupId>
    <artifactId>xcode-maven-plugin</artifactId>
    <version>0.9.4</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of ca.mestevens.ios : xcode-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 0.9.4

All Versions

Choose a version of ca.mestevens.ios : xcode-maven-plugin to add to Maven - All 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

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>