Ok that makes sense. Figured I was probably doing something wrong but I hadn't seen any messages about this before.
Thanks, MAR -----Original Message----- From: Yann Le Du [mailto:[EMAIL PROTECTED] Sent: Monday, October 10, 2005 9:27 AM To: Maven Users List Subject: RE: <repositoryPolicy> tag not valid? Yes, there are still bugs in the site generation. For m2b3, <repositoryPolicy> is actually <releases> or <snapshots> (depending on what you need). e.g. : <repository> <releases> <enabled>false</enabled> </releases> <snapshots> <enabled>true</enabled> <updatePolicy>always</updatePolicy> </snapshots> [...] Regards, Yann --- "Russell, Mark" <[EMAIL PROTECTED]> a écrit : > Whenever I try to use <repositoryPolicy> in a pom.xml I get the > following: > > [INFO] Reason: Failed to parse model from file > 'C:\DEV\MAVEN\fx_toolkit\pom.xml'. Error: 'Unrecognised tag: > 'repositoryPolicy' (position: START_TAG seen ...<repository>\n > <repositoryPolicy>... @34:25) ' > > Was this tag maybe just renamed and the documentation on the > maven.apache.org/maven2 site not updated? > > > MAR > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > ___________________________________________________________________________ Appel audio GRATUIT partout dans le monde avec le nouveau Yahoo! Messenger Téléchargez cette version sur http://fr.messenger.yahoo.com --------------------------------------------------------------------- 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]
