mirror of
https://github.com/michaelrausch/Party-Parrots-At-Sea.git
synced 2026-05-09 06:18:44 +00:00
14 lines
483 B
Markdown
14 lines
483 B
Markdown
# SENG302 Project Template
|
|
|
|
Basic Maven project with required Maven reporting setup and basic GitLab CI.
|
|
|
|
It is a requirement that your product should be completely built to a deliverable form using the Maven package goal.
|
|
|
|
Remember to set up your GitLab CI server (refer to the student guide for instructions).
|
|
|
|
# Basic Project Structure
|
|
- `src/` Your application source
|
|
- `doc/` User and design documentation
|
|
- `doc/examples/` Demo example files for use with your application
|
|
|