xcode:xcode-package-framework

Full name:

ca.mestevens.ios:xcode-maven-plugin:0.9.1:xcode-package-framework

Description:

Goal to package the artifact(s).

Attributes:

  • Requires a Maven project to be executed.
  • Binds by default to the lifecycle phase: package.

Required Parameters

Name Type Since Description
artifactName String - The name of the artifact. Defaults to ${project.artifactId}
Default value is: ${project.artifactId}.
User property is: xcode.artifact.name.

Parameter Details

artifactName:

The name of the artifact. Defaults to ${project.artifactId}
  • Type: java.lang.String
  • Required: Yes
  • User Property: xcode.artifact.name
  • Default: ${project.artifactId}