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
This commit is contained in:
Adonis Pujols 2020-01-04 08:25:14 -05:00 committed by Jeff Wadsworth
parent e6e622f659
commit 4432d03d89

View file

@ -38,6 +38,7 @@
</dependencies> </dependencies>
<build> <build>
<sourceDirectory>src</sourceDirectory>
<plugins> <plugins>
<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>