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...")
 
(Blanked the page)
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
= 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 ==
 
<pre>
 
- root folder/
 
  |
 
  |-src/
 
    |-main/
 
    |
 
    |-test/
 
 
 
  |-pom.xml
 
  |-CHANGELOG.md
 
  |-LICENSE.md
 
  |-README.md
 
  |-FUNDING.md
 
  |-gcube/
 
    |-extra-resources
 
        |-WEB-INF/
 
        |-META-INF/
 
 
</pre>
 

Latest revision as of 03:29, 26 July 2020