https://github.com/totvs/tjf-mvn-archetype
Maven archetype to generate TOTVS Java Framework based projects
https://github.com/totvs/tjf-mvn-archetype
Last synced: about 1 year ago
JSON representation
Maven archetype to generate TOTVS Java Framework based projects
- Host: GitHub
- URL: https://github.com/totvs/tjf-mvn-archetype
- Owner: totvs
- Created: 2019-08-13T20:44:46.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-11-04T19:28:41.000Z (over 5 years ago)
- Last Synced: 2024-04-14T07:47:34.185Z (over 2 years ago)
- Language: Java
- Size: 7.81 KB
- Stars: 0
- Watchers: 12
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TJF Maven Archetype
Maven archetype to generate **TOTVS Java Framework** based projects.
## How to use
**Linux**
```bash
mvn archetype:generate \
-DarchetypeGroupId=io.tjf \
-DarchetypeArtifactId=tjf-mvn-archetype \
-DarchetypeVersion=1.0.0-RELEASE \
-Dtjf-version=*** TJF's version ***
```
**Windows**
```bash
mvn archetype:generate ^
-DarchetypeGroupId=io.tjf ^
-DarchetypeArtifactId=tjf-mvn-archetype ^
-DarchetypeVersion=1.0.0-RELEASE ^
-Dtjf-version=*** TJF's version ***
```