Hi, I am trying to set up our build environment using Maven. We are currently using an internally developped build tool, but i am evaluating Maven as we are thinking of having an easier build process.
I have a few issues, but again i am not that experienced with Maven and Ant, and maybe you have some answers. 1) We already have our jars stored on a server, but not as the Maven structure ( product/jars/product.jar). Is this structure configurable ? I tried setting the <jar> tag without success... 2) It's kind of annoying having to list the dependencies at several places, i.e. in the build.xml, project.xml, etc. What i would like is having them listed say, in dep.list, (just plainly listed, not under <dependencies>..). Can this be done ? (I'm thinking about writing a "mavenize" target, that will generate the <dependencies> tags.., but is this already done ?). 3) Do projects having dependencies which themselves depend on common dependencies handled ? I.e. if my project depends on file1.jar and file2.jar, and file1.jar has a dependency on file2.jar, does Maven provides a way to handle this ? 4) How well does Maven supports builds per profiles, i.e. generating a distribution for different profiles (dev, migration, production, etc..). Regards, Jean-Pierre S�vigny Developer D�veloppeur Newtrade Technologies Inc. [EMAIL PROTECTED] If you have received this message in error, please notify the sender immediately and delete the original without making a copy, disclosing its contents or taking any action based thereon. Si vous avez re�u ce message par erreur, veuillez en aviser imm�diatement le signataire et effacer l'original, sans en tirer de copie, en d�voiler le contenu ni prendre quelque mesure fond�e sur celui-ci. -- To unsubscribe, e-mail: <mailto:turbine-maven-user-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:turbine-maven-user-help@;jakarta.apache.org>
