From 4f5b345a68151b28eabdabb87364cca3529a0be9 Mon Sep 17 00:00:00 2001 From: Valentin Lorand <valentin.lorand@kereval.com> Date: Wed, 13 Dec 2023 14:52:33 +0100 Subject: [PATCH] Update some Gitlab URLs for applications --- Assertion-Manager/installation.md | 2 +- Authentication-Simulator/installation.md | 2 +- CDA-Generator/installation.md | 2 +- Demographic-Data-Server/installation.md | 4 ++-- Gazelle-HL7-Validator/installation.md | 2 +- Gazelle-Security-Suite/installation.md | 18 +++++++++--------- Gazelle-Webservice-Tester/installation.md | 8 ++++---- HPD-Simulator/installation.md | 4 ++-- Order-Manager/installation.md | 4 ++-- Patient-Manager/installation.md | 2 +- Proxy/installation.md | 2 +- SVS-Simulator/installation.md | 4 ++-- SVS-Simulator/release-note.md | 5 +++-- Schematron-Validator/installation.md | 4 ++-- XDStar-Client/installation.md | 6 +++--- XDW-Simulator/installation.md | 4 ++-- 16 files changed, 37 insertions(+), 36 deletions(-) diff --git a/Assertion-Manager/installation.md b/Assertion-Manager/installation.md index e0cff39..17df9b7 100755 --- a/Assertion-Manager/installation.md +++ b/Assertion-Manager/installation.md @@ -26,7 +26,7 @@ To install those requirements you can refer to the documentation of installation ## Sources & binaries -Assertions Manager is an open-source project under Apache License Version 2.0 ([https://gazelle.ihe.net/content/license](https://gazelle.ihe.net/content/license)). Sources are available via Gitlab at [https://gitlab.inria.fr/gazelle/applications/test-design/AssertionManager](https://gitlab.inria.fr/gazelle/applications/test-design/AssertionManager). +Assertions Manager is an open-source project under Apache License Version 2.0 ([https://gazelle.ihe.net/content/license](https://gazelle.ihe.net/content/license)). Sources are available via Gitlab at [https://gitlab.inria.fr/gazelle/public/core/assertion-manager](https://gitlab.inria.fr/gazelle/public/core/assertion-manager). The latest public packaged release can be downloaded from our Nexus repository [https://gazelle.ihe.net/nexus/#nexus-search;quick~%20AssertionManagerGui.ear](https://gazelle.ihe.net/nexus/#nexus-search;quick~%20AssertionManagerGui.ear). diff --git a/Authentication-Simulator/installation.md b/Authentication-Simulator/installation.md index ff80aa2..c2a9cfa 100755 --- a/Authentication-Simulator/installation.md +++ b/Authentication-Simulator/installation.md @@ -15,7 +15,7 @@ customer: eHealth Suisse ## Sources & binaries -Authentication Simulator is an open-source project under Apache License Version 2.0 ([https://gazelle.ihe.net/content/license](https://gazelle.ihe.net/content/license)). Sources are available via Subversion at [https://svn.ihe-europe.net/gazelle/Maven/simulators/authentication-simulator/](https://svn.ihe-europe.net/gazelle/Maven/simulators/authentication-simulator/). +Authentication Simulator is an open-source project under Apache License Version 2.0 ([https://gazelle.ihe.net/content/license](https://gazelle.ihe.net/content/license)). Sources are available via Subversion at [https://gitlab.inria.fr/gazelle/public/simulation/authentication-simulator](https://gitlab.inria.fr/gazelle/public/simulation/authentication-simulator). The latest public packaged release can be downloaded from our Nexus repository [https://gazelle.ihe.net/nexus/index.html#nexus-search;quick~authentication-simulator-ear](https://gazelle.ihe.net/nexus/index.html#nexus-search;quick~authentication-simulator-ear) (search for **authentication-simulator-X.X.X.ear**) for Authentication Simulator and [https://gazelle.ihe.net/nexus/index.html#nexus-search;quick~idp-adapter-ear](https://gazelle.ihe.net/nexus/index.html#nexus-search;quick~idp-adapte-ear) (search for **idp-adapte-X.X.X.ear**) for the IDP Adapter. diff --git a/CDA-Generator/installation.md b/CDA-Generator/installation.md index a17e820..1bc7fa5 100755 --- a/CDA-Generator/installation.md +++ b/CDA-Generator/installation.md @@ -27,7 +27,7 @@ To install those requirements you can refer to the documentation of installation ## Quick start 1. CDAGenerator can be installed using gazelle user on your server: -2. Checkout the sources of CDAGenerator : git clone https://gitlab.inria.fr/gazelle/applications/mixed/CDAGenerator.git CDAGenerator +2. Checkout the sources of CDAGenerator : git clone https://gitlab.inria.fr/gazelle/public/validation/cda-generator.git CDAGenerator 3. Execute on the root of the project : `mvn clean install` 4. Create a database : cda-generator, in postgresql (createdb -U gazelle -EUTF8 cda-generator) 5. Copy the ear from CDAGenerator-ear/target/CDAGenerator.ear to /usr/local/jboss7/standalone/deployment/ diff --git a/Demographic-Data-Server/installation.md b/Demographic-Data-Server/installation.md index 5c74140..182145f 100755 --- a/Demographic-Data-Server/installation.md +++ b/Demographic-Data-Server/installation.md @@ -14,12 +14,12 @@ customer: IHE-EUROPE Demographic Data Server is a Maven project. Sources are available on the INRIA's Gitlab project at the following URL : -[*https://gitlab.inria.fr/gazelle/applications/test-design/DemographicDataServer.git*](https://gitlab.inria.fr/gazelle/applications/test-design/DemographicDataServer.git) +[*https://gitlab.inria.fr/gazelle/public/processing/demographic-data-server.git*](https://gitlab.inria.fr/gazelle/public/processing/demographic-data-server.git) If you would like to checkout the sources on your system you might want to use the following git command, provided git is installed on your system. ```bash -git clone https://gitlab.inria.fr/gazelle/applications/test-design/DemographicDataServer.git +git clone https://gitlab.inria.fr/gazelle/public/processing/demographic-data-server.git ``` Note that the latest executable can be extracted from our nexus repository as well at : diff --git a/Gazelle-HL7-Validator/installation.md b/Gazelle-HL7-Validator/installation.md index 3458e17..6b2ca02 100755 --- a/Gazelle-HL7-Validator/installation.md +++ b/Gazelle-HL7-Validator/installation.md @@ -21,7 +21,7 @@ To get the artifact on Nexus browse [here](https://gazelle.ihe.net/nexus/#nexus- If you rather want to build the project by yourself, you must checkout the latest tag and package it. You may want to create a new profile to customize your build. -1. Checkout the latest tag available on Inria’s gitlab: *git clone --branch "TAG_VERSION" https://gitlab.inria.fr/gazelle/applications/test-execution/validator/gazellehl7v2validator.git* +1. Checkout the latest tag available on Inria’s gitlab: *git clone --branch "TAG_VERSION" https://gitlab.inria.fr/gazelle/public/validation/hl7v2-validator.git* 2. \[Optional\] Edit the pom.xml file and create a new profile diff --git a/Gazelle-Security-Suite/installation.md b/Gazelle-Security-Suite/installation.md index add1772..5c0e8b0 100755 --- a/Gazelle-Security-Suite/installation.md +++ b/Gazelle-Security-Suite/installation.md @@ -27,13 +27,13 @@ Since version 5.0.0 the tool is called Gazelle-Security-Suite and run on JBoss 7 # Sources & binaries -Gazelle-Security-Suite is an open-source project under Apache License Version 2.0 ([https://gazelle.ihe.net/content/license](https://gazelle.ihe.net/content/license)). Sources are available via git at [https://gitlab.inria.fr/gazelle/applications/mixed/gazelle-atna.git](https://gitlab.inria.fr/gazelle/applications/mixed/gazelle-atna.git). +Gazelle-Security-Suite is an open-source project under Apache License Version 2.0 ([https://gazelle.ihe.net/content/license](https://gazelle.ihe.net/content/license)). Sources are available via git at [https://gitlab.inria.fr/gazelle/public/core/security-suite.git](https://gitlab.inria.fr/gazelle/public/core/security-suite.git). -The latest public packaged release can be downloaded from our Sonatype Nexus repository [https://gazelle.ihe.net/nexus/index.html#nexus-search;quick~gazelle-atna-ear](https://gazelle.ihe.net/nexus/index.html#nexus-search;quick~gazelle-atna-ear) (search for **gazelle-atna-X.X.X-gss.ear**). +The latest public packaged release can be downloaded from our Sonatype Nexus repository [https://gazelle.ihe.net/nexus/index.html#nexus-search;quick~gazelle-security-suite-ear](https://gazelle.ihe.net/nexus/index.html#nexus-search;quick~gazelle-security-suite-ear) (search for **gazelle-security-suite-X.X.X-gss.ear**). -**Important**, if you download the **ear** from Nexus it will have a name such as `gazelle-atna-ear-5.0.0-gss.ear`, then be sure to rename it to `gazelle-gss.ear` otherwise the deployment will fail. +**Important**, if you download the **ear** from Nexus it will have a name such as `gazelle-security-suite-ear-5.0.0-gss.ear`, then be sure to rename it to `gazelle-gss.ear` otherwise the deployment will fail. -If you need for any reason a more recent version (hotfix, experimental feature...), The public packaged application of our development trunk can be found at [https://gazelle.ihe.net/jenkins/job/gazelle-atna/ws/gazelle-atna-ear/target/gazelle-gss.ear](https://gazelle.ihe.net/jenkins/job/gazelle-atna/ws/gazelle-atna-ear/target/gazelle-gss.ear). This package can be unstable. +If you need for any reason a more recent version (hotfix, experimental feature...), The public packaged application of our development trunk can be found at [https://gazelle.ihe.net/jenkins/job/gazelle-atna/ws/gazelle-security-suite-ear/target/gazelle-gss.ear](https://gazelle.ihe.net/jenkins/job/gazelle-atna/ws/gazelle-security-suite-ear/target/gazelle-gss.ear). This package can be unstable. # Installation @@ -43,7 +43,7 @@ If Gazelle Security Suite is already installed in your environment and you are l ## Bouncycastle -Bouncycastle, as a security library, is very sensible to the classloader. This library is prepared during GSS build and available from our Nexus repository [https://gazelle.ihe.net/nexus/index.html#nexus-search;quick~gazelle-atna-ear](https://gazelle.ihe.net/nexus/index.html#nexus-search;quick~gazelle-atna-ear) (search for **gazelle-atna-X.X.X-lib.zip**) +Bouncycastle, as a security library, is very sensible to the classloader. This library is prepared during GSS build and available from our Nexus repository [https://gazelle.ihe.net/nexus/index.html#nexus-search;quick~gazelle-security-suite-ear](https://gazelle.ihe.net/nexus/index.html#nexus-search;quick~gazelle-security-suite-ear) (search for **gazelle-security-suite-X.X.X-lib.zip**) bcprov library must be installed as a module of the application server. @@ -69,7 +69,7 @@ To check whether it's working, try to create a custom certificate with a key siz Your database must have a user **gazelle** -1. Download the SQL scripts archive from our Nexus repository [https://gazelle.ihe.net/nexus/index.html#nexus-search;quick~gazelle-atna-ear](https://gazelle.ihe.net/nexus/index.html#nexus-search;quick~gazelle-atna-ear) (search for **gazelle-atna-X.X.X-sql.zip**) +1. Download the SQL scripts archive from our Nexus repository [https://gazelle.ihe.net/nexus/index.html#nexus-search;quick~gazelle-security-suite-ear](https://gazelle.ihe.net/nexus/index.html#nexus-search;quick~gazelle-security-suite-ear) (search for **gazelle-security-suite-X.X.X-sql.zip**) 1. Unzip the archive into a folder named `gss-sql` @@ -128,7 +128,7 @@ Syslog needs some configuration files installed on the same machine GSS is runni sudo mkdir /opt/syslog ``` -1. Download the syslog archive from our Nexus repository [https://gazelle.ihe.net/nexus/index.html#nexus-search;quick~gazelle-atna-ear](https://gazelle.ihe.net/nexus/index.html#nexus-search;quick~gazelle-atna-ear) (search for **gazelle-atna-X.X.X-syslog.zip**) +1. Download the syslog archive from our Nexus repository [https://gazelle.ihe.net/nexus/index.html#nexus-search;quick~gazelle-security-suite-ear](https://gazelle.ihe.net/nexus/index.html#nexus-search;quick~gazelle-security-suite-ear) (search for **gazelle-security-suite-X.X.X-syslog.zip**) 1. Unzip the archive and copy every files into `/opt/syslog` @@ -146,7 +146,7 @@ The update mechanism has changed at version 5.1.0. Be careful to strictly follow _Reminder: Before version 5.0.0, Gazelle Security Suite was called Gazelle-ATNA-Tools._ -1. Download the new **ear** and its associated update SQL script from our Nexus repository [https://gazelle.ihe.net/nexus/index.html#nexus-search;quick~gazelle-atna-ear](https://gazelle.ihe.net/nexus/index.html#nexus-search;quick~gazelle-atna-ear) (search for **gazelle-atna-X.X.X-gss.ear** and **gazelle-atna-X.X.X-sql.zip**). Not each version has an update sql to execute. +1. Download the new **ear** and its associated update SQL script from our Nexus repository [https://gazelle.ihe.net/nexus/index.html#nexus-search;quick~gazelle-security-suite-ear](https://gazelle.ihe.net/nexus/index.html#nexus-search;quick~gazelle-security-suite-ear) (search for **gazelle-security-suite-X.X.X-gss.ear** and **gazelle-security-suite-X.X.X-sql.zip**). Not each version has an update sql to execute. 1. Undeploy the old **ear** from JBoss by removing it from the deployment directory. @@ -170,7 +170,7 @@ To update Gazelle-ATNA-tools 4.7.12 to Gazelle-Security-Suite 5.0.0 the process 1. Backup your database -1. Download the new **ear** and all intermediate update SQL scripts from your old version (excluded) to your target version (included). Those scripts can be found in *https://gitlab.inria.fr/gazelle/applications/mixed/gazelle-atna/tree/master/gazelle-atna-ear/src/main/sql.*. Not each version has an update sql to execute. +1. Download the new **ear** and all intermediate update SQL scripts from your old version (excluded) to your target version (included). Those scripts can be found in *https://gitlab.inria.fr/gazelle/public/core/security-suite/tree/master/gazelle-security-suite-ear/src/main/sql.*. Not each version has an update sql to execute. 1. Execute the update SQL scripts diff --git a/Gazelle-Webservice-Tester/installation.md b/Gazelle-Webservice-Tester/installation.md index b4c84e4..b7a6d9a 100755 --- a/Gazelle-Webservice-Tester/installation.md +++ b/Gazelle-Webservice-Tester/installation.md @@ -3,9 +3,9 @@ title: Installation Manual subtitle: Gazelle Webservice Tester author: Malo TOUDIC function: Software developer -date: 05/03/2019 -toolversion: 1.8.x -version: 1.02 +date: 2023-12-01 +toolversion: 2.0.0 +version: 2.0.0 status: Approved document reference: KER1-MAN-IHE-GAZELLE_WEBSERVICE_TESTER_USER customer: IHE-EUROPE @@ -13,7 +13,7 @@ customer: IHE-EUROPE # Sources & binaries -Gazelle Webservice Tester (GWT) is an open-source project under Apache License Version 2.0 ([https://gazelle.ihe.net/content/license](https://gazelle.ihe.net/content/license)). Sources are available via Git at [https://gitlab.inria.fr/gazelle/applications/test-execution/simulator/gazelle-webservice-tester.git](https://gitlab.inria.fr/gazelle/applications/test-execution/simulator/gazelle-webservice-tester.git). +Gazelle Webservice Tester (GWT) is an open-source project under Apache License Version 2.0 ([https://gazelle.ihe.net/content/license](https://gazelle.ihe.net/content/license)). Sources are available via Git at [https://gitlab.inria.fr/gazelle/public/simulation/webservice-tester.git](https://gitlab.inria.fr/gazelle/public/simulation/webservice-tester.git). The latest public packaged release can be downloaded from our Nexus repository [https://gazelle.ihe.net/nexus/index.html#nexus-search;quick~gazelle-webservice-tester-ear](https://gazelle.ihe.net/nexus/index.html#nexus-search;quick~gazelle-webservice-tester-ear) (search for **gazelle-webservice-tester-X.X.X.ear**). diff --git a/HPD-Simulator/installation.md b/HPD-Simulator/installation.md index 9bfed86..28b13db 100755 --- a/HPD-Simulator/installation.md +++ b/HPD-Simulator/installation.md @@ -17,7 +17,7 @@ The HPD Simulator has been developed in order to help users with testing their i As mentioned in the user guide, the LDAP directory has not been fully developed by the team, it makes use of a 3rd party tool named ApacheDS. This server is open source, certified LDAPv3 and supports DSMLv2. It also embeds a Kerberos Server (which can be useful later if we need to provide tools for the EUA profile). We currently use ApacheDS 2.0.0-M14. -The sources of the projects are available on [Inria's gitlab](https://gitlab.inria.fr/gazelle/applications/test-execution/simulator/HPDSimulator.git). +The sources of the projects are available on [Inria's gitlab](https://gitlab.inria.fr/gazelle/public/simulation/hpd-simulator.git). # Pre-requisites @@ -130,7 +130,7 @@ Note that you may have to reset your connection to your server to see the newly ## Requirements -The HPD Simulator tool is a Maven 3 project, sources are available on Inria’s gitlab at [*https://gitlab.inria.fr/gazelle/applications/test-execution/simulator/HPDSimulator.git*](https://gitlab.inria.fr/gazelle/applications/test-execution/simulator/HPDSimulator.git). +The HPD Simulator tool is a Maven 3 project, sources are available on Inria’s gitlab at [*https://gitlab.inria.fr/gazelle/public/simulation/hpd-simulator.git*](https://gitlab.inria.fr/gazelle/public/simulation/hpd-simulator.git). This application runs under JBoss 7.2.0-GA and uses a postgreSQL 9 database. diff --git a/Order-Manager/installation.md b/Order-Manager/installation.md index 5122871..e6f2805 100755 --- a/Order-Manager/installation.md +++ b/Order-Manager/installation.md @@ -23,9 +23,9 @@ If you rather want to build the project by yourself, you must checkout the lates Checkout the latest tag available on Inria’s gitlab: ```bash -git clone https://gitlab.inria.fr/gazelle/applications/test-execution/simulator/order-manager.git +git clone https://gitlab.inria.fr/gazelle/public/simulation/order-manager.git cd order-manager -git checkout tags/OrderManager-<version> +git checkout <version> ``` 1. \[Optional\] Edit the pom.xml file and create a new profile diff --git a/Patient-Manager/installation.md b/Patient-Manager/installation.md index dfe44a3..c41c07c 100755 --- a/Patient-Manager/installation.md +++ b/Patient-Manager/installation.md @@ -28,7 +28,7 @@ If you have your own CAS service, you need to package your own version of the to 1. Checkout the last tagged version available in Gazelle sources repository ($versionName will depend of the release you want to checkout) ```bash - git clone https://gitlab.inria.fr/gazelle/applications/test-execution/simulator/Patient-Manager.git + git clone https://gitlab.inria.fr/gazelle/public/simulation/patient-manager.git cd PAMSimulator git checkout tags/PAMSimulator-$versionName ``` diff --git a/Proxy/installation.md b/Proxy/installation.md index c425358..6b99cd8 100755 --- a/Proxy/installation.md +++ b/Proxy/installation.md @@ -17,7 +17,7 @@ Proxy is the part of the Gazelle testbed which is used to capture the messages e This tool is also bind to the EVSClient in order to validate the messages stored in the Proxy in a very simple way. As for the other tools, the proxy is an open source project and its sources are available at -[*https://gitlab.inria.fr/gazelle/applications/test-execution/gazelle-proxy.git*](https://gitlab.inria.fr/gazelle/applications/test-execution/gazelle-proxy.git). +[*https://gitlab.inria.fr/gazelle/public/core/proxy-v7.git*](https://gitlab.inria.fr/gazelle/public/core/proxy-v7.git). You can download the latest gazelle-proxy.ear in nexus [*http://gazelle.ihe.net/nexus/index.html#nexus-search;quick~gazelle-proxy.ear*](http://gazelle.ihe.net/nexus/index.html#nexus-search;quick~gazelle-proxy.ear) diff --git a/SVS-Simulator/installation.md b/SVS-Simulator/installation.md index 8ec3cd4..8f6fbfe 100755 --- a/SVS-Simulator/installation.md +++ b/SVS-Simulator/installation.md @@ -26,9 +26,9 @@ If you rather want to build the project by yourself, you must checkout the lates 1- Checkout the latest tag available on Inria’s forge: ```bash -git clone https://gitlab.inria.fr/gazelle/applications/test-execution/simulator/svs-simulator.git +git clone https://gitlab.inria.fr/gazelle/public/core/svs-simulator.git cd svs-simulator -git checkout tag/SVSSimulator-<version> +git checkout <version> ``` 2- \[Optional\] Edit the pom.xml file and create a new profile diff --git a/SVS-Simulator/release-note.md b/SVS-Simulator/release-note.md index 792888d..fd66f4a 100755 --- a/SVS-Simulator/release-note.md +++ b/SVS-Simulator/release-note.md @@ -1,18 +1,19 @@ --- title: Release note subtitle: SVSSimulator -toolversion: 2.4.0 +toolversion: 3.0.0 releasedate: 2023-12-01 author: Nicolas BAILLIET function: Software Engineer customer: IHE Europe reference: KER1-RNO-IHE-SVSSIMULATOR --- -# 2.4.0 +# 3.0.0 _Release date: 2023-12-01_ __Task__ * \[[SVS-248](https://gazelle.ihe.net/jira/browse/SVS-248)\] Integrate new sso-client-v7 +* \[[SVS-249](https://gazelle.ihe.net/jira/browse/SVS-249)\] Remove username display in GUI # 2.3.4 _Release date: 2023-04-13_ diff --git a/Schematron-Validator/installation.md b/Schematron-Validator/installation.md index bb87ebd..55cfd15 100755 --- a/Schematron-Validator/installation.md +++ b/Schematron-Validator/installation.md @@ -14,12 +14,12 @@ customer: IHE-EUROPE Schematron-based Validator is a maven project. Sources are available on the INRIA Source Forge at the following URL: -[*https://gitlab.inria.fr/gazelle/applications/test-execution/validator/SchematronValidator.git*](https://gitlab.inria.fr/gazelle/applications/test-execution/validator/SchematronValidator.git) +[*https://gitlab.inria.fr/gazelle/public/validation/schematron-validator.git*](https://gitlab.inria.fr/gazelle/public/validation/schematron-validator.git) If you'd like to checkout the sources on your system you might want to use the following git command, provided subversion is installed on your system. ```bash -git clone https://gitlab.inria.fr/gazelle/applications/test-execution/validator/SchematronValidator.git +git clone https://gitlab.inria.fr/gazelle/public/validation/schematron-validator.git ``` Note that the latest executable can be extracted from our nexus repository as well at diff --git a/XDStar-Client/installation.md b/XDStar-Client/installation.md index 6baed75..b6ac439 100755 --- a/XDStar-Client/installation.md +++ b/XDStar-Client/installation.md @@ -50,11 +50,11 @@ All these steps are done by the script. The next paragraph are only details of h # Compile Sources -XDStarClient is an open source project under Apache2 licence. The sources are available on the IHE's subversion server: +XDStarClient is an open source project under Apache2 licence. The sources are available on the IHE's gitlab server: ```bash -svn checkout https://svn.ihe-europe.net/gazelle/Maven/simulators/XDStar-modules/trunk XDStar-modules -svn checkout https://svn.ihe-europe.net/gazelle/Maven/simulators/XDStarClient/trunk XDStarClient +git clone https://gitlab.inria.fr/gazelle/public/simulation/xdstar-modules +git clone https://gitlab.inria.fr/gazelle/public/simulation/xdstar-client ``` Before compiling, go to the directory XDStarClient and edit the file pom.xml. Open this file and adapt the properties of profile prod to your case : diff --git a/XDW-Simulator/installation.md b/XDW-Simulator/installation.md index 9f2f710..956763f 100755 --- a/XDW-Simulator/installation.md +++ b/XDW-Simulator/installation.md @@ -21,10 +21,10 @@ To get the artifact on Nexus browse: [*https://gazelle.ihe.net/nexus/index.html# If you rather want to build the project by yourself, you must checkout the latest tag and package it. You may want to create a new Maven profile to customize your build. -Checkout the latest tag available on Inria’s forge: +Checkout the latest tag available on Inria’s gitlab: ```bash -svn co svn checkout https://svn.ihe-europe.net/gazelle/Maven/simulators/XDWSimulator/tags/XDWSimulator-versionName +git clone https://gitlab.inria.fr/gazelle/public/simulation/xdw-simulator ``` 1. \[Optional\] Edit the pom.xml file and create a new profile -- GitLab