Page 1 of 1

BroadleafCommerceMavenArchetypes in git hub

Posted: Wed Feb 22, 2012 4:52 pm
by srini
Hi,

I am looking at the repositories in github. I see BroadleafCommerceMavenArchetypes repository and wondering what is the significance of it. Is it for building project using 1.6.0? If so how can I create a project using this architype?

Thanks,
Srini.

Re: BroadleafCommerceMavenArchetypes in git hub

Posted: Wed Feb 22, 2012 5:58 pm
by jefffischer

Re: BroadleafCommerceMavenArchetypes in git hub

Posted: Wed Feb 22, 2012 7:46 pm
by srini
Thanks Jeff.

I guess my question was how can I create archetype project using 1.6.0-SNAPSHOT archetype in github instead of 1.5.3 in maven central repository?

Re: BroadleafCommerceMavenArchetypes in git hub

Posted: Mon Feb 27, 2012 12:11 pm
by jefffischer
Sure - take a look at:

http://maven.apache.org/archetype/maven ... -mojo.html

You'll just need to make sure you specify the archetype repository as http://www.broadleafcommerce.org/nexus/ ... snapshots/

Of course, this approach assumes that you're using the command line with maven to generate your project from the archetype. You can also use your IDE (Eclipse, IntelliJ, etc...) to do something similar.