org.apache.karaf.tooling.features
Class GenerateFeaturesXmlMojo

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.GenerateFeaturesXmlMojo
All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo

public class GenerateFeaturesXmlMojo
extends MojoSupport

Generates the features XML file

Version:
$Revision: 1.1 $

Field Summary
protected static java.lang.String SEPARATOR
           
 
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
GenerateFeaturesXmlMojo()
           
 
Method Summary
 void execute()
           
static java.lang.String toString(org.apache.maven.artifact.Artifact artifact)
           
 
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
 

Field Detail

SEPARATOR

protected static final java.lang.String SEPARATOR
See Also:
Constant Field Values
Constructor Detail

GenerateFeaturesXmlMojo

public GenerateFeaturesXmlMojo()
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

toString

public static java.lang.String toString(org.apache.maven.artifact.Artifact artifact)


Copyright © 2007-2011 Apache Software Foundation. All Rights Reserved.