Maybe we need a no-op goal in Maven. This might have uses outside of this purpose - eg checking all sources are present and in the correct location. As a workaround, you could use one of the many dummy plugin (eg war:load) goals - although I'm not sure I should really recommend that :) You can create your own maven.xml with "dummy:dummy" and run that.
Probably there should be a way to suck in project.xml's easily from other projects, rather than having to do this. - Brett -- Brett Porter Developer, Content & Distribution f2 network ~ everything essential -----Original Message----- From: Paul Libbrecht [mailto:[EMAIL PROTECTED] Sent: Tuesday, 22 July 2003 8:37 AM To: Maven Users List Subject: Running reactor without any goals ? Hi, I'd like to run through a set of projects so as to get their dependencies... however, I'd like to avoid running any goal. How can I do that ? Thanks. Paul --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
