Page 1 of 1

BroadleafCommerceDemo configuration

Posted: Thu Apr 26, 2012 8:41 am
by Himkar
Hi,

I am new to BLC. here I need to configure in such a way.

I have configured BroadleafCommerce source code version 1.6.0 M1 and configured the maven repository path to my local c:/<directoryName>. so while installing this all the jars get installed in this directory.

now I want to configure the demo site and this should user BLC related jars from local not from the BLC repository.


is it possible or not. please guide me about the changes I need to do.

Re: BroadleafCommerceDemo configuration

Posted: Mon May 07, 2012 2:23 pm
by bpolster
Himkar, you can adjust the pom.xml file for the demo to use your own modified Broadleaf Commerce files.

That being said, it is a really bad idea. You will be preventing yourself from being able to accept future upgrades.

Instead, I'd recommend you look at our documentation especially the sections on extending and modifying out-of-box domain and services.

Here is a link.

http://wiki.broadleafcommerce.org/confl ... ctionality

Thanks,
- Brian