Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fenixedu/fenixedu-maven
FenixEdu Maven Artifacts
https://github.com/fenixedu/fenixedu-maven
Last synced: 2 months ago
JSON representation
FenixEdu Maven Artifacts
- Host: GitHub
- URL: https://github.com/fenixedu/fenixedu-maven
- Owner: FenixEdu
- Created: 2013-05-03T13:59:56.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2021-06-07T17:17:22.000Z (over 3 years ago)
- Last Synced: 2024-04-16T11:28:50.522Z (9 months ago)
- Language: Java
- Homepage:
- Size: 146 KB
- Stars: 1
- Watchers: 9
- Forks: 7
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
FenixEdu Maven Artifacts
=============Collection of maven parent poms and archetypes for FenixEdu projects.
### org.fenixedu:fenixedu-project
Core parent pom. Sets the organization, ensures proper deployment configurations, and sets core maven plugin versions
### org.fenixedu:web-library-project
Parent pom for basic java-ee7 web modules. Compile into jars able to be included in a war as web-fragments
### org.fenixedu:fenix-framework-project
web module with fenix-framework dependency, extends web-library-project
### org.fenixedu:web-app-project
Parent pom for web-app projects. Compile into war and includes the fenix-framework's _Base classes