Foren

pom for liferay dependency missing at mvn compile on windows but not linux

thumbnail
Jack Bakker, geändert vor 9 Jahren.

pom for liferay dependency missing at mvn compile on windows but not linux

Liferay Master Beiträge: 978 Beitrittsdatum: 03.01.10 Neueste Beiträge
I deployed 6.2.10.10 to my nexus repository

.m2/settings.xml
parent project with pom

from command line on each of Linux and Windows I can generate child of parent portlet fine starting in parent folder with

mvn archetype:generate -Dfilter=liferay (etc.)

then in child folder on Linux, I can also mvn compile , mvn package, and mvn liferay:deploy
but on Windows, when I compile:

[INFO] ------------------------------------------------------------------------
[INFO] Building test-portlet Portlet 1.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[WARNING] The POM for com.liferay.portal:portal-service:jar:6.2.10.10 is missing, no dependency information available
[WARNING] The POM for com.liferay.portal:util-bridges:jar:6.2.10.10 is missing, no dependency information available
[WARNING] The POM for com.liferay.portal:util-taglib:jar:6.2.10.10 is missing, no dependency information available
[WARNING] The POM for com.liferay.portal:util-java:jar:6.2.10.10 is missing, no dependency information available
[WARNING] The POM for com.liferay.portal:portal-client:jar:6.2.10.10 is missing, no dependency information available
[WARNING] The POM for com.liferay.portal:portal-impl:jar:6.2.10.10 is missing, no dependency information available
[WARNING] The POM for com.liferay.portal:portal-pacl:jar:6.2.10.10 is missing, no dependency information available
[WARNING] The POM for com.liferay.portal:portal-web:war:6.2.10.10 is missing, no dependency information available
[WARNING] The POM for com.liferay.portal:util-slf4j:jar:6.2.10.10 is missing, no dependency information available
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE


I am trying to find differences other than just Windows vs. Linux but...
thumbnail
Anil Sunkari, geändert vor 9 Jahren.

RE: pom for liferay dependency missing at mvn compile on windows but not li

Expert Beiträge: 427 Beitrittsdatum: 12.08.09 Neueste Beiträge
Hi Jack,

Could you tell us what was the scope mentioned under dependency(pom file)??

Regards,
Anil Sunkari
thumbnail
Jack Bakker, geändert vor 9 Jahren.

RE: pom for liferay dependency missing at mvn compile on windows but not li

Liferay Master Beiträge: 978 Beitrittsdatum: 03.01.10 Neueste Beiträge
my post here is a non-issue ; plz ignore ; config on Win box was wrong