org.apache.karaf.tooling.features
Class InstallKarsMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.apache.karaf.tooling.features.MojoSupport
org.apache.karaf.tooling.features.InstallKarsMojo
- All Implemented Interfaces:
- org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo
public class InstallKarsMojo
- extends MojoSupport
Installs kar dependencies into a server-under-construction in target/assembly
- Version:
- $Revision: 1064834 $
Field Summary |
protected java.io.File |
featuresCfgFile
features config file. |
protected java.lang.String |
localRepoDirectory
Directory that resources are copied to during the build. |
protected java.lang.String |
workDirectory
Directory that resources are copied to during the build. |
Fields inherited from interface org.apache.maven.plugin.Mojo |
ROLE |
Methods inherited from class org.apache.karaf.tooling.features.MojoSupport |
bundleToArtifact, createManagedVersionMap, excludeBranch, getArtifacts, getClassLoader, getLocalRepoUrl, getProject, getProjectHelper, getWorkDirectory, print, removeBranch, removeChildren, resolveProject, retainArtifacts, translateFromMaven |
Methods inherited from class org.apache.maven.plugin.AbstractMojo |
getLog, getPluginContext, setLog, setPluginContext |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
workDirectory
protected java.lang.String workDirectory
- Directory that resources are copied to during the build.
featuresCfgFile
protected java.io.File featuresCfgFile
- features config file.
localRepoDirectory
protected java.lang.String localRepoDirectory
- Directory that resources are copied to during the build.
InstallKarsMojo
public InstallKarsMojo()
execute
public void execute()
throws org.apache.maven.plugin.MojoExecutionException,
org.apache.maven.plugin.MojoFailureException
- Throws:
org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoFailureException
Copyright © 2007-2011 Apache Software Foundation. All Rights Reserved.