Hi Jilani, You need to use Gradle for that. The Gradle tasks are listed using "gradlew tasks"
The one you are looking for is part of the "OFBiz Plugin tasks" section. It's pullPluginSource. The syntax is not that obvious. You need to use the "-PpluginId=ecommerce" parameter So you should use: "gradlew pullPluginSource -PpluginId=ecommerce" The rest is up to you HTH Jacques Le 13/11/2022 à 06:49, jilani shaik a écrit :
Hi, I am looking for help with how to install an e-commerce plugin https://github.com/apache/ofbiz-plugins/tree/trunk Thanks, Jilani
