https://github.com/multi-os-engine/moe-plugin-maven
Multi-OS Engine: Maven Plugin
https://github.com/multi-os-engine/moe-plugin-maven
Last synced: about 1 year ago
JSON representation
Multi-OS Engine: Maven Plugin
- Host: GitHub
- URL: https://github.com/multi-os-engine/moe-plugin-maven
- Owner: multi-os-engine
- License: apache-2.0
- Created: 2016-09-08T06:17:28.000Z (almost 10 years ago)
- Default Branch: moe-master
- Last Pushed: 2022-07-23T15:25:15.000Z (almost 4 years ago)
- Last Synced: 2025-04-10T00:51:47.785Z (about 1 year ago)
- Language: Java
- Homepage: https://multi-os-engine.org
- Size: 29.3 KB
- Stars: 2
- Watchers: 5
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Build Instructions
### Deploy to Bintray
Add settings to .m2/settings.xml
```xml
...
bintray-repo-moe-maven
your user name
******
...
```
```sh
$ mvn clean deploy
```
### Maven dependency from Bintray
```xml
org.multi-os-engine
moe-maven
1.3.1
pom
```