Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[m2e-users] new connectors available

Hi,

I've finished the first release of the connectors I've been working on for the past few weeks. While the requests to include them in discovery catalog are pending you can try them by installing them directly from an Eclipse update site:

http://objectledge.github.com/maven-extensions/connectors/updates/milestones/

Currently my collection contains:

javacc-maven-plugin
maven-jflex-plugin
maven-scm-plugin
jsc-maven-plugin (Rhino JS compiler plugin)
ckpackager-maven-plugin (CKEditor packager plugin)
coral-maven2-plugin (Coral ORM code generator plugin)

The last three are plugins developed by me, jsc and ckpackager plugins are available on oss.sonatype.org, pending inclusion into Maven Central.

On my list for development in near future are:

rmic-maven-plugin
maven2-xdoclet2-plugin
maven-dependency-plugin

I'm also working on some project archetypes that will allow you to set up your own connector project in a few mintues.

Sources for those interested: https://github.com/objectledge/maven-extensions

cheers,
Rafał


Back to the top