An open API service indexing awesome lists of open source software.

https://github.com/crowdcode-de/movetomaven

Framework for Moving from Ant or any other Builds to Maven
https://github.com/crowdcode-de/movetomaven

Last synced: 11 months ago
JSON representation

Framework for Moving from Ant or any other Builds to Maven

Awesome Lists containing this project

README

          

MoveToMaven
===========

Framework for Moving from Ant or any other Builds to Maven.

With this framework you can move your Ant builds and structures to standard Maven projects. You still need
to implement your own plugin to make the move but you get some foundation functionalities with this framework.

Article about moving from Ant to Maven:
* [Moving from Ant to Maven: Best Practices with Maven Plugins](http://goo.gl/4HEeS)

Some tricks:
* If you want to read and write Maven pom.xml file use the Maven model like this: http://goo.gl/n2CuG

Our current build status at BuildHive CloudBees: [![Build Status](https://buildhive.cloudbees.com/job/crowdcode-de/job/MoveToMaven/badge/icon)](https://buildhive.cloudbees.com/job/crowdcode-de/job/MoveToMaven/)

Have fun!
[Lofi](http://lofidewanto.blogspot.com)