Foren

Deploying Liferay EXT using Maven

Abhishek Dhingra, geändert vor 12 Jahren.

Deploying Liferay EXT using Maven

Junior Member Beiträge: 51 Beitrittsdatum: 08.04.11 Neueste Beiträge
Hi All,

I tried to deploy the Liferay EXT using Maven plugin but EXT is not getting properly deployed. I checked and found that even EXT-JAR files are not getting created.

Followed the following below steps:
1) Created new Maven module, with Ext archetype.
2) Post creation, did Maven 'Clean install liferay:deploy'.

On Liferay:deploy, 2 war files are getting created in deploy folder. I tried the Liferay:direct-deploy. but Build Failure message is getting displayed on Console.

Can you please guide me if i missed any steps.Please help me in resolving the same.

Thanks much in advance.

Regards,
Abhishek
thumbnail
Mika Koivisto, geändert vor 12 Jahren.

RE: Deploying Liferay EXT using Maven

Liferay Legend Beiträge: 1519 Beitrittsdatum: 07.08.06 Neueste Beiträge
Do the deploy from the -ext project folder instead of the project root. Invoking deploy from the project root tells maven run this goal to all sub projects and that's not what you want to do.
Abhishek Dhingra, geändert vor 12 Jahren.

RE: Deploying Liferay EXT using Maven

Junior Member Beiträge: 51 Beitrittsdatum: 08.04.11 Neueste Beiträge
Hi Mika,

Thanks much for the reply. I tried the same and deployed only the -ext.war file, but somehow it is not working for me. I think the main issue is when the server will deploy the war, the JAR files under lib folder are not getting created.

I tried the same with ANT , and it is creating the JAR's under lib folder and working fine.

Regards,
Abhishek
thumbnail
Mika Koivisto, geändert vor 12 Jahren.

RE: Deploying Liferay EXT using Maven

Liferay Legend Beiträge: 1519 Beitrittsdatum: 07.08.06 Neueste Beiträge
Can you attach the server log from the point where it starts to process the ext war file?
thumbnail
Miguel Ángel Júlvez, geändert vor 11 Jahren.

RE: Deploying Liferay EXT using Maven

Junior Member Beiträge: 63 Beitrittsdatum: 29.03.11 Neueste Beiträge
It's happening the same thing

Any advice?

Thanks

I'm using liferay 6.1.1.1 CE GA2, liferay maven plugin 6.1.1 and tomcat 7.0.27

Abhishek Dhingra:
Hi Mika,

Thanks much for the reply. I tried the same and deployed only the -ext.war file, but somehow it is not working for me. I think the main issue is when the server will deploy the war, the JAR files under lib folder are not getting created.

I tried the same with ANT , and it is creating the JAR's under lib folder and working fine.

Regards,
Abhishek
Ludovic Dussart, geändert vor 9 Jahren.

RE: Deploying Liferay EXT using Maven

New Member Beiträge: 8 Beitrittsdatum: 25.02.13 Neueste Beiträge
Hi all,

I'm using Liferay maven archetype (6.2-SP1) to build a plugin ext project too.

When i execute mvn package liferay:deploy on -ext module, the war is copied in deploy dir.
When Liferay start, it publish the war into webapp dir and copy ext*.jar into WEF-INF/lib portal directory but it doen't copy -ext-service.jar into tomcat/lib/ext

It's normal ? It's a bug with liferay-maven-deploy plugin with PLUGIN-EXT type ?
The liferay:direct-deploy command on -ext module do tje job and copy -ext-service.jar into tomcat/lib/ext ...

What is the -web module war generated compared to -ext module war generated ?

Thanks in advance for yours answers, they will me a great help.

Miguel Ángel Júlvez:
It's happening the same thing

Any advice?

Thanks

I'm using liferay 6.1.1.1 CE GA2, liferay maven plugin 6.1.1 and tomcat 7.0.27

Abhishek Dhingra:
Hi Mika,

Thanks much for the reply. I tried the same and deployed only the -ext.war file, but somehow it is not working for me. I think the main issue is when the server will deploy the war, the JAR files under lib folder are not getting created.

I tried the same with ANT , and it is creating the JAR's under lib folder and working fine.

Regards,
Abhishek