Structure of a gCube Project

From Gcube Wiki
Revision as of 23:23, 25 July 2020 by Manuele.simi (Talk | contribs) (Created page with "= Structure of a gCube Project = gCube project for new software components are primarily developed with the Java language. Maven is used as build automation tool. == File Str...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Structure of a gCube Project

gCube project for new software components are primarily developed with the Java language. Maven is used as build automation tool.

File Structure

- root folder/
  |
  |-src/
     |-main/
     | 
     |-test/
  
  |-pom.xml
  |-CHANGELOG.md
  |-LICENSE.md
  |-README.md
  |-FUNDING.md
  |-gcube/
     |-extra-resources
         |-WEB-INF/
         |-META-INF/