https://github.com/bzdgn/e-agora
A simple template for JSF Web Application
https://github.com/bzdgn/e-agora
java jsf jsf2
Last synced: about 1 year ago
JSON representation
A simple template for JSF Web Application
- Host: GitHub
- URL: https://github.com/bzdgn/e-agora
- Owner: bzdgn
- Created: 2017-01-26T09:53:57.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-01-26T09:55:20.000Z (over 9 years ago)
- Last Synced: 2025-02-03T09:47:48.072Z (over 1 year ago)
- Topics: java, jsf, jsf2
- Language: HTML
- Size: 296 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
A - For Web App
***************
mvn archetype:generate -DgroupId=com.levent.e-agora -DartifactId=e-agora-webapp -DarchetypeArtifactId=maven-archetype-webapp -DinteractiveMode=false
B - For Resources
*****************
mvn archetype:generate -DgroupId=com.levent.e-agora -DartifactId=e-agora-resources -DarchetypeArtifactId=maven-archetype-quickstart -DinteractiveMode=false