Sen descrición

Oliver Gierke 77eda03e37 #127 - Prepare next development iteration. %!s(int64=9) %!d(string=hai) anos
doc 77c5b1abda #5 - Added Buildsystem Maven to documentation. %!s(int64=10) %!d(string=hai) anos
etc 22d0c2dfa1 #25 - Overhauled domain code. %!s(int64=10) %!d(string=hai) anos
src 5162b14b3a #127 - Prepare 6.2.1.RELEASE. %!s(int64=9) %!d(string=hai) anos
.gitignore c4db49c33a #32 - Added changelog to website. %!s(int64=10) %!d(string=hai) anos
Salespoint.sonargraph 9fc70a4b5f #111 - Updated architecture description. %!s(int64=9) %!d(string=hai) anos
lombok.config 9cd370f13f #9 - Introduced simplified Quantity abstraction. %!s(int64=9) %!d(string=hai) anos
pom.xml 77eda03e37 #127 - Prepare next development iteration. %!s(int64=9) %!d(string=hai) anos
readme.adoc 557b462e42 #17 - Added artifact and site deployment. %!s(int64=10) %!d(string=hai) anos

readme.adoc

# Salespoint Framework

## Prerequisites

- Java 8
- Git
- Maven 3.x

## Building the project

.Building the project
[source, bash]
----
$ git clone https://github.com/st-tu-dresden/salespoint
$ cd salespoint
$ mvn clean install
----

## Documentation

The reference documentation is written in Asciidoc and built using Asciidoctor. The main documentation source file is located in `src/main/asciidoc`.

To build the reference documentation simply run `mvn generate-resources` on the command line. This generates the following HTML files:

* the Salespoint website in `target/generated-docs/index.html`.
* the Salespoint reference in `target/generated-docs/salespoint-reference.html`.

## Deployment

To deploy artifacts to the salespoint repository, simply run `mvn clean deploy`. This requires your `settings.xml` (located in `~/.m2`) to contain a server defintion with the credentials to access the Salespoint server via SFTP:

[source, xml]
----

salespoint



----

To deploy the website and reference documentation, run `mvn site:deploy`.