Thanks Jacques. I am able to follow the steps that you mentioned and installed the plugin.
On Sun, Nov 13, 2022 at 2:32 AM Jacques Le Roux < [email protected]> wrote: > 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 > >
