diff --git a/core/lib/liblinear-wrapper.jar b/core/lib/liblinear-wrapper.jar deleted file mode 100644 index 8ebb61e9..00000000 Binary files a/core/lib/liblinear-wrapper.jar and /dev/null differ diff --git a/core/lib/liblinear.jar b/core/lib/liblinear.jar deleted file mode 100644 index 8b4459a9..00000000 Binary files a/core/lib/liblinear.jar and /dev/null differ diff --git a/core/pom.xml b/core/pom.xml index e4b6e8ae..d285b02c 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -143,18 +143,20 @@ opennlp-tools - de.bwaldvogel - liblinear - 1.96 - system - ${project.basedir}/lib/liblinear.jar + nz.ac.waikato.cms.weka + LibLINEAR + 1.9.7 + + + nz.ac.waikato.cms.weka + weka-dev + + - nz.ac.waikato.cms.weka + de.bwaldvogel liblinear - 1.9.8-SNAPSHOT - system - ${project.basedir}/lib/liblinear-wrapper.jar + 2.11 junit diff --git a/distribution/assembly.xml b/distribution/assembly.xml index a36a4e9b..30baa49b 100644 --- a/distribution/assembly.xml +++ b/distribution/assembly.xml @@ -37,6 +37,6 @@ - + diff --git a/distribution/pack.xml b/distribution/pack.xml new file mode 100644 index 00000000..53faf68b --- /dev/null +++ b/distribution/pack.xml @@ -0,0 +1,24 @@ + + project + + tar.gz + zip + + true + Excitement-Open-Platform-${artifact.version} + + + ${project.basedir}/.. + / + true + + **/*.iml + **/.idea/** + **/${project.build.directory}/** + + + + + diff --git a/distribution/pom.xml b/distribution/pom.xml index 9fb6c3c2..5859f4b7 100644 --- a/distribution/pom.xml +++ b/distribution/pom.xml @@ -3,20 +3,20 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 - + eu.excitementproject eop 1.2.4-SNAPSHOT - - distribution - + + Excitement-Open-Platform + pom - + EOP Distribution - - @@ -99,14 +99,46 @@ + ${project.basedir}/pack.xml ${project.basedir}/assembly.xml ${project.basedir}/../target + true - + + com.coderplus.maven.plugins + copy-rename-maven-plugin + 1.0.1 + + + rename-dist-files + package + + rename + + + + + ${project.basedir}/../target/Excitement-Open-Platform-${eop-version}-bin.zip + ${project.basedir}/../target/eop-${eop-version}-bin.zip + + + ${project.basedir}/../target/Excitement-Open-Platform-${eop-version}-project.zip + ${project.basedir}/../target/Excitement-Open-Platform-${eop-version}.zip + + + ${project.basedir}/../target/Excitement-Open-Platform-${eop-version}-project.tar.gz + ${project.basedir}/../target/Excitement-Open-Platform-${eop-version}.tar.gz + + + + + + + diff --git a/pom.xml b/pom.xml index e47bf403..cddb7fb2 100644 --- a/pom.xml +++ b/pom.xml @@ -36,6 +36,7 @@ lexicalinferenceminer alignmentedas adarte + distribution @@ -558,17 +559,6 @@ - - org.apache.maven.plugins - maven-assembly-plugin - 3.0.0 - - - distribution/assembly.xml - - - - org.apache.maven.plugins maven-checkstyle-plugin