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

https://github.com/hexindai/hexindai-maven-plugin

Hexindai Maven Plugin
https://github.com/hexindai/hexindai-maven-plugin

maven-plugin

Last synced: 5 months ago
JSON representation

Hexindai Maven Plugin

Awesome Lists containing this project

README

          

Hexindai Maven Plugin
======

[![Github Workflows](https://github.com/hexindai/hexindai-maven-plugin/workflows/ci-with-maven/badge.svg)](https://github.com/hexindai/hexindai-maven-plugin/actions?query=workflow%3Aci-with-maven)

A Maven plugin. **Work in progress**

Will add many features. Just wait. Thank you.

How to use?
---------------
1. Add this plugin to you pom.xml
```xml



com.github.hexindai.maven.plugins
hexindai-maven-plugin
0.0.1



tableNamePrefix
New_V_FundIO_


shardingCount
512


seed
12341234


numOfNodesPerTable
5




```
2. Run this plugin

```shell script
./mvnw com.github.hexindai.maven.plugins:hexindai-maven-plugin:0.0.1:newvfundio -Duserid=148407
```

This command is too long. Like short? Add the following to your `~/.m2/settings.xml` file.

```diff

+ com.github.hexindai.maven.plugins

```

3. Enjoy

```shell script
./mvnw hexindai:newvfundio -Duserid=148407
```