diff --git a/pom.xml b/pom.xml deleted file mode 100644 index 173f37e9..00000000 --- a/pom.xml +++ /dev/null @@ -1,120 +0,0 @@ - - 4.0.0 - eva2 - EvA2 - jar - 2.2.0 - EvA2 - http://www.ra.cs.uni-tuebingen.de/software/EvA2/ - EvA2 (an Evolutionary Algorithms framework, revised version 2) is a comprehensive heuristic optimization framework with emphasis on Evolutionary Algorithms implemented in Java. It is a revised version of the JavaEvA optimization toolbox, which has been developed as a resumption of the former EvA software package. - - - scm:git:https://gitlab.cs.uni-tuebingen.de/eva2/eva2.git - scm:git:https://gitlab.cs.uni-tuebingen.de/eva2/eva2.git - https://gitlab.cs.uni-tuebingen.de/eva2/eva2 - - - - - junit - junit - 4.11 - test - - - javax.help - javahelp - 2.0.05 - - - org.yaml - snakeyaml - 1.14 - - - - - - ${project.basedir}/build - ${project.build.directory}/classes - ${project.artifactId}-${project.version} - ${project.basedir}/src - ${project.basedir}/test - - - ${project.basedir}/resources - - - - - - org.apache.maven.plugins - maven-jar-plugin - 2.4 - - - true - false - - true - eva2.gui.Main - - - - - - org.apache.maven.plugins - maven-compiler-plugin - 2.3.2 - - 1.8 - 1.8 - - - - org.apache.maven.plugins - maven-assembly-plugin - 2.2.1 - - - jar-with-dependencies - - - - eva2.gui.Main - - - - - - package - - single - - - - - - - - - - - UTF-8 - - - - - GNU LGPL v2.1 - http://www.gnu.org/licenses/lgpl-2.1.txt - repo - GNU Lesser General Public License, version 2.1 - - - - - Department for Cognitive Systems, University of Tuebingen, Germany - http://www.cogsys.cs.uni-tuebingen.de/ - -