On 3 May 2016 at 18:25, Josh Elser <els...@apache.org> wrote: > sebb wrote: >>>> >>>> >> Ideally the duplicate archives should be dropped, but that is not a >>>> >> blocker, just a nuisance when reviewing. >>> >>> > >>> > >>> > Yeah, I'll try to figure out what's going on with that when I roll >>> > rc1. I'm >>> > not sure since it's not pulling directly from the apache.pom (I'm not >>> > sure >>> > what all the commons parent pom is doing yet). >> >> >> It would be a lot easier if VFS were a single module project. >> Maven does not handle multi-module projects well. >> For example I just tried "mvn site" in the RC directory and it >> complained about not finding various bits of VFS in the repo. >> This does not happen with single module projects. > > > mvn site:stage is used expressly for this purpose. Maven has no problems > with properly constructed multi-module projects -- it's a fallacy that Maven > cannot handle multi-module projects well.
[Since Maven knows it is a multi-module project it should not need a different command. Or at least it should warn the user to start again] I guess VFS is not properly constructed then. I just tried mvn:site having cleared out the local repo of VFS stuff and I get: [ERROR] Failed to execute goal on project commons-vfs2-examples: Could not resolve dependencies for project org.apache.commons:commons-vfs2-examples:jar:2.1: Could not find artifact org.apache.commons:commons-vfs2:jar:2.1 in central (https://repo.maven.apache.org/maven2) -> [Help 1] Whereas I just tried 'mvn site' with Commons Net 3.5 and it worked fine. It downloaded Net 3.4 for Clirr, but otherwise did not need any Net jars. > However, fixing it is a separate topic than this RC voting :) Fixing what? > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org > For additional commands, e-mail: dev-h...@commons.apache.org > --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org