Skip to content

Commit

Permalink
Added instructions about specific version of IRIDA
Browse files Browse the repository at this point in the history
  • Loading branch information
apetkau committed Apr 30, 2019
1 parent 48a9902 commit bfb249f
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ This project contains an example pipeline implemented as a plugin for the [IRIDA

# Building/Packaging

Building and packaging this code is accomplished using [Apache Maven][maven]. However, you will first need to install [IRIDA][] to your local Maven repository.
Building and packaging this code is accomplished using [Apache Maven][maven]. However, you will first need to install [IRIDA][] to your local Maven repository. The version of IRIDA you install will have to correspond to the version found in the `irida.version.compiletime` property in the [pom.xml][] file of this project. Right now, this is IRIDA version `19.01.3`.

## Installing IRIDA to local Maven repository

Expand All @@ -38,7 +38,13 @@ git clone https://github.com/phac-nml/irida.git
cd irida
```

2. Install IRIDA to local repository
2. Checkout appropriate version of IRIDA

```bash
git checkout 19.01.3
```

3. Install IRIDA to local repository

```bash
mvn clean install -DskipTests
Expand Down Expand Up @@ -364,4 +370,4 @@ Once you've successfully built your plugin, you can distribute the JAR file to o
[example-plugin-pipeline.png]: doc/images/example-plugin-pipeline.png
[example-plugin-metadata.png]: doc/images/example-plugin-metadata.png
[pipeline-parameters.png]: doc/images/pipeline-parameters.png
[example-plugin-save-results.png]: doc/images/example-plugin-save-results.png
[example-plugin-save-results.png]: doc/images/example-plugin-save-results.png

0 comments on commit bfb249f

Please sign in to comment.