@Mojo(name="open")
public class UnityOpenMojo
extends org.apache.maven.plugin.AbstractMojo
| Modifier and Type | Field and Description |
|---|---|
org.apache.maven.project.MavenProject |
project |
String |
unity |
| Constructor and Description |
|---|
UnityOpenMojo() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute() |
@Parameter(property="project",
readonly=true,
required=true)
public org.apache.maven.project.MavenProject project
@Parameter(property="unity.path",
defaultValue="/Applications/Unity/Unity.app/Contents/MacOS/Unity",
readonly=true,
required=true)
public String unity
Copyright © 2014. All rights reserved.