Is mixed in into the project when applying the OsgiPlugin .
Constructor and description |
---|
OsgiPluginConvention
(ProjectInternal project) |
Type | Name and description |
---|---|
OsgiManifest |
osgiManifest() Creates a new instance of OsgiManifest. |
OsgiManifest |
osgiManifest(Closure closure) Creates and configures a new instance of an OsgiManifest . |
Creates a new instance of OsgiManifest. The returned object is preconfigured with:
version: project.version name: project.archivesBaseName symbolicName: project.group + "." + project.archivesBaseName (see below for exceptions to this rule)The symbolic name is usually the group + "." + archivesBaseName, with the following exceptions
Creates and configures a new instance of an OsgiManifest . The closure configures the new manifest instance before it is returned.