https://github.com/kakoni/embulk-archetype-plugin
https://github.com/kakoni/embulk-archetype-plugin
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kakoni/embulk-archetype-plugin
- Owner: kakoni
- Created: 2025-02-09T17:24:47.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-02-09T17:27:22.000Z (4 months ago)
- Last Synced: 2025-02-09T18:29:29.667Z (4 months ago)
- Language: Java
- Size: 52.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Introduction
Maven archetype to help you create new embulk(=>0.11) input plugin.
## Usage
- Clone this repository;
- Install the archetype locally:
```mvn clean install```- After you do that, you can go to the target directory and perform the following command:
```
mvn archetype:generate -DarchetypeCatalog=local -DarchetypeGroupId=org.embulk -DarchetypeArtifactId=embulk-archetype-plugin -Dtype=databricks -DgroupId=org.moo
```