public class UnityXcodeBuildMojo
extends org.apache.maven.plugin.AbstractMojo
| Modifier and Type | Field and Description |
|---|---|
org.apache.maven.project.MavenProject |
project |
protected List<org.eclipse.aether.repository.RemoteRepository> |
projectRepos
The project's remote repositories to use for the resolution of project
dependencies.
|
protected org.eclipse.aether.RepositorySystemSession |
repoSession
The current repository/network configuration of Maven.
|
protected org.eclipse.aether.RepositorySystem |
repoSystem
The entry point to Aether, i.e.
|
List<String> |
scenes |
String |
unity |
String |
unityProjectName |
String |
xcodeTarget |
| Constructor and Description |
|---|
UnityXcodeBuildMojo() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute() |
public String unity
public String xcodeTarget
public String unityProjectName
public org.apache.maven.project.MavenProject project
protected List<org.eclipse.aether.repository.RemoteRepository> projectRepos
protected org.eclipse.aether.RepositorySystem repoSystem
protected org.eclipse.aether.RepositorySystemSession repoSession
Copyright © 2014. All rights reserved.