https://github.com/mmattozzi/pomaid
A helper for adding dependencies to maven poms
https://github.com/mmattozzi/pomaid
Last synced: 2 months ago
JSON representation
A helper for adding dependencies to maven poms
- Host: GitHub
- URL: https://github.com/mmattozzi/pomaid
- Owner: mmattozzi
- Created: 2009-07-01T04:13:52.000Z (almost 16 years ago)
- Default Branch: master
- Last Pushed: 2022-01-27T16:18:57.000Z (over 3 years ago)
- Last Synced: 2025-01-28T18:46:17.005Z (4 months ago)
- Language: Java
- Homepage:
- Size: 17.6 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
Currently in a rudimentary working state.
General idea is to run an interactive session in the working directory of your project that goes like this:
$ pomaid
Search: commons-lang
Select matching dependency:
[1] commons-lang/commons-lang
[x] Exit
1
Select available version:
[0] 1.0
[1] 1.0-b1
[2] 1.0-b1.1
[3] 1.0.1
[4] 2.0
[5] 2.1
[6] 2.2
[7] 2.3
[8] 2.4
[9] 20030203.000129
[x] Exit
8
Dependency:commons-lang
commons-lang
2.4Add to pom? [y/n]
y