summaryrefslogtreecommitdiff
path: root/pacman/controller/pom.xml
diff options
context:
space:
mode:
authormithe24 <mithe24@student.sdu.dk>2025-04-08 11:23:56 +0200
committermithe24 <mithe24@student.sdu.dk>2025-04-29 18:51:23 +0200
commite8e3774158f749e0214fb34ebdba29527d054874 (patch)
tree754fe56d1d421d065b3f1b22219e7b09faf0bc91 /pacman/controller/pom.xml
parent6687af6f7c7d5d4524fadad1129d50040293e05c (diff)
downloadpacman-e8e3774158f749e0214fb34ebdba29527d054874.tar.gz
pacman-e8e3774158f749e0214fb34ebdba29527d054874.zip
Initial commit
Diffstat (limited to 'pacman/controller/pom.xml')
-rw-r--r--pacman/controller/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pacman/controller/pom.xml b/pacman/controller/pom.xml
index e3a99f8..6baf25f 100644
--- a/pacman/controller/pom.xml
+++ b/pacman/controller/pom.xml
@@ -34,7 +34,7 @@
<artifactId>javafx-maven-plugin</artifactId>
<version>0.0.8</version>
<configuration>
- <mainClass>pacman.controller.GameApp</mainClass>
+ <mainClass>com.gr15.pacman.controller.GameApp</mainClass>
</configuration>
</plugin>
</plugins>