Our web project has a custom tag library for one of the sub-projects and the Eclipse Sysdeo Tomcat plugin doesn't handle it well if it's included directly as a project link instead of as a jar from the M2_REPO. Since it's otherwise useful to have project links that the eclipse plugin generates, is there a way to tell it not to generate such a link for a given project? For example I have a project with three dependencies A, B, and C, and I don't want B included as a project link. A and C should appear in the projects tab of my Java Build path, and M2/...B.jar should appear in my Libraries tab. K.C.
