diff options
author | Fiete Ostkamp <Fiete.Ostkamp@telekom.de> | 2023-08-03 13:20:28 +0000 |
---|---|---|
committer | Fiete Ostkamp <fiete.ostkamp@telekom.de> | 2023-08-04 11:32:22 +0000 |
commit | 31f3d128576a7d2a4be206b6f8ba705e4939b98a (patch) | |
tree | 00a046d528934f0ce12edb63cb4a579719ca663c /aai-schema-ingest/.classpath | |
parent | 0acfcc99f3560eb78d8c912408e09df68cffde7f (diff) |
Make URIParser code more readable
Issue-ID: AAI-3655
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
Change-Id: I26350e7279287c711f38194dbc1e8d302cf9a26d
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"/> |