diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..c62513a --- /dev/null +++ b/pom.xml @@ -0,0 +1,143 @@ + + + 4.0.0 + + com.personalproject + math-learning + 1.0-SNAPSHOT + jar + + Math Learning Application + A desktop application for math learning with exam functionality + + + 17 + 17 + UTF-8 + 21 + 0.0.8 + + + + + + org.openjfx + javafx-controls + ${javafx.version} + + + org.openjfx + javafx-fxml + ${javafx.version} + + + + + org.junit.jupiter + junit-jupiter-api + 5.9.2 + test + + + org.junit.jupiter + junit-jupiter-engine + 5.9.2 + test + + + + + + + + org.apache.maven.plugins + maven-compiler-plugin + 3.11.0 + + 17 + 17 + + + + + + org.openjfx + javafx-maven-plugin + ${javafx.maven.plugin.version} + + com.personalproject.ui.MathExamGUI + + + + + + + + + + default-cli + + com.personalproject.ui.MathExamGUI + + + + + + + + org.apache.maven.plugins + maven-surefire-plugin + 3.0.0 + + + + + org.apache.maven.plugins + maven-jar-plugin + 3.3.0 + + + + com.personalproject.ui.MathExamGUI + + + + + + + + org.apache.maven.plugins + maven-shade-plugin + 3.4.1 + + + package + + shade + + + + + com.personalproject.ui.MathExamGUI + + + + + + *:* + + META-INF/*.SF + META-INF/*.DSA + META-INF/*.RSA + + + + + + + + + + \ No newline at end of file