Full name:
net.sourceforge.mvn-dp-plugin:osgi-deployment-maven-plugin:0.1.3:package
Description:
Create an OSGi deployment package from Maven project.
Attributes:
runtime.package.| Name | Type | Since | Description |
|---|---|---|---|
| basedir | File |
- |
The directory for the pom. |
| buildDirectory | String |
- |
The directory for the generated JAR. |
| deploymentPackage | DeploymentPackageInfo |
- |
The infos for the deployment-package. |
| localRepository | ArtifactRepository |
- |
The local repository used to resolve artifacts. |
| ouputDirectory | File |
- |
The directory for the generated bundles. |
| remoteRepositories | List |
- |
The remote repositories used to resolve artifacts. |
| supportedProjectTypes | List |
- |
Project types which this plugin supports. |
| writeExtraData | boolean |
- |
Flag that indicates if the manifest of the resulting deployment-package should contain extra data like "Created-By, Creation-Date, ...". |
| Name | Type | Since | Description |
|---|---|---|---|
| manifestLocation | File |
- |
Directory where the manifest will be written. Default value is: ${project.build.outputDirectory}/META-INF. |
basedir :
The directory for the pom.
java.io.FileYes${basedir}The directory for the generated JAR.
java.lang.StringYes${project.build.directory}The infos for the deployment-package.
net.sourceforge.osgi.deployment.maven.container.DeploymentPackageInfoYesThe local repository used to resolve artifacts.
org.apache.maven.artifact.repository.ArtifactRepositoryYes${localRepository}Directory where the manifest will be written.
java.io.FileNo${manifestLocation}${project.build.outputDirectory}/META-INFThe directory for the generated bundles.
java.io.FileYes${project.build.outputDirectory}The remote repositories used to resolve artifacts.
java.util.ListYes${project.remoteArtifactRepositories}Project types which this plugin supports.
java.util.ListYesFlag that indicates if the manifest of the resulting deployment-package should contain extra data like "Created-By, Creation-Date, ...".
booleanYes