archetype-resources.bnd.bnd Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of com.liferay.project.templates.service
Show all versions of com.liferay.project.templates.service
Creates a Liferay OSGi service module project implementing a chosen interface.
The newest version!
#set ($versionPolicy = '${replacestring;${range;[==,==]};.*,(.*)];$1}')
Bundle-Name: ${artifactId}
Bundle-SymbolicName: ${package}
Bundle-Version: ${version}
#if (${buildType} != "gradle")
-consumer-policy: ${versionPolicy}
-metatype: *
-plugin.metatype: com.liferay.ant.bnd.metatype.MetatypePlugin
-provider-policy: ${versionPolicy}#end