Commit graph

3 commits

Author SHA1 Message Date
7185e3e4e6
Use automatic-releases github action (#466)
* maven-build creates dev-build release

* Delete release-drafter.yml

* Delete release-drafter.yml

* sonatype-deploy creates release for v* tags
2020-06-21 08:56:49 +01:00
3439a627e4
sonatype-deploy include graphviz (#465)
* sonatype-deploy include graphviz

* Change name for sonatype-deploy

* rename maven-build

* rename sonatype-deploy
2020-06-21 08:25:52 +01:00
baea18f3f3
Java rewrite - step 1 - build with Maven (#431)
* Add root and parent pom.xml files

* parent: add scala-maven-plugin to pluginManagement

* fix packaging

* domain: add module

* parent,domain: add dependencies

* maven: add filesystem module

* parent: disable coverage and pitest

* domain: move classes from test to main as they are used in filesystem

* config: add module

* console: add module

* Add reactor-graph

* fix typo

* uishell: add module

* Restore explicit dependencies

Don’t depend upon transitive dependencies if we want to be able to restructure module dependencies.

* storage: add module

* lib: add module

Included adding a Resource case class in filesystem to replace one generated by a scala plugin

* storage-aws: add module

* cli: add module

* app: add module

* app: make jar runnable

* Updated build instructions in README

* Convert readme to markdown

* Add reactor graph to readme

* Switch Guthub Actions to using Maven to build
2020-06-11 21:33:28 +01:00