Okay. How does the maven.html actually get generated (so I can make sure my changes look okay before submitting)? Do I just run a (m2) goal for the maven-model project?
..David.. -----Original Message----- From: Jason van Zyl [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 26, 2005 2:08 PM To: Maven Users List Subject: RE: Default POM / POM Documentation On Wed, 2005-10-26 at 12:52 -0600, David Jackman wrote: > The POM reference is a good start, but there's still a lot missing or > left unexplained. > How is the maven-model/maven.html file generated? Is it possible to > make changes to improve the documentation and submit patches? It is generated from our Modello model here: http://svn.apache.org/viewcvs.cgi/maven/components/trunk/maven- model/maven.mdo?rev=321000&view=markup Many other things like the model sources, xpp3 reader/writer, and XSD are also generated from this model. If you patch the model with better descriptions it's very easy to regenerate everything. > ..David.. > > > -----Original Message----- > From: Jason van Zyl [mailto:[EMAIL PROTECTED] > Sent: Wednesday, October 26, 2005 10:56 AM > To: Maven Users List > Subject: Re: Default POM / POM Documentation > > On Wed, 2005-10-26 at 11:04 -0500, Doug Knesek wrote: > > I am a Maven 1.x user trying to port all my projects to Maven 2.0. > > > > Currently, I'm trying to understand many of the elements of the > > Maven 2.0 POM. The documentation strings in maven-v4_0_0.xsd help, > > but aren't sufficient. > > > > 1) Is there comprehensive documentation of the new POM somewhere? > > http://maven.apache.org/maven-model/maven.html > > > 2) Where can I find the POM(s) that would specify default attribute > > values within the Maven 2.0 distribution. > > You mean samples? > > http://svn.apache.org/viewcvs.cgi/maven/components/trunk > > Any of the Maven projects are a good start. > > > Thanks, > > > > - Doug > > > > -------------------------------------------------------------------- > > - To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > -- > jvz. > > Jason van Zyl > jason at maven.org > http://maven.apache.org > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- jvz. Jason van Zyl jason at maven.org http://maven.apache.org In short, man creates for himself a new religion of a rational and technical order to justify his work and to be justified in it. -- Jacques Ellul, The Technological Society --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
