public abstract class AbstractOsgiMojo
extends org.apache.maven.plugin.AbstractMojo
Modifier and Type | Field and Description |
---|---|
protected String[] |
bundles
list of bundle URIs.
|
protected String |
cache
Apache felix cache folder
|
protected org.apache.maven.model.Resource |
configFile
Apache Felix configuration file.
|
protected Map<String,String> |
osgiProperties
Apache Felix OSGI propeties
|
protected Map<String,String> |
systemProperties
System propeties
|
Constructor and Description |
---|
AbstractOsgiMojo() |
Modifier and Type | Method and Description |
---|---|
protected void |
copyFile(File source,
File dest)
Copy file from source to destination
|
protected String |
resolveBundle(String mavenDependency)
method resolve 'maven:' bundles via maven resolver mechanism and
returns path to file in local repository.
|
protected File |
resolveBundleAsFile(String mavenDependency)
method resolve 'maven:' bundles via maven resolver mechanism and
returns path to file in local repository.
|
getLog, getPluginContext, setLog, setPluginContext
protected org.apache.maven.model.Resource configFile
protected String[] bundles
protected String cache
protected String resolveBundle(String mavenDependency)
mavenDependency
- protected File resolveBundleAsFile(String mavenDependency)
mavenDependency
- Copyright © 2014. All rights reserved.