Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jonnyzzz/intellij-ant-maven
Helper script to fetch dependencies from Maven in Ant mostly for IntelliJ IDEA projects
https://github.com/jonnyzzz/intellij-ant-maven
Last synced: about 1 month ago
JSON representation
Helper script to fetch dependencies from Maven in Ant mostly for IntelliJ IDEA projects
- Host: GitHub
- URL: https://github.com/jonnyzzz/intellij-ant-maven
- Owner: jonnyzzz
- Created: 2013-11-04T22:36:45.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-03-05T14:49:12.000Z (over 10 years ago)
- Last Synced: 2024-04-15T23:50:03.161Z (7 months ago)
- Size: 152 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
intellij-ant-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
=======
MITHow to use
==========
Fork this repo and merge it into your repo
Complete ```fetch.xml``` with actual dependenciesThe 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 diffWe 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