| Although I work with Eclipse from time to time, I don't get it. Does | the <classpathentry> tag mean, that /delfos-ejb is interpreted as a | source path? I usually don't put my sources directly into
No it means that the project depends on the classes in the "/delfos-ejb" project. (I don't know why the "kind" attribute is "src", I take the <classpathentry> from the file generated by eclipse) | the project | root. Further I don't have ever used project dependencies or | inheritance to build a project with multiple subprojects. But to my | mind, it should be used to create the "src" entry in the .classpath | file instead a IDE specific property. | I mean that the use of IDE specific properties might be dangerous -- | although it appears to be quite useful in this case --, in | the long run | we will end up in project descriptors, that depend on one | specific IDE. Yes, you are right we can end with project descriptors like: <dependency><property><plugin.specific.1>... <plugin.specific.2> This looks ugly, because the project descriptor is making some assumptions about the plug-ins applied to the project. But I don't know if there is a good solution to fully decouple the project descriptor from the plug-ins. Is there a way to tell Maven that a dependency is not a JAR file? --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
