https://github.com/platformsh/maven-archetype
This project contains several Maven archetypes to create Platform.sh projects.
https://github.com/platformsh/maven-archetype
Last synced: 4 days ago
JSON representation
This project contains several Maven archetypes to create Platform.sh projects.
- Host: GitHub
- URL: https://github.com/platformsh/maven-archetype
- Owner: platformsh
- License: mit
- Created: 2020-01-23T18:43:51.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-02-07T18:50:10.000Z (over 6 years ago)
- Last Synced: 2025-10-20T15:58:13.914Z (8 months ago)
- Language: Java
- Size: 18.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Platform.sh Archetypes
In short, Archetype is a Maven project templating toolkit. An archetype is defined as an original pattern or model from which all other things of the same kind are made. The name fits as we are trying to provide a system that provides a consistent means of generating Maven projects.
This project contains several Maven archetypes to create Platform.sh projects.
## Payara
`mvn archetype:generate -DarchetypeGroupId=sh.platform.archetype -DarchetypeArtifactId=payara -DarchetypeVersion=0.0.1 -DgroupId= -DartifactId= -Dversion= -DinteractiveMode=false`