Jane Young-2 wrote:
> 
> Hi,
> 
> Is there a way to exclude a comma separated list of "groupId:artifactId" 
> using maven-dependency-plugin:copy-dependencies?
> 
> The reason I'm asking this is that there are identical artifactIds but 
> with different groupIds in the dependency  tree and  I want to 
> distinguish the artifactId to exclude.  However, I do not want to use 
> "excludeGroupIds" since there are artifacts in the groupId that I want 
> to copy.
> 
> Thanks,
> Jane
> 

I need something similar. <excludeArtifactIds> fails to exclude artifacts
containing classifiers, and I don't want to exclude all artifacts with that
classifier. A comma-separated
"groupId:artifactId:version:packaging:classifier" would be perfect (where
version, packaging, classifier are optional).

Any ideas?

Thanks,
Gili

--
View this message in context: 
http://maven.40175.n5.nabble.com/exclude-a-list-of-groupId-artifactId-using-maven-dependency-plugin-tp4762053p4795458.html
Sent from the Maven - Users mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to