@Mojo(name="xcode-package-framework",
defaultPhase=PACKAGE)
public class XcodePackageMojo
extends org.apache.maven.plugin.AbstractMojo
| Modifier and Type | Field and Description |
|---|---|
String |
artifactName
The name of the artifact.
|
ProcessRunner |
processRunner |
org.apache.maven.project.MavenProject |
project |
String |
targetDirectory |
| Constructor and Description |
|---|
XcodePackageMojo() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute() |
@Parameter(property="project",
readonly=true,
required=true)
public org.apache.maven.project.MavenProject project
@Parameter(property="project.build.directory",
readonly=true,
required=true)
public String targetDirectory
@Parameter(alias="xcodeProjectArtifactName",
property="xcode.artifact.name",
defaultValue="${project.artifactId}",
required=true)
public String artifactName
public ProcessRunner processRunner
Copyright © 2015. All rights reserved.