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

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

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 ***
```