Skip to content

UNICORE-EU/commandline-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UNICORE Commandline Client (UCC)

Unit tests

This repository contains the source code for the UNICORE Commandline Client (UCC), a full featured client for UNICORE, written in Java.

Download

Binary releases of UCC can be downloaded from GitHub

Running UCC requires a Java runtime (version 11 or later).

Documentation

UCC manual

Building from source

You need Java and Apache Maven.

The Java code is built and unit tested using

mvn install

To skip unit testing

mvn install -DskipTests

The following commands create distribution packages:

mvn install -DskipTests
cd distribution
# tgz
mvn package -DskipTests -Ppackman -Dpackage.type=bin.tar.gz
# deb
mvn package -DskipTests -Ppackman -Dpackage.type=deb -Ddistribution=Debian
# rpm
mvn package -DskipTests -Ppackman -Dpackage.type=rpm -Ddistribution=RedHat

About

The UNICORE Commandline Client (UCC)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •