掲示板

How to import module into eclipse in liferay 7 ?

7年前 に lokesh gorrela によって更新されました。

How to import module into eclipse in liferay 7 ?

Regular Member 投稿: 173 参加年月日: 16/03/09 最新の投稿
Hi guys
I have one requirement. I have devleloped one module project in my machine. How to use that module project in another machine. Any one knows about this please give replay.
thumbnail
7年前 に David H Nebinger によって更新されました。

RE: How to import module into eclipse in liferay 7 ?

Liferay Legend 投稿: 14919 参加年月日: 06/09/02 最新の投稿
So typically your artifacts will get published to a maven repository such as nexus or artifactory. Going forward, you can then declare the dependency in the build.gradle and (as long as you're pointed at your local repo) the artifact will be downloaded for use in your project.

Now if you don't have a maven repo, you can install into your local (machine) maven repo using the mvn install:install-file command. This requires manual copying to the various systems and running the mvn command to install, but when it's in your local repo you can still declare the dependency in build.gradle and the artifact will be found.






Come meet me at the LSNA!
7年前 に lokesh gorrela によって更新されました。

RE: How to import module into eclipse in liferay 7 ?

Regular Member 投稿: 173 参加年月日: 16/03/09 最新の投稿
Hello David H Nebinger
Thanks for your replay.
I have created one service module in my machine. After that I try to deploy that service module into another machine, but it is not deploy. Could you please tell the solution to my problem.
Regards
Lokesh