META-INF.plexus.components.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of xcode-maven-plugin Show documentation
Show all versions of xcode-maven-plugin Show documentation
A maven build plugin for iOS continuous integration builds
<?xml version="1.0"?> <component-set> <components> <component> <role>org.apache.maven.lifecycle.mapping.LifecycleMapping</role> <role-hint>xcode</role-hint> <implementation> org.apache.maven.lifecycle.mapping.DefaultLifecycleMapping </implementation> <configuration> <phases> <clean>org.apache.maven.plugins:maven-clean-plugin:clean</clean> <compile>de.felixschulze.maven.plugins.xcode:xcode-maven-plugin:xcodebuild</compile> <test>de.felixschulze.maven.plugins.xcode:xcode-maven-plugin:ghunittest</test> <package>de.felixschulze.maven.plugins.xcode:xcode-maven-plugin:ipaBuilder</package> <install>org.apache.maven.plugins:maven-install-plugin:install</install> <deploy>org.apache.maven.plugins:maven-deploy-plugin:deploy</deploy> </phases> </configuration> </component> </components> </component-set>