Brett PorterThoughts on Maven and Java from my corner of Sydney, AustraliaMaven Structure Primer- July 16, 2004 Here's something I wrote up a while back for work and have touched up recently that discusses the structure of Maven 1.x. Download file While you wouldn't need it as a general user (although troubleshooting is helpful), its aimed more at someone digging seriously into plugin writing. Definitely rough around the edges, but I hope it helps!http://blogs.codehaus.org/people/brett/archives/000790_maven_structure_primer.html ANN Maven 1.0 Released- July 13, 2004 The Apache Maven team is pleased to announce the release of Maven 1.0. http:maven.apache.orgstartdownload.html (please be patient as the release may not have propogated to all mirrors yet) Maven is a project management and project comprehension tool. Maven is based on the concept of a project object model: builds, documentation creation, site publication, and distribution publication are all controlled from the project object model. Maven also provides tools to create source metrics, change...http://blogs.codehaus.org/people/brett/archives/000786_ann_maven_10_released.html |