Fórumok

Liferay 6.2.0 Release Maven Artifacts

Ray Di Ciaccio, módosítva 10 év-val korábban

Liferay 6.2.0 Release Maven Artifacts

New Member Bejegyzések: 2 Csatlakozás dátuma: 2013.08.20. Legújabb bejegyzések
Hi, I noticed that a release version of Liferay Portal 6.2.0 is out now but I don't see any 6.2.0 release artifacts in the Sonatype OSS Maven repository (https://oss.sonatype.org). When can we expect these to be available?

Thanks,
- Ray
thumbnail
Gerhard Karl, módosítva 10 év-val korábban

RE: Liferay 6.2.0 Release Maven Artifacts

New Member Bejegyzések: 10 Csatlakozás dátuma: 2011.05.25. Legújabb bejegyzések
The latest artifact i've found is 6.2.0-RC5
at
https://oss.sonatype.org/index.html#nexus-search;quick~portal-web
thumbnail
Mika Koivisto, módosítva 10 év-val korábban

RE: Liferay 6.2.0 Release Maven Artifacts (Válasz)

Liferay Legend Bejegyzések: 1519 Csatlakozás dátuma: 2006.08.07. Legújabb bejegyzések
We just launched our own repository and we are still working on getting them synchronized from there to central. In the mean time you can use them from https://repository.liferay.com/nexus/content/groups/liferay-ce
Jouni Latvatalo, módosítva 10 év-val korábban

RE: Liferay 6.2.0 Release Maven Artifacts

New Member Bejegyzések: 17 Csatlakozás dátuma: 2013.10.21. Legújabb bejegyzések
It would seem that at least portal-impl.jar is corrupted https://repository.liferay.com/nexus/content/groups/liferay-ce/com/liferay/portal/portal-impl/6.2.0-ga1/

The MD5 checksum matches:

$ md5 portal-impl-6.2.0-ga1.jar
MD5 (portal-impl-6.2.0-ga1.jar) = 067d66bb8b614a14826877e29a75d586

But the archive is corrupted:

Archive: portal-impl-6.2.0-ga1.jar
warning [portal-impl-6.2.0-ga1.jar]: 8722688 extra bytes at beginning or within zipfile
(attempting to process anyway)
error [portal-impl-6.2.0-ga1.jar]: start of central directory not found;
zipfile corrupt.
(please check that you have transferred or created the zipfile in the
appropriate BINARY mode and that you have compiled UnZip properly)

Br,
Jouni
Klaus Bachmaier, módosítva 10 év-val korábban

RE: Liferay 6.2.0 Release Maven Artifacts

Regular Member Bejegyzések: 223 Csatlakozás dátuma: 2013.09.30. Legújabb bejegyzések
Looks like there are new *.jars in the Liferay Repo since Yesterday (18.11.2013). But now the pom's (or file names) are messed up, because they are sometimes referencing to files enting with -GA1 and sometimes ending with -ga1. So there are a lot auf unresolved dependencies when trying to build projects with maven.
thumbnail
Mika Koivisto, módosítva 10 év-val korábban

RE: Liferay 6.2.0 Release Maven Artifacts

Liferay Legend Bejegyzések: 1519 Csatlakozás dátuma: 2006.08.07. Legújabb bejegyzések
Sorry about that. I've informed our release engineer that it's now utterly messed up.
Jouni Latvatalo, módosítva 10 év-val korábban

RE: Liferay 6.2.0 Release Maven Artifacts

New Member Bejegyzések: 17 Csatlakozás dátuma: 2013.10.21. Legújabb bejegyzések
Mika Koivisto:
Sorry about that. I've informed our release engineer that it's now utterly messed up.


Cheers Mika. Mind giving us a nudge when the repo should be fixed?
thumbnail
Mika Koivisto, módosítva 10 év-val korábban

RE: Liferay 6.2.0 Release Maven Artifacts

Liferay Legend Bejegyzések: 1519 Csatlakozás dátuma: 2006.08.07. Legújabb bejegyzések
It looks to be okay now. The version number is now 6.2.0-ga1 all lower case.
B C, módosítva 10 év-val korábban

RE: Liferay 6.2.0 Release Maven Artifacts

New Member Bejegyzések: 11 Csatlakozás dátuma: 2013.06.18. Legújabb bejegyzések
Hi,

I'm getting this error when I try to use liferay-maven-plugin-6.2.0-ga1 :


Could not calculate build plan: Plugin com.liferay.maven.plugins:liferay-maven-plugin:6.2.0-ga1 or one of its dependencies could not be resolved: Failed to read artifact descriptor for com.liferay.maven.plugins:liferay-maven-plugin:jar:6.2.0-ga1
Plugin com.liferay.maven.plugins:liferay-maven-plugin:6.2.0-ga1 or one of its dependencies could not be resolved: Failed to read artifact descriptor for com.liferay.maven.plugins:liferay-maven-plugin:jar:6.2.0-ga1


This error appears although I added the following repository in my pom.xml :

<pluginRepositories>
<pluginRepository>
<id>liferay-plugin-repo</id>
<name>Liferay Repo</name>
<url>https://repository.liferay.com/nexus/content/groups/liferay-ce/</url>
<layout>default</layout>
<snapshots>
<enabled>false</enabled>
</snapshots>
<releases>
<updatePolicy>never</updatePolicy>
</releases>
</pluginRepository>
</pluginRepositories>
<repositories>
<repository>
<id>liferay-repo</id>
<name>Liferay Repo</name>
<url>https://repository.liferay.com/nexus/content/groups/liferay-ce/</url>
</repository>
</repositories>



Any idea of what's I'm doing wrong ?

Thanks.
B C, módosítva 10 év-val korábban

RE: Liferay 6.2.0 Release Maven Artifacts

New Member Bejegyzések: 11 Csatlakozás dátuma: 2013.06.18. Legújabb bejegyzések
Note : I tried to use liferay-maven-plugin-6.2.0-RC5, and dependencies are resolved.

But when I launch mvn liferay:build-service, I get this error :

[ERROR] Failed to execute goal com.liferay.maven.plugins:liferay-maven-plugin:6.2.0-RC5:build-service (default-cli) on project dp-dw-servicebuilder-portlet: Parameter 'directory' is not a directory -> [Help 1]


I'm stuck... emoticon
Vinay Gadiraju, módosítva 10 év-val korábban

RE: Liferay 6.2.0 Release Maven Artifacts

New Member Bejegyzések: 3 Csatlakozás dátuma: 2012.11.20. Legújabb bejegyzések
We solved this issue by Downloading liferay portal maven project and run "ant install".

Now this will download all the required dependancies into your local maven repo.
After this use the version that got downloaded in the above process and run your mvn to get your package.

Hope this helps.
Vinay