From c29c408295e2876580ba1508c3773cfd60318d39 Mon Sep 17 00:00:00 2001 From: BodgeMaster <> Date: Sat, 19 Feb 2022 20:17:41 +0100 Subject: [PATCH] initial eclipse maven setup --- .classpath | 38 ++++++++++++++++++++++++++++++++++++++ .gitignore | 1 + .project | 23 +++++++++++++++++++++++ pom.xml | 8 ++++++++ 4 files changed, 70 insertions(+) create mode 100644 .classpath create mode 100644 .project create mode 100644 pom.xml diff --git a/.classpath b/.classpath new file mode 100644 index 0000000..90f81ed --- /dev/null +++ b/.classpath @@ -0,0 +1,38 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.gitignore b/.gitignore index 7e3d294..a9154c8 100644 --- a/.gitignore +++ b/.gitignore @@ -85,3 +85,4 @@ local.properties # Typically, this file would be tracked if it contains build/dependency configurations: #.project +/target/ diff --git a/.project b/.project new file mode 100644 index 0000000..2ac26de --- /dev/null +++ b/.project @@ -0,0 +1,23 @@ + + + hacky-quizbot + + + + + + org.eclipse.jdt.core.javabuilder + + + + + org.eclipse.m2e.core.maven2Builder + + + + + + org.eclipse.jdt.core.javanature + org.eclipse.m2e.core.maven2Nature + + diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..625a837 --- /dev/null +++ b/pom.xml @@ -0,0 +1,8 @@ + + 4.0.0 + linux.general + hacky-quizbot + 0.0.1-SNAPSHOT + Hacky-Quizbot + Just a quiz bot for Discord that started development in the later half of crunch week. + \ No newline at end of file