From 05772357d54f0007f53f9810f48f776fce292de0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mathias=20R=C3=BChle?= Date: Tue, 16 Apr 2024 14:15:49 +0200 Subject: [PATCH] Update Build Instructions and Link to DSF Repository --- README.md | 22 +++------------------- 1 file changed, 3 insertions(+), 19 deletions(-) diff --git a/README.md b/README.md index 975adde..27e7a1c 100644 --- a/README.md +++ b/README.md @@ -1,26 +1,10 @@ # Feasibility Processes -Business processes for the MII feasibility project as plugins for the [HiGHmed Data Sharing Framework][1]. +Business processes for the MII feasibility project as plugins for the [Data Sharing Framework][1]. ## Build -Prerequisite: Java 11, Maven >= 3.6 - -Add the Github Package Registry server to your Maven `.m2/settings.xml`. Instructions on how to generate the `USERNAME` -and `TOKEN` can be found in the HiGHmed DSF Wiki page with the -name [Using the Github Maven Package Registry](https://github.com/highmed/highmed-dsf/wiki/Using-the-Github-Maven-Package-Registry) -. The token need at least the `read:packages` scope. - -```xml - - - - highmed-dsf - USERNAME - TOKEN - - -``` +Prerequisite: Java 17, Maven >= 3.6 Build the project from the root directory of this repository by executing the following command. @@ -51,4 +35,4 @@ Unless required by applicable law or agreed to in writing, software distributed AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. -[1]: +[1]: