Hi, we're considering switching to maven2, but one issue is currently blocking us. We have all our sources and projects in a dynamic ClearCase environment. Development work can be done in a Windows or a Linux environment. For performance reasons, we *really* want the build output to be diverted to a local disk and this could be configured in a profile. However, we also want the build to work "out of the box" without any configuring at all--in this case the build output should be according to convention. So I want to be able to have a profile that *completely* diverts *all* build output to a different file system, effectively mirroring the conventional setup w.r.t. output.
:convention: /view/xyz/proj/src/... /view/xyz/proj/target/.. :design profile: /view/xyz/proj/src/... c:\blabla\xyz\proj\target\... I also want this to be defined "generically" so we do not have to declare output directories for each child project, since we have, or will have, a lot of them. It should also work for the eclipse plugin, so that we can set up an eclipse workspace based on the design profile. However, this has proven to be beyond my current maven capability. There's always a snag somewhere--recursive expressions, maven-eclipse-plugin failures etc. If someone has achieved this setuo, please share your knowledge. Thanks. /per norrman -- View this message in context: http://www.nabble.com/Build-directory-tf2517532.html#a7021764 Sent from the Maven - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
