Skip to content

Commit

Permalink
Merge pull request #112 from medizininformatik-initiative/109-update-…
Browse files Browse the repository at this point in the history
…readme-to-new-dsf-1x

Update build instructions and link to DSF repository
  • Loading branch information
EmteZogaf authored Apr 17, 2024
2 parents 4480701 + 0577235 commit 9ec76b9
Showing 1 changed file with 3 additions and 19 deletions.
22 changes: 3 additions & 19 deletions README.md
Original file line number Diff line number Diff line change
@@ -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

<servers>
<server>
<id>highmed-dsf</id>
<username>USERNAME</username>
<password>TOKEN</password>
</server>
</servers>
```
Prerequisite: Java 17, Maven >= 3.6

Build the project from the root directory of this repository by executing the following command.

Expand Down Expand Up @@ -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]: <https://github.com/highmed/highmed-dsf>
[1]: <https://github.com/datasharingframework/dsf>

0 comments on commit 9ec76b9

Please sign in to comment.