Templates for other git projects.
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
Luca Frosini 65b04f1c4b Removed remained === 5 years ago
gCubeComponents Removed remained === 5 years ago
README.md Add pom snippet for the service archive. 5 years ago

README.md

TEMPLATES

This project includes few templates for common files expected to be part of any gCube component holds in a Git repositoryu.

List of available templates:

  • README.md
    • Your Git repo should have a readme file so that viewers know what your code does and how they can get started using it. The readme displayed by default when a project opens in Git. It must be customized for each project.
  • LICENSE.md
    • The license file. It's common to all the projects. No need to change it.
  • profile.xml
    • It profiles the gCube component. Need to be customized.
  • descriptor.xml
    • It supports the creation of an archive with the binary artifacts generated by the content of the repository. Customizable if needed.

All of them must be placed in the root directory of the Git repository.

We also provide few snippets useful for common tasks during the Maven build:

  • service_archive.xml
    • Execute the maven-assembly-plugin to create the service archive for the component.