WAR file names must conform to the following naming convention:
context_name- plugin_type -A.B.C.D.war
Where:
context_name - Alpha-numeric (including - and _) short name of your app. This name is used as the deployment context, and must not duplicate any other app’s context (you’ll be warned if you use a context name of any other app on the Marketplace).
plugin_type - one of the following: hook, layouttpl, portlet, theme, or web.
A.B.C.D - The 4 digit version of your WAR file. 4 digits must be used.
So you have to add the version to your file.
0
Laxman Rana
On
Version is missing from your file name. Please add it(version) to your war file.
A Google search for "liferay plugin package file name format" reveals this page:
Marketplace basics - Development | Liferay
And there you can find:
So you have to add the version to your file.