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
- Host: GitHub
- URL: https://github.com/crowdcode-de/movetomaven
- Owner: crowdcode-de
- Created: 2013-01-07T19:59:52.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2013-04-11T18:44:26.000Z (about 13 years ago)
- Last Synced: 2024-03-26T12:20:11.532Z (about 2 years ago)
- Language: Java
- Size: 6.63 MB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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: [](https://buildhive.cloudbees.com/job/crowdcode-de/job/MoveToMaven/)
Have fun!
[Lofi](http://lofidewanto.blogspot.com)