MAB Create a sample POM file and IntelliJ IDEA Project

This commit is contained in:
mmcentre 2019-01-20 18:17:37 -05:00
parent 6225fffd2e
commit 5f1d606137
1 changed files with 10 additions and 0 deletions

View File

@ -1,5 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ArtifactManager">
<artifact type="jar" name="Samples-java-helloworld:jar">
<output-path>$PROJECT_DIR$/out/artifacts/Samples_java_helloworld_jar</output-path>
<root id="archive" name="Samples-java-helloworld.jar">
<element id="module-output" name="Samples-java-helloworld" />
<element id="extracted-dir" path="$MAVEN_REPOSITORY$/com/intersystems/intersystems-jdbc/3.0.0/intersystems-jdbc-3.0.0.jar" path-in-jar="/" />
<element id="extracted-dir" path="$PROJECT_DIR$/lib/intersystems-jdbc-3.0.0.jar" path-in-jar="/" />
</root>
</artifact>
</component>
<component name="BuildJarProjectSettings">
<option name="BUILD_JARS_ON_MAKE" value="false" />
</component>