org.apache.felix.obrplugin

Class AbstractFileMojo

public abstract class AbstractFileMojo extends AbstractMojo

Base class for the command-line install-file and deploy-file goals.

Author: Felix Project Team

Field Summary
protected Filefile
Bundle file, defaults to the artifact in the local Maven repository.
protected StringobrXml
Optional XML file describing additional requirements and capabilities.
Method Summary
MavenProjectgetProject()

Field Detail

file

protected File file
Bundle file, defaults to the artifact in the local Maven repository.

UNKNOWN: expression="${file}"

obrXml

protected String obrXml
Optional XML file describing additional requirements and capabilities.

UNKNOWN: expression="${obrXml}"

Method Detail

getProject

public MavenProject getProject()

Returns: project based on command-line settings, with bundle attached

Throws: MojoExecutionException

Copyright © 2006-2009 Apache Software Foundation. All Rights Reserved.