diff options
Diffstat (limited to 'aai-schema-ingest/.classpath')
-rw-r--r-- | aai-schema-ingest/.classpath | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/aai-schema-ingest/.classpath b/aai-schema-ingest/.classpath index 5c8072ec..5070d13d 100644 --- a/aai-schema-ingest/.classpath +++ b/aai-schema-ingest/.classpath @@ -17,6 +17,7 @@ <attributes> <attribute name="maven.pomderived" value="true"/> <attribute name="test" value="true"/> + <attribute name="optional" value="true"/> </attributes> </classpathentry> <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"> @@ -37,6 +38,12 @@ <attribute name="m2e-apt" value="true"/> </attributes> </classpathentry> + <classpathentry excluding="**" kind="src" output="target/classes" path="src/main/resources"> + <attributes> + <attribute name="maven.pomderived" value="true"/> + <attribute name="optional" value="true"/> + </attributes> + </classpathentry> <classpathentry kind="src" output="target/test-classes" path="target/generated-test-sources/test-annotations"> <attributes> <attribute name="optional" value="true"/> |