Now outputs .jar files to /target

-Server jar outputs to /target/
-All other jars output to /target/plugins
This commit is contained in:
Jacob Swehla
2017-12-27 17:52:40 -06:00
parent 3158dd75ea
commit 556f443ec2
8 changed files with 47 additions and 3 deletions

View File

@@ -5,6 +5,8 @@
<output-test url="file://$MODULE_DIR$/target/test-classes" />
<content url="file://$MODULE_DIR$">
<sourceFolder url="file://$MODULE_DIR$/src/main/java" isTestSource="false" />
<excludeFolder url="file://$MODULE_DIR$/${parent.project.basedir}/ServerTarget" />
<excludeFolder url="file://$MODULE_DIR$/ServerTarget" />
<excludeFolder url="file://$MODULE_DIR$/target" />
</content>
<orderEntry type="inheritedJdk" />