|
@@ -36,5 +36,16 @@
|
|
|
<attribute name="maven.pomderived" value="true"/>
|
|
|
</attributes>
|
|
|
</classpathentry>
|
|
|
+ <classpathentry kind="src" path="target/generated-sources/annotations">
|
|
|
+ <attributes>
|
|
|
+ <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"/>
|
|
|
+ <attribute name="test" value="true"/>
|
|
|
+ </attributes>
|
|
|
+ </classpathentry>
|
|
|
<classpathentry kind="output" path="target/classes"/>
|
|
|
</classpath>
|