jboss7.x - Deploying maven liferay project to remote Jboss based Liferay portal -


I am new to Liferay portal here my configuration is

- posted on Jbis AS 7.1.1 Liferay 6.1 7.1.1 Ultimate - Man 3.1.1

I can easily deploy my portable (Maven Project) in the local Liferay instance, but I try to deploy this portlet in a remote instance.

Here's a part of my pom.xml

   & Lt; Version & gt; $ {Lifer.version} & lt; / Edition & gt; & Lt; Configuration & gt; & Lt; AutoDeployDir & gt; $ {Liferay.auto.deploy.dir} & lt; / AutoDeployDir & gt; & Lt; AppServerDeployDir & gt; $ {Liferay.app.server.deploy.dir} & lt; / AppServerDeployDir & gt; & Lt; AppServerLibGlobalDir & gt; $ {Liferay.app.server.lib.global.dir} & lt; / AppServerLibGlobalDir & gt; & Lt; AppServerPortalDir & gt; $ {Liferay.app.server.portal.dir} & lt; / AppServerPortalDir & gt; & Lt; LiferayVersion & gt; $ {Lifer.version} & lt; / LiferayVersion & gt; & Lt; PluginType & gt; Portlet & lt; / PluginType & gt; & Lt; / Configuration & gt; & Lt; / Plugin & gt; ... & lt; / Build & gt;  

I would like to do something like "liferay.parent.server" to target remote directory.19.68.1.2 / Env / JBoss

I have long I have been working from time to time. I appreciate your help

thanks

For the remote example of the Liferay portal you have to Remote IDE Connector plugin.

Now you can deploy it through your eclipse:

Or you can use, but be aware (you download the source, fix it and make it Is required)


Comments

Popular posts from this blog

ios - How do I use CFArrayRef in Swift? -

eclipse plugin - Run java code error: Workspace is closed -

c - Error on building source code in VC 6 -