https://github.com/mslinn/ivy-fun
Fun with Apache Ivy
https://github.com/mslinn/ivy-fun
Last synced: 2 months ago
JSON representation
Fun with Apache Ivy
- Host: GitHub
- URL: https://github.com/mslinn/ivy-fun
- Owner: mslinn
- License: cc0-1.0
- Created: 2017-11-25T23:28:33.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-11-26T17:42:50.000Z (over 7 years ago)
- Last Synced: 2025-01-09T01:12:24.947Z (4 months ago)
- Language: Scala
- Homepage: https://ant.apache.org/ivy/
- Size: 28.3 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Fun With Apache Ivy and Scala
[](https://travis-ci.org/mslinn/ivy-fun)
[](https://badge.fury.io/gh/mslinn%2Fivy-fun)## Running the Program
The `bin/run` Bash script assembles this project into a fat jar and runs it.
Sample usage, which runs the default entry point in `src/main/scala/`:```
$ bin/run
```The `-j` option forces a rebuild of the fat jar.
Use it after modifying the source code.```
$ bin/run -j
```