views:

331

answers:

1

Is there a Maven archetype that will generate the same scaffolding as maven-archetype-quickstart, but will in addition create the basic project site layout generated by maven-archetype-site? Or do I always have to run each in sequence?

A: 

I think AppFuse is very often the right tool to use when beginning a new Java project. See the QuickStart for samples.

I don't think the site will be generated from the initial AppFuse generation but a simple mvn site will create the basic web site.

paulgreg