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.rest
Show all versions of com.liferay.project.templates.rest
Creates a Liferay JAX-RS module project.
The newest version!
#set ($versionPolicy = '${replacestring;${range;[==,==]};.*,(.*)];$1}')
Bundle-Name: ${artifactId}
Bundle-SymbolicName: ${package}
Bundle-Version: ${version}
Liferay-Configuration-Path: /configuration
#if (${buildType} != "gradle")
-consumer-policy: ${versionPolicy}
-metatype: *
-plugin.metatype: com.liferay.ant.bnd.metatype.MetatypePlugin
-provider-policy: ${versionPolicy}#end