Am 12/13/16 um 01:33 schrieb Igor Fedorenko: > This suggests inefficiency in existing implementation. We use this model > internally with some custom optimizations for a very large codebase.
Maybe. Netbeans is using the Maven API for all of this. It's like building the full reactor on the command line with downloading source jars and javadoc jars. That other IDE does not handle the artifacts as artifacts but more or less views all of those artifacts as directories in a common workspace and internally builds it's own classpaths and so on. That's why the reactor coordinates do not seem to make any sense there. Regards, -- Christian --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
