Difference between revisions of "Maven distro directory layout"
From Gcube Wiki
(→README) |
(→distro) |
||
Line 76: | Line 76: | ||
== LICENSE == | == LICENSE == | ||
− | + | <source lang="text" highlight="21,22,39,40,41"> | |
+ | ${gcube.license} | ||
+ | </source> | ||
+ | |||
+ | https://joinup.ec.europa.eu/sites/default/files/ckeditor_files/files/eupl%20v%20%201%201%20-%20EN.txt.txt |
Revision as of 15:33, 3 March 2016
distro
README
The gCube System - ${name} -------------------------------------------------- ${description} ${gcube.description} ${gcube.funding} Version -------------------------------------------------- ${version} (${buildDate}) Authors -------------------------------------------------- * John Doe (john-AT-acme.org), Acme Inc., New York.* [other maintainers] Download information -------------------------------------------------- Source code is available from SVN: ${scm.url} Binaries can be downloaded from the gCube website: ${gcube.website} Documentation -------------------------------------------------- Documentation is available on-line in the gCube Documentation Wiki: Developer Guide - ${gcube.wikiRoot}/[page name here] User Guide - ${gcube.wikiRoot}/[page name here] Admin Guide - ${gcube.wikiRoot}/[page name here] Installation -------------------------------------------------- Please see the file named "INSTALL" in this directory. Support -------------------------------------------------- Bugs and support requests can be reported in the gcube issue tracking tool: ${gcube.issueTracking} Licensing -------------------------------------------------- This software is licensed under the terms you may find in the file named "LICENSE" in this directory.
Some notes:
- Documentation pages should always point to the component page, not to the documentation wiki root page
Common properties
Following properties are
LICENSE
${gcube.license}