>>>>> Nick Stolwijk <[EMAIL PROTECTED]>: > At the eclipse plugin site [1] I don't see such an option. But I don't > understand the problem you have with generating the .classpath en > .project files. Just don't import the project into Eclipse and all is > well, or not?
Actually, if the project you'd like to skip had been a jar project, if you tried not importing it, you'd get errors, since eclipse:eclipse will generate project dependencies between modules, rather than dependencies against the jars in the local maven repo. But since this was modules with <packaging> other than jar, this doesn't apply. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
