Difference between revisions of "Structure of a gCube Project"

From Gcube Wiki
Jump to: navigation, search
(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...")
(No difference)

Revision as of 23:23, 25 July 2020

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/