For my current project, I am testing a migration from ANT to Maven 2.0 (alpha 2). I have encountered an issue that I am unable to resolve. I have a single source tree, but I need to compile and package a JAR for two different platforms: J2SE and CDC. I have built two separate pom.xml files: pom-J2SE.xml and pom-CDC.xml, within the same directory. I was hoping there would be a command similar to ant: ant -buildfile <myfile> but I have been unable to find it. If this is a possible solution, I also need to manage the entire platform build from a master pom.xml, which propagates target platform information down to the sub projects. Is there a feasible solution in Maven 2.0?
Thanks, Shane --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
