Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
gms-aux
gms-aux
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Operations
    • Operations
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • geomultisens
  • gms-auxgms-aux
  • Wiki
  • Home

Last edited by Daniel Eggert Aug 25, 2017
Page history

Home

Compile

GIT Repo

Get latest source from git@gitext.gfz-potsdam.de:geomultisens/gms-aux.git

Dependencies

Maven and Java 8

for Debian/Ubuntu: sudo apt install openjdk-8-jdk maven

Build

  1. clone the repo via git clone git@gitext.gfz-potsdam.de:geomultisens/gms-aux.git
  2. cd into the the created gms-aux folder
  3. call mvn clean install -DskipTests (in case you want to execute the tests simply omit the -DskipTests flag)
  4. the generated jars will be found in the target folder of each submodule and copied to the local maven repo folder, e.g. ~/.m2/
Clone repository
  • Home