[SOLVED] DemoSite broadleaf-pricelist maven module missing
Posted: Tue Dec 04, 2012 11:00 am
Hi ,
I was just looking at broadleaf DemoSite in "inventory" and "pricelist" , and it appears that required
"broadleaf-pricelist" and "broadleaf-inventory"* maven modules are not available in
the snapshots repository and blocks compilation.
It breaks maven compilation .
I know these 2 branches are not supposed to be stable and that you are refactoring bl code.
https://github.com/BroadleafCommerce/De ... ry/pom.xml
<dependency>
<groupId>org.broadleafcommerce</groupId>
<artifactId>broadleaf-pricelist</artifactId>
<version>${blc.pricelist.version}</version>
<type>jar</type>
<scope>compile</scope>
</dependency>
https://github.com/BroadleafCommerce/De ... st/pom.xml
<!--Broadleaf third party libraries -->
<dependency>
<groupId>org.broadleafcommerce</groupId>
<artifactId>broadleaf-inventory</artifactId>
<version>1.0.0-SNAPSHOT</version>
</dependency>
*Edit: broadleaf-inventory has just been added in github https://github.com/BroadleafCommerce/Inventory, jar should be generated automatically through nightly-builds [ok]
I was just looking at broadleaf DemoSite in "inventory" and "pricelist" , and it appears that required
"broadleaf-pricelist" and "broadleaf-inventory"* maven modules are not available in
the snapshots repository and blocks compilation.
It breaks maven compilation .
I know these 2 branches are not supposed to be stable and that you are refactoring bl code.
https://github.com/BroadleafCommerce/De ... ry/pom.xml
<dependency>
<groupId>org.broadleafcommerce</groupId>
<artifactId>broadleaf-pricelist</artifactId>
<version>${blc.pricelist.version}</version>
<type>jar</type>
<scope>compile</scope>
</dependency>
https://github.com/BroadleafCommerce/De ... st/pom.xml
<!--Broadleaf third party libraries -->
<dependency>
<groupId>org.broadleafcommerce</groupId>
<artifactId>broadleaf-inventory</artifactId>
<version>1.0.0-SNAPSHOT</version>
</dependency>
*Edit: broadleaf-inventory has just been added in github https://github.com/BroadleafCommerce/Inventory, jar should be generated automatically through nightly-builds [ok]