I have added the new column in the team-list.xml but I am having problems with the new entries I have made in my project.xml file. I guess I have a couple of questions then.
1.Does maven validate the project.xml file against the maven-project.xsd file each time it executes its goals? 2.If I add an entry to the schema how can I ensure that when my xdoc plugin runs that it 'knows' about the new entry in the project.xml file based off the new schema that I have created? I see that the jelly scripts are referencing the elements in the project.xml file but I can't get it to recognize my new entry. I think I am on the right track but if not someone please point me in the right direction. Scott -----Original Message----- From: Andy Jefferson [mailto:[EMAIL PROTECTED] Sent: Friday, August 15, 2003 1:44 PM To: Maven Users List Subject: Re: Add additional information to the developers info section On Friday 15 Aug 2003 18:23, Nelson, Scott (MAN - Corporate) wrote: > Does anyone know if it is possible to add additional information about the > developers like a work phone number or mobile phone number to the > developer's section of the project.xml? I am trying to add a couple of > columns to the developer's and contributor's table in the site > documentation. Currently allows URL, organisation, timezone. You could have a play around with the files in the 'xdoc' plugin. For example if you look in ${maven.home}/plugins/maven-xdoc-plugin-1.4-SNAPSHOT/plugin-resources/jelly- templates/ you will find team-list.xml. Maybe it would allow you to add extra info, and then also edit ${maven.home}/maven-project.xsd to have the extra info in the POM schema as well. Just an idea ;-) -- Andy --------------------------------------------------------------------- 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]
