From 4e4ab3d250fca7becd441d34fa7b492b97cf25ab Mon Sep 17 00:00:00 2001 From: Edouard DUPIN Date: Sun, 9 Jun 2024 09:57:21 +0200 Subject: [PATCH] [FEAT] continue maven integration --- .classpath | 26 -------------------------- .project | 46 ---------------------------------------------- pom.xml | 6 +++--- 3 files changed, 3 insertions(+), 75 deletions(-) delete mode 100644 .classpath delete mode 100644 .project diff --git a/.classpath b/.classpath deleted file mode 100644 index 50809b8..0000000 --- a/.classpath +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/.project b/.project deleted file mode 100644 index 10a2ec6..0000000 --- a/.project +++ /dev/null @@ -1,46 +0,0 @@ - - - atriasoft-egami - - - atriasoft-egami - - - - org.python.pydev.PyDevBuilder - - - - - org.eclipse.jdt.core.javabuilder - - - - - net.sf.eclipsecs.core.CheckstyleBuilder - - - - - org.eclipse.m2e.core.maven2Builder - - - - - - org.eclipse.m2e.core.maven2Nature - org.eclipse.jdt.core.javanature - net.sf.eclipsecs.core.CheckstyleNature - - - - 1646149232186 - - 30 - - org.eclipse.core.resources.regexFilterMatcher - node_modules|.git|__CREATED_BY_JAVA_LANGUAGE_SERVER__ - - - - diff --git a/pom.xml b/pom.xml index 7c56081..8929e70 100644 --- a/pom.xml +++ b/pom.xml @@ -36,13 +36,13 @@ org.junit.jupiter junit-jupiter-api - 5.9.3 + 5.11.0-M2 test org.slf4j slf4j-simple - 2.0.7 + 2.1.0-alpha1 test @@ -50,7 +50,6 @@ src test/src - ${project.basedir}/out/maven/ org.apache.maven.plugins @@ -66,6 +65,7 @@ org.apache.maven.plugins maven-source-plugin + 3.3.1 attach-sources