Commit 0eba4b85 authored by Maxime Lefrançois's avatar Maxime Lefrançois
Browse files

updated documentation

parent 944bdb50
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
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:
+16 −1
Original line number Diff line number Diff line
# 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

report_output.xml

deleted100644 → 0
+0 −2
Original line number Diff line number Diff line
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<testsuites name="SAREF pipeline" tests="0" failures="0" errors="0"/>

run.sh

deleted100644 → 0
+0 −1
Original line number Diff line number Diff line
mvn exec:java -Dexec.args="-d ../saref-core"