在 liferay 中创建新的 portlet pulgin 时出错
error when create new portlet pulgin in liferay
错误:-返回 HTTP 响应代码:URL 的 403:http://cdn.lfrs.sl/repository.liferay.com/nexus/content/repositories/liferay-public-snapshots/com/liferay/org.apache.ivy/2.4.0.LIFERAY-PATCHED-1-SNAPSHOT/org.apache.ivy-2.4.0.LIFERAY-PATCHED-1-SNAPSHOT.jar
构建失败
E:\Liferay\com.liferay.portal.plugins.sdk-1.0.11-withdependencies\portlets\build.xml:5: 执行此行时出现以下错误:
E:\Liferay\com.liferay.portal.plugins.sdk-1.0.11-withdependencies\build-common-plugins.xml:5: 执行此行时出现以下错误:
E:\Liferay\com.liferay.portal.plugins.sdk-1.0.11-withdependencies\build-common.xml:57: 执行此行时出现以下错误:
E:\Liferay\com.liferay.portal.plugins.sdk-1.0.11-withdependencies\build-common-ivy.xml:41: java.io.IOException: 服务器为 URL 返回 HTTP 响应代码:403: http://cdn.lfrs.sl/repository.liferay.com/nexus/content/repositories/liferay-public-snapshots/com/liferay/org.apache.ivy/2.4.0.LIFERAY-PATCHED-1-SNAPSHOT/org.apache.ivy-2.4.0.LIFERAY-PATCHED-1-SNAPSHOT.jar
总时间:2秒
我已经创建了新的 portlet 并在出现上述问题时连接到插件。
我已经下载了 jar 并设置在 .ivy 文件夹中,但同样的问题再次出现。
请给我不同的答案。
- 在您的 liferay-plugins-sdk 中,找到名为 build.prpoerties 的文件。
- 本地 ivy.jar.url 在 build.properties.
替换:
ivy.jar.url=https://cdn.lfrs.sl/repository.liferay.com/nexus/content/repositories/liferay-public-snapshots/com/liferay/org.apache.ivy/${ivy.version}/org.apache.ivy-${ivy.version}.jar
与:
ivy.jar.url=https://repository.liferay.com/nexus/content/repositories/liferay-public-snapshots/com/liferay/org.apache.ivy/${ivy.version}/org.apache.ivy-${ivy.version}.jar
错误:-返回 HTTP 响应代码:URL 的 403:http://cdn.lfrs.sl/repository.liferay.com/nexus/content/repositories/liferay-public-snapshots/com/liferay/org.apache.ivy/2.4.0.LIFERAY-PATCHED-1-SNAPSHOT/org.apache.ivy-2.4.0.LIFERAY-PATCHED-1-SNAPSHOT.jar
构建失败 E:\Liferay\com.liferay.portal.plugins.sdk-1.0.11-withdependencies\portlets\build.xml:5: 执行此行时出现以下错误: E:\Liferay\com.liferay.portal.plugins.sdk-1.0.11-withdependencies\build-common-plugins.xml:5: 执行此行时出现以下错误: E:\Liferay\com.liferay.portal.plugins.sdk-1.0.11-withdependencies\build-common.xml:57: 执行此行时出现以下错误: E:\Liferay\com.liferay.portal.plugins.sdk-1.0.11-withdependencies\build-common-ivy.xml:41: java.io.IOException: 服务器为 URL 返回 HTTP 响应代码:403: http://cdn.lfrs.sl/repository.liferay.com/nexus/content/repositories/liferay-public-snapshots/com/liferay/org.apache.ivy/2.4.0.LIFERAY-PATCHED-1-SNAPSHOT/org.apache.ivy-2.4.0.LIFERAY-PATCHED-1-SNAPSHOT.jar
总时间:2秒
我已经创建了新的 portlet 并在出现上述问题时连接到插件。
我已经下载了 jar 并设置在 .ivy 文件夹中,但同样的问题再次出现。 请给我不同的答案。
- 在您的 liferay-plugins-sdk 中,找到名为 build.prpoerties 的文件。
- 本地 ivy.jar.url 在 build.properties.
替换:
ivy.jar.url=https://cdn.lfrs.sl/repository.liferay.com/nexus/content/repositories/liferay-public-snapshots/com/liferay/org.apache.ivy/${ivy.version}/org.apache.ivy-${ivy.version}.jar
与:
ivy.jar.url=https://repository.liferay.com/nexus/content/repositories/liferay-public-snapshots/com/liferay/org.apache.ivy/${ivy.version}/org.apache.ivy-${ivy.version}.jar