Skip to content

Commit

Permalink
Update Build Instructions and Link to DSF Repository
Browse files Browse the repository at this point in the history
  • Loading branch information
EmteZogaf committed Apr 16, 2024
1 parent 072d643 commit 0577235
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 0577235

Please sign in to comment.