karso/back
2023-10-25 23:54:40 +02:00
..
env_dev [DEV] review with new model 2023-10-14 12:22:21 +02:00
src [DEV] folow the archidata API 2023-10-25 23:54:40 +02:00
test [DEV] update and correct test 2023-10-23 00:35:21 +02:00
.classpath [DEV] folow the archidata API 2023-10-25 23:54:40 +02:00
.project [DEV] security, test-unit, coverage, logger 2023-04-30 23:54:47 +02:00
.properties [DEV] folow the archidata API 2023-10-25 23:54:40 +02:00
CheckStyle.xml [DEV] basic functionnal version without history 2023-01-04 22:18:15 +01:00
CleanUp.xml [DEV] basic functionnal version without history 2023-01-04 22:18:15 +01:00
Dockerfile [DEV] basic functionnal version without history 2023-01-04 22:18:15 +01:00
Formatter.xml [DEV] basic functionnal version without history 2023-01-04 22:18:15 +01:00
LICENSE [DEV] basic functionnal version without history 2023-01-04 22:18:15 +01:00
pom.xml [DEV] folow the archidata API 2023-10-25 23:54:40 +02:00
properties.txt [DEV] basic functionnal version without history 2023-01-04 22:18:15 +01:00
README.md [DEV] basic functionnal version without history 2023-01-04 22:18:15 +01:00

Generic karso interface

mvn install

mvn compile

mvn package

// download all dependency in out/maven/dependency mvn dependency:copy-dependencies

java -cp out/maven/scenarium-karso-0.1.0.jar org.kar.oauth.WebLauncher

// create a single package jar mvn clean compile assembly:single

java -cp out/maven/karso-0.1.0-jar-with-dependencies.jar org.kar.karso.WebLauncher