MVN

com.sap.prd.mobile.ios.mios : xcode-maven-plugin

Maven & Gradle

Oct 04, 2016
1 usages
65 stars

Xcode Maven Plugin · This plugin is used to run iOS Xcode builds with Maven. It also uses the Maven integration with a central artifact repository and the dependency resolution.

<plugin>
    <groupId>com.sap.prd.mobile.ios.mios</groupId>
    <artifactId>xcode-maven-plugin</artifactId>
    <version>1.14.7</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.sap.prd.mobile.ios.mios : xcode-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.14.7

All Versions

Choose a version of com.sap.prd.mobile.ios.mios : xcode-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.14.x
xcode-maven-plugin-1.14.7
xcode-maven-plugin-1.14.6
xcode-maven-plugin-1.14.5
xcode-maven-plugin-1.14.4
xcode-maven-plugin-1.14.3
xcode-maven-plugin-1.14.2
xcode-maven-plugin-1.14.1
xcode-maven-plugin-1.14.0
1.13.x
xcode-maven-plugin-1.13.0
1.12.x
xcode-maven-plugin-1.12.0
1.11.x
xcode-maven-plugin-1.11.2
xcode-maven-plugin-1.11.1
xcode-maven-plugin-1.11.0
1.10.x
xcode-maven-plugin-1.10.0
1.9.x
xcode-maven-plugin-1.9.3
xcode-maven-plugin-1.9.2
xcode-maven-plugin-1.9.1
xcode-maven-plugin-1.9.0
1.8.x
xcode-maven-plugin-1.8.1
xcode-maven-plugin-1.8.0
1.7.x
xcode-maven-plugin-1.7.1
xcode-maven-plugin-1.7.0
1.6.x
xcode-maven-plugin-1.6.1
xcode-maven-plugin-1.6.0
1.5.x
xcode-maven-plugin-1.5.1
xcode-maven-plugin-1.5.0
1.4.x
xcode-maven-plugin-1.4.1
xcode-maven-plugin-1.4.0
1.3.x
xcode-maven-plugin-1.3.2
xcode-maven-plugin-1.3.1

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.sap.prd.mobile.ios.mios</groupId>
    <artifactId>xcode-maven-plugin</artifactId>
    <version>1.14.7</version>
</plugin>

Advertisement