public interface OverlayHelper
| Modifier and Type | Method and Description |
|---|---|
void |
generateArchetype(File mavenHome,
String archetypeGroupId,
String archetypeArtifactId,
String archetypeVersion,
String groupId,
String artifactId,
String version,
String prototypeGroupId,
String prototypeArtifactId,
String prototypeVersion)
Invokes the maven goal
archetype:generate with the appropriate properties. |
void generateArchetype(File mavenHome, String archetypeGroupId, String archetypeArtifactId, String archetypeVersion, String groupId, String artifactId, String version, String prototypeGroupId, String prototypeArtifactId, String prototypeVersion) throws org.apache.maven.plugin.MojoExecutionException
archetype:generate with the appropriate properties.org.apache.maven.plugin.MojoExecutionExceptionCopyright © 2004-2012 Kualigan. All Rights Reserved.