From 70fa714aac7f3fa9792b5d17ed87dbc6ed052eaf Mon Sep 17 00:00:00 2001 From: ebner Date: Wed, 24 Jan 2018 10:33:54 +0100 Subject: [PATCH] Fixed build instructions --- Readme.md | 2 ++ settings.xml | 44 ++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 46 insertions(+) create mode 100644 settings.xml diff --git a/Readme.md b/Readme.md index 23ec06e..2ef7586 100644 --- a/Readme.md +++ b/Readme.md @@ -99,6 +99,8 @@ To create an all in one zip file for installation in a ImageJ installation use: The zip file contains an all in one jar as well as the required native libraries for Windows, Linux and Mac OS X. +Note: to be able to build the package you need to have access to the PSI artifact server. Therefore this only works within the PSI networks and if you have a certain maven configuration. An example Maven settings.xml that you can copy to `~/.m2/settings.xml` is located [here](settings.xml). + # Acknowledgements This project was inspired by the ImageJ HDF Plugin of Matthias Schlachter Chair of Pattern Recognition and Image Processing, University of Freiburg, Germany ( https://code.google.com/p/imagej-hdf ) . It is a complete rewrite of the code with the focus on efficiency and maintainability diff --git a/settings.xml b/settings.xml new file mode 100644 index 0000000..d91b178 --- /dev/null +++ b/settings.xml @@ -0,0 +1,44 @@ + + + + + + + + false + + central + libs-releases + http://artifacts.psi.ch/artifactory/libs-releases + + + + snapshots + libs-snapshots + http://artifacts.psi.ch/artifactory/libs-snapshots + + + + + + false + + central + libs-releases + http://artifacts.psi.ch/artifactory/libs-releases + + + + snapshots + libs-releases + http://artifacts.psi.ch/artifactory/libs-releases + + + artifactory + + + + artifactory + + \ No newline at end of file