This Nursa Reactome Portal fork of the GSEA repository builds a jar file for use in Reactome.
Prepare the jar file as follows:
-
Open a console on the project directory.
-
Execute ANT:
ant -
Run the following:
mvn install:install-file -Dfile=dist/gsea-reactome-<version>.jar \ -DgroupId=edu.mit.broad -DartifactId=gsea-reactome -Dversion=<version> -Dpackaging=jarwhere
<version>is the generated jar version.