Yes I am sure that its groupid is org.eclipse.core. I tried org.eclipse too.
The thing is I depend on this jar by defining it in my manifest.mf. I think tycho resolves this dependency. I do not depend on it in my pom.xml and so I do not name its groupid. This jar comes from Nexus where I can see that its groupid is org.eclipse.core. If a jar is defined in one of my pom.xml's then I can name its groupid and can exclude it. On Mon, Jul 25, 2011 at 23:00, Wayne Fay <[email protected]> wrote: > > I tried <excludeGroupIds>org.eclipse.core</excludeGroupIds> to exclude > > org.eclipse.core.jobs.jar but it does not work. It still copies > > org.eclipse.core.jobs.jar to my local lib folder. > > Are you sure org.eclipse.core.jobs.jar has the groupId > org.eclipse.core? Check the pom before making any assumptions. It may > be org.eclipse and artifactId core.jobs, or something else entirely. > > Wayne > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
