From 4432d03d89a1ff7e123f11fd53deb33c0a0ab5f8 Mon Sep 17 00:00:00 2001 From: Adonis Pujols Date: Sat, 4 Jan 2020 08:25:14 -0500 Subject: [PATCH] Add AIMCTS Sources to Maven (missing srcDirectory) (#6140) No Maven expert, but the sources of every other Server.Plugin is included in Maven project EXCEPT for Mage.Player.AIMCTS (which seems necessary to actually be used/ran, imported, indexed, etc). I doubt this is intentional and it's the only way to get those sources working for IntelliJ IDEA. This should add some more development support for anyone else poking around the code base, like in #6114 --- Mage.Server.Plugins/Mage.Player.AIMCTS/pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/Mage.Server.Plugins/Mage.Player.AIMCTS/pom.xml b/Mage.Server.Plugins/Mage.Player.AIMCTS/pom.xml index b6c3ec62d2..bf1758b65f 100644 --- a/Mage.Server.Plugins/Mage.Player.AIMCTS/pom.xml +++ b/Mage.Server.Plugins/Mage.Player.AIMCTS/pom.xml @@ -38,6 +38,7 @@ + src org.apache.maven.plugins