Hi, I use maven3/tycho and maven-dependency-plugin to copy dependencies to my local lib. But cannot exclude org.eclipse.*.jar. Is there a way to exclude them?
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.
