Hi, I'm really interested in the new make feature which could greatly improve my team productivity. I think it's a great idea! Sadly, I failed to make it work and since I understand it is a M1 version so there's not much documentation yet, here I am.
Lets start with my first issue. What is the command line? In attachment, there's a little multiproject project with A (parent), B (child of A), C (child of A), D (child of A but in profile). The compilation order is A, B, C and D (if the java profile is specified). If I want to resume from project B, what should I do? I tried from the root dir: mvn -rf B install But got: [INFO] Invalid task 'f': you must specify a valid lifecycle phase, or a goal in the format plugin:goal or pluginGroupId:pluginArtifactId:pluginVersion:goal Thanks a lot for any information and tell me if you would like some jira issues to be created (with sample projects) - Henri P.S: Having mvn -help giving the syntax for -rf could be a great first thing to do to document. P.P.S: Should the B be a directory or a project? (maven 2.1.0 doc seems to say it's a directory but the maven-reactor-plugin uses a project) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
