https://github.com/davidgraeff/maven2gradle4openhab
A tool to automatically convert a maven OSGI manifest first project to a gradle project.
https://github.com/davidgraeff/maven2gradle4openhab
Last synced: 8 months ago
JSON representation
A tool to automatically convert a maven OSGI manifest first project to a gradle project.
- Host: GitHub
- URL: https://github.com/davidgraeff/maven2gradle4openhab
- Owner: davidgraeff
- Created: 2017-12-26T11:59:43.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-26T12:03:41.000Z (over 8 years ago)
- Last Synced: 2025-03-17T04:06:02.204Z (over 1 year ago)
- Language: Java
- Size: 176 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Migration Tools
This repository contains migration tools from maven/typcho to gradle/bnd
## Manifest dependencies to gradle dependencies
This tool reads an existing MANIFEST.MF file, extracts the dependencies and creates
a `dependencies.gradle` file per project in the root of each project.
If the tool is run in a multi-project directory, it will
also create an `allowed_dependencies.json` file, which lists all encountered project dependencies
in a single file in the following format:
```
[ "com.google.dagger:dagger-compiler:2.8": {},
"another.group:artifactID:version": {}
]
```