Hi maven users,

I would like to setup a global environment with maven2 for two differents 
teams: development and integration/support team. 

The first one would describe their project with a pom.xml and access to the 
central and other public repositories trough a proxy (proximity) with no 
restrictions for the development.

In the integration phase, the support team would pickup the source and pom from 
a SCM tagged version and should be able to compile and package the project for 
two environments: staging and production (differents resources directory).
For those packages, the artifact and plugin repositories should be exclusively 
internals (another proximity repositories without remote peers). The contents, 
artifacts/version, of those repositories would have been submited by a 
dedicated validation process.

So my question: what is the best solution to setup such environements ? :
 -settings.xml with mirrors ? But in this case, everyone would acces to public 
repos, even the support team.
 -profiles : In pom.xml? Settings.xml ?
 -How could we detect missing or wrong version artifacts dependencies in the 
integration phase.

If you think I'm wrong with this architectur, please let me know :)

Thanks a lot for your answer for this too long questions :-' 

Rémy


-------------------------------------------------------------------------------------------
"Cette communication (y compris les pieces jointes) est reservee a l'usage 
exclusif du destinataire (des destinataires) et peut contenir des informations 
privilegiees, confidentielles, exemptees de divulgation selon la loi ou 
protegees par les droits d'auteur. Si vous n'etes pas un destinataire, toute 
utilisation, divulgation, distribution, reproduction, examen ou copie (totale 
ou partielle) est non-autorisee et peut etre illegale. Tout message 
electronique est susceptible d'alteration et son integrite ne peut etre 
assuree. Sanofi Pasteur decline toute responsabilite au titre de ce message 
s'il a ete modifie ou falsifie. Si vous n'etes pas destinataire de ce message, 
merci de le detruire immediatement et d'avertir l'expediteur de l'erreur de 
distribution et de la destruction du message. Merci.
This transmission (including any attachments) is intended solely for the use of 
the addressee(s) and may contain confidential information including trade 
secrets which are privileged, confidential, exempt from disclosure under 
applicable law and/or subject to copyright. If you are not an intended 
recipient, any use, disclosure, distribution, reproduction, review or copying 
(either whole or partial) is unauthorized and may be unlawful. E-mails are 
susceptible to alteration and their integrity cannot be guaranteed.Sanofi 
Pasteur shall not be liable for this e-mail if modified or falsified. If you 
are not the intended recipient of this e-mail, please delete it immediately 
from your system and notify the sender of the wrong delivery and the mail 
deletion. Thank you."
**********************************************************************


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to