From 6687af6f7c7d5d4524fadad1129d50040293e05c Mon Sep 17 00:00:00 2001 From: Mikkel Date: Tue, 8 Apr 2025 11:17:49 +0200 Subject: Initial commit squashed all previous commits to one. --- pacman/controller/pom.xml | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 pacman/controller/pom.xml (limited to 'pacman/controller/pom.xml') diff --git a/pacman/controller/pom.xml b/pacman/controller/pom.xml new file mode 100644 index 0000000..e3a99f8 --- /dev/null +++ b/pacman/controller/pom.xml @@ -0,0 +1,42 @@ + + 4.0.0 + + + com.gr15 + pacman + 1.0-SNAPSHOT + ../pom.xml + + + controller + + + + + com.gr15 + model + 1.0-SNAPSHOT + + + com.gr15 + view + 1.0-SNAPSHOT + + + + + + + + org.openjfx + javafx-maven-plugin + 0.0.8 + + pacman.controller.GameApp + + + + + -- cgit v1.2.3-70-g09d2