Project Dash m4e Tools – Create Maven Artifacts From Eclipse Plug-ins
[UPDATE] There is now a testing repo which contains Eclipse 3.6.2 If you use Maven and Eclipse, you know the pain: How do I convert Eclipse plug-ins into Maven artifacts? The simple step is to run mvn...
View ArticleMaven Tools for Eclipse: Patching POMs
I’ve added a new feature to my Maven tools for Eclipse: Applying patches to POMs. This is a first step towards solving issues like this one: Bug 342046 - Invalid third party dependencies in Mavenized...
View ArticleMaven Tools for Eclipse: M2 Repository Analysis And Dependency Management
I’ve finished RC1 of my set of tools to import Eclipse plug-ins into Maven 2 repositories. You can find the source on github. It needs Python 2.7 and lxml. pip is your friend. The new features: There...
View ArticleRC1 of Testing Ready For Testing [Updated]
I’ve recreated the testing repository using the latest version of my Maven Tools 4 Eclipse. To browse the repository, please use the Nexus interface. If you pull in any dependencies from the...
View ArticleNew Website for Maven Tools For Eclipse (MT4E)
My Maven Tools for Eclipse (MT4E) project has now a wiki page: http://wiki.eclipse.org/Maven_Tools_4_Eclipse And I’ve started to convert the tools from Python to Groovy. Tagged: Apache Maven,...
View ArticleNew Release of MT4E
Note: This post is now obsolete since there is a newer release. I just finished a new release of Maven Tools 4 Eclipse. It’s not written in Groovy and supports all the features of the old Python...
View Article