Fórumok

Liferay 6.2 EE SP1 Maven Repository

Perry Minchew, módosítva 10 év-val korábban

Liferay 6.2 EE SP1 Maven Repository

New Member Bejegyzések: 2 Csatlakozás dátuma: 2014.02.06. Legújabb bejegyzések
Good afternoon,

I have been attempting to track down access into the ee-maven repository found at
https://repository.liferay.com/nexus/content/groups/liferay-ee/

My company has ee licenses and we are running 6.2 EE SP1 in house on our systems. I have sent numerous emails to our account manager asking for access into this read-protected repository. The latest email I received stated:
"I spoke with a Liferay Engineer and found that only Liferay staff has access to that repository. He recommended that it would be better to install the artifacts in your own local repository and that this package can be downloaded from the Customer Portal."

However, I see other users in this forum gaining access to this repository. Can anyone please enlighten me?
thumbnail
David H Nebinger, módosítva 10 év-val korábban

RE: Liferay 6.2 EE SP1 Maven Repository

Liferay Legend Bejegyzések: 14919 Csatlakozás dátuma: 2006.09.02. Legújabb bejegyzések
Who said anyone here had access? Your account rep was right, if you use the download to populate your local repository you should be able to use maven for your 6.2 ee portal.
Perry Minchew, módosítva 10 év-val korábban

RE: Liferay 6.2 EE SP1 Maven Repository

New Member Bejegyzések: 2 Csatlakozás dátuma: 2014.02.06. Legújabb bejegyzések
This post here led me to believe they had access to the repository:
https://www.liferay.com/community/forums/-/message_boards/message/35518547
as well as the documentation found here:
https://www.liferay.com/documentation/liferay-portal/6.2/development/-/ai/developing-plugins-using-maven-liferay-portal-6-2-dev-guide-02-en
in the section "Installing Artifacts from the Liferay Repository"
"<repositories>
<repository>
<id>liferay-ee</id>
<name>Liferay EE</name>
<url>https://repository.liferay.com/nexus/content/groups/liferay-ee</url>
<releases><enabled>true</enabled></releases>
<snapshots><enabled>true</enabled></snapshots>
</repository>
</repositories>"

I did go ahead and install the 6.2.10-GA1 artifacts from the downloads. However, I have been unable to find a non-RC version of the liferay.maven.plugin, and that's why I"m continuing to look for access into the EE repository.
thumbnail
Mika Koivisto, módosítva 10 év-val korábban

RE: Liferay 6.2 EE SP1 Maven Repository

Liferay Legend Bejegyzések: 1519 Csatlakozás dátuma: 2006.08.07. Legújabb bejegyzések
Hey Perry,

That documentation is wrong (or rather released too early). To my knowledge access to liferay-ee repository is not yet completed for customers.