org.apache.karaf.tooling.features
Class CreateKarMojo

java.lang.Object
  extended by org.apache.maven.plugin.AbstractMojo
      extended by org.apache.karaf.tooling.features.MojoSupport
          extended by org.apache.karaf.tooling.features.CreateKarMojo
All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo

public class CreateKarMojo
extends MojoSupport

Assembles and creates a KAR archive.


Field Summary
 
Fields inherited from class org.apache.karaf.tooling.features.MojoSupport
artifactMetadataSource, collector, factory, localRepo, project, projectBuilder, projectHelper, remoteRepos, resolver, workDirectory
 
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE
 
Constructor Summary
CreateKarMojo()
           
 
Method Summary
 void execute()
           
protected static File getArchiveFile(File basedir, String finalName, String classifier)
           
 
Methods inherited from class org.apache.karaf.tooling.features.MojoSupport
createManagedVersionMap, excludeBranch, getArtifacts, getClassLoader, getLocalRepoUrl, getProject, getProjectHelper, getWorkDirectory, print, removeBranch, removeChildren, resolveProject, resourceToArtifact, 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
 

Constructor Detail

CreateKarMojo

public CreateKarMojo()
Method Detail

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

getArchiveFile

protected static File getArchiveFile(File basedir,
                                     String finalName,
                                     String classifier)


Copyright © 2007-2013 FuseSource, Corp.. All Rights Reserved.