Hi, FYI I created MNG-3634 and you could see the result here: http://people.apache.org/~vsiveton/MNG-3634/maven-2.0.x/site/maven.html
Comments are welcome! Cheers, Vincent 2008/6/23, Vincent Siveton <[EMAIL PROTECTED]>: > Hi, > > I propose to improve [1] to add a code style for our pom files. As the > following tags are required: modelVersion, groupId, artifactId and > version (see [2]), I see the following in this order. > > <project> > <modelVersion/> > > <parent/> if required > > <groupId/> > <artifactId/> > <version/> > > <name/> > <description/> > > <prerequisites/> if required > > <scm/> > > <issueManagement/> > > <dependencies/> > > <build/> if required > > <reporting/> if required > > <profiles/> if required > > <properties/> if required > </project> > > My reasoning is mainly based on the consistency and the maintenance. > > WDYT? > > Vincent > > [1] http://maven.apache.org/guides/development/guide-m2-development.html > [2] > http://maven.apache.org/guides/introduction/introduction-to-the-pom.html#Minimal_POM > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
