Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jonnyzzz/teamcity.renamer


https://github.com/jonnyzzz/teamcity.renamer

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

simple-maven
============

This is simple possible ant script that could be used to fetch
maven dependencies in Intellij IDEA based projects.

Scripts also contains simple helpers that could be used with TeamCity builds

License
=======
MIT

How to use
==========
Fork this repo and merge it into your repo
Complete ```fetch.xml``` with actual dependencies

The sctips also updates IDEA library files to include new-ly added librariries to IDEA project.
It's expected you'll no changed files on script re-run. If you do => post the issue with diff

We use [Maven Ant Tasks](http://maven.apache.org/ant-tasks/examples/dependencies.html)
inside. So `` element under `` is the same
element as under Maven Ant Tasks