From 5d8ded8f8e02ebe1a0dabea0eb98d53a4643a414 Mon Sep 17 00:00:00 2001 From: Lutz Fischer Date: Tue, 31 Mar 2015 17:21:47 +0100 Subject: [PATCH] changed maven config to include all dependencies and enable creation of a jar-that includes all dependencies --- nb-configuration.xml | 18 +++++++++--------- pom.xml | 44 +++++++++++++++++++++++++++++++++++++++++++- 2 files changed, 52 insertions(+), 10 deletions(-) diff --git a/nb-configuration.xml b/nb-configuration.xml index 1cdd454..0e565c6 100644 --- a/nb-configuration.xml +++ b/nb-configuration.xml @@ -1,19 +1,19 @@ - - + + - +--> + - apache20 - false - - +--> + apache20 + false + + diff --git a/pom.xml b/pom.xml index a9a2162..5c85561 100644 --- a/pom.xml +++ b/pom.xml @@ -11,10 +11,52 @@ jmzidentml 1.1.3 + + commons-io + commons-io + 2.4 + runtime + + + commons-logging + commons-logging + 1.2 + runtime + + + xxindex + xxindex + 0.11 + runtime + jar + + + log4j + log4j + 1.2.17 + + + + + maven-assembly-plugin + + + + org.rappsilber.fdr.gui.FDRGUI + + + + jar-with-dependencies + + + + + + UTF-8 1.7 1.7 - \ No newline at end of file +