MVN

de.felixschulze.maven.plugins.xcode : xcode-maven-plugin

Maven & Gradle

Sep 30, 2013
20 stars

XCode Maven Plugin · A maven build plugin for iOS continuous integration builds

<plugin>
    <groupId>de.felixschulze.maven.plugins.xcode</groupId>
    <artifactId>xcode-maven-plugin</artifactId>
    <version>2.0</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.felixschulze.maven.plugins.xcode : xcode-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 2.0

All Versions

Choose a version of de.felixschulze.maven.plugins.xcode : xcode-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
2.0
xcode-maven-plugin-2.0
1.2.x
xcode-maven-plugin-1.2.3
xcode-maven-plugin-1.2.2
xcode-maven-plugin-1.2.1
1.2
xcode-maven-plugin-1.2
1.1.x
xcode-maven-plugin-1.1.2
xcode-maven-plugin-1.1.1
1.1
xcode-maven-plugin-1.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>de.felixschulze.maven.plugins.xcode</groupId>
    <artifactId>xcode-maven-plugin</artifactId>
    <version>2.0</version>
</plugin>

Advertisement