Hello, I am trying to setup builds using Ant and Maven2 ant tasks.
I would like to have the following setup : - all third party jars are stored in ClearCase and are accessed through filesystem. It is assumed we setup the filesystem to follow maven layout (do not know exactly how, but will find out) - all internal artifacts are published via WebDav on an Apache Server - developers have on top of that a local, file system based repository, which overrides the WebDav repository - the central builds take the third party jars from file system, and retrieve the internal dependencies from WebDav - for the developers, it works the same with the file system based repository added to the equation Could you suggest how to make this work with a settings.xml or profile.xml, and as little configuration as possible in the individual build files or pom files. We will write pom.xml files for each project. Ideally, we would check in the profile.xml or settings.xml somewhere in ClearClase and make sure that it is used, we do not want the developers to each pick his configuration, rather we want to make it imperative. Regards, Antoine --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
