Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[tycho-user] excludeGroupIds

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.

Back to the top