Hello maveners First of course bravo to the team for the version 1.0
I have a question regardings the recently added .pom file generation We are using the EnsureProjectConsistencyWithEntities (http://wiki.codehaus.org/maven/EnsureProjectConsistencyWithEntities ) stuff on to ensure dependencies consistency between all the projects. So all our project.xml start with a <!DOCTYPE project [<!ENTITY % locator-entities SYSTEM "file:locator.ent"> %locator-entities;]> all our dependencies looks like : <dependency> &foo-dependency; </dependency> and next to each project.xml we have an locator.ent that contains the path to the files that contains all the dependency entities content and ... all the generated .pom files start with a : <!DOCTYPE project [<!ENTITY % locator-entities SYSTEM "file:locator.ent"> %locator-entities;]> with of course NO locator.ent file next to them and no way to get the content of their dependency entities. I would know the way to have "valids" pom files with such projects. Thanks Julien This message and any attachments (the "message") is intended solely for the addressees and is confidential. If you receive this message in error, please delete it and immediately notify the sender. Any use not in accord with its purpose, any dissemination or disclosure, either whole or partial, is prohibited except formal approval. The internet can not guarantee the integrity of this message. BNP PARIBAS (and its subsidiaries) shall (will) not therefore be liable for the message if modified. --------------------------------------------- Ce message et toutes les pieces jointes (ci-apres le "message") sont etablis a l'intention exclusive de ses destinataires et sont confidentiels. Si vous recevez ce message par erreur, merci de le detruire et d'en avertir immediatement l'expediteur. Toute utilisation de ce message non conforme a sa destination, toute diffusion ou toute publication, totale ou partielle, est interdite, sauf autorisation expresse. L'internet ne permettant pas d'assurer l'integrite de ce message, BNP PARIBAS (et ses filiales) decline(nt) toute responsabilite au titre de ce message, dans l'hypothese ou il aurait ete modifie. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
