Page 1 of 1

steps to use archytypes from snapshot builds

Posted: Thu Feb 16, 2012 5:25 pm
by srini
Hi,

I am trying find out the steps involved building the project using 1.6.0 or 1.7.0 SNAPSHOT from http://www.broadleafcommerce.org/nexus/ ... /snapshots. What information do I need to add in pom.xml to do the maven install?

Thanks,
Srini.

Re: steps to use archytypes from snapshot builds

Posted: Sat Feb 18, 2012 3:12 pm
by bpolster
You'll want to add this to your master (root) pom.xml to use snapshot builds.

<repositories>
<repository>
<id>public releases</id>
<name>public releases</name>
<url>http://www.broadleafcommerce.org/nexus/content/repositories/snapshots/</url>
</repository>
</repositories>

We recommend not coding against snapshots as they will be unstable. We try to keep the development cycles short and the releases on maven central are updated frequently.