-
Type:
Bug
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: Master
-
Fix Version/s: None
-
Component/s: General
-
Labels:None
The version should be DXP 7.0 GA1
I tried to ant in dxp maven and found the following issue:
As stated in readme.txt
This is the read.me file in DXP maven.
Simply run "ant" (no target necessary) in this directory to resolve
the artifacts for Liferay Portal 7.0-ga1.
But, when I run 'ant', I got the following (full log attached):
[artifact:dependencies] Access denied to: https://repository.liferay.com/nexus/content/repositories/liferay-releases-ce/com/liferay/portal/com.liferay.portal.impl/2.5.0/com.liferay.portal.impl-2.5.0.p
om
It seems that I can't access "https://repository.liferay.com/nexus/content/repositories/liferay-releases-ce" this repository which is the default one.
Questions:
1. Does the remote repository (https://repository.liferay.com/nexus/content/repositories/liferay-releases-ce/) linked to in the build.xml exist? If so, how can we use it?
2. I checked other Liferay repository and didn't find "com.liferay.util.java version 2.2.0". If previous remote repository is invalid, which one should we use?