Code Monkey home page Code Monkey logo

salespoint's Introduction

Salespoint Framework

Build Status

Prerequisites

  • Java 8

  • Git

  • Maven 3.x

Building the project

Building the project
$ 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:

<server>
    <id>salespoint</id>
    <username>…</username>
    <password>…</password>
</server>

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

Release

  1. Make sure all tickets are closed, except the release one.

  2. Tweak ChangelogCreator (in src/test/java) to point to the milestone to be released. Run the creator. Copy console output into src/main/asciidoc/site/changelog.adoc.

  3. Commit as #?? - Prepare release $version..

  4. Run mvn release:prepare.

  5. Edit commits to match commit message format, re-create tag.

  6. Push changes & tag.

  7. Check out tag.

  8. Run mvn clean deploy site:deploy -Prelease -DskipTests.

salespoint's People

Contributors

paulhenke avatar odrotbohm avatar martinmo avatar tidenhub avatar mheider avatar rbergm avatar svenseemann avatar

Stargazers

Justin avatar Denis avatar

Watchers

 avatar James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.