An open API service indexing awesome lists of open source software.

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

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

```