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
- Host: GitHub
- URL: https://github.com/hexindai/hexindai-maven-plugin
- Owner: hexindai
- Created: 2020-04-21T13:53:35.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-27T14:59:01.000Z (about 6 years ago)
- Last Synced: 2025-07-07T11:15:36.782Z (11 months ago)
- Topics: maven-plugin
- Language: Java
- Homepage:
- Size: 68.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Hexindai Maven Plugin
======
[](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
```