diff --git a/LICENSE b/LICENSE index 9ad8f7a000167585215200acb22444bad4305bab..7caa81bacb1fdb77560462563c73bdda330fcf47 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright 2019 ETSI +Copyright 2020 ETSI Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/README.md b/README.md index bd3a4bef1743fe24f06ee6c4b714dee65c16a494..12a1ec09d1001536045a8ccf603763e56e0bbab5 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,19 @@ -# Description +# SAREF Pipeline This project integrates the SAREF development and documentation generation pipeline +Sources of the SAREF pipeline as specified in Technical Specification: + + ETSI TS 103 673 V1.1.1: "SmartM2M; SAREF Development Framework and Workflow, Streamlining the Development of SAREF and its Extensions" + +The SAREF pipeline is part of the SAREF Development Framework + + https://portal.etsi.org/STF/STFs/STF-HomePages/STF578 + + + [Download the latest build here](https://gitlab.emse.fr/saref/saref-pipeline/-/jobs/artifacts/master/raw/target/saref-pipeline.jar?job=build) + +This SAREF-Pipeline may be run: + +- by double-clicking the JAR file to starting the graphical user interface +- or using the command line interface, run `java -jar saref-pipeline.jar help` to get started diff --git a/report_output.xml b/report_output.xml deleted file mode 100644 index 6bb8f9a8a14d71900c95570e9784d7271c1edce4..0000000000000000000000000000000000000000 --- a/report_output.xml +++ /dev/null @@ -1,2 +0,0 @@ - - diff --git a/run.sh b/run.sh deleted file mode 100644 index 4b1d32851ffb3af409870b92befc86a02efda9eb..0000000000000000000000000000000000000000 --- a/run.sh +++ /dev/null @@ -1 +0,0 @@ -mvn exec:java -Dexec.args="-d ../saref-core"