Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[m2e-users] Maven Dependency Plugin Connector

Greetings,

I've completed a first draft of a m2e connector for the Maven Dependency Plugin:

https://github.com/ianbrandt/m2e-maven-dependency-plugin

So far it only covers the unpack goal.  I'd plan to add similar support for copy, copy-dependencies and unpack-dependencies if this first version is well received.

This is my first Eclipse Plugin, m2e connector, and Tycho project.  Feedback and help with testing would be most appreciated:

https://github.com/ianbrandt/m2e-maven-dependency-plugin#how-can-i-help-the-project

All the best,

Ian

Back to the top