在 liferay 市场,我无法提交项目

In liferay market place, I am unable to submit the project

在 Liferay 市场我被困在这个地方 "Upload Liferay Plugin Packages " 每当我尝试上传 war 文件时

请帮我把它剪短:)

Google 搜索 "liferay plugin package file name format" 会显示此页面:

Marketplace basics - Development | Liferay

在那里你可以找到:

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.

因此您必须将版本添加到您的文件中。

您的文件名中缺少版本。请将它(版本)添加到您的 war 文件中。

例如:

fileupload-portlet-1.0.0.0.war