...
|
...
|
@@ -6,7 +6,11 @@ |
|
|
<attribute name="maven.pomderived" value="true"/>
|
|
|
</attributes>
|
|
|
</classpathentry>
|
|
|
<classpathentry including="**/*.java" kind="src" path="src/main/resources"/>
|
|
|
<classpathentry excluding="**" kind="src" output="target/classes" path="src/main/resources">
|
|
|
<attributes>
|
|
|
<attribute name="maven.pomderived" value="true"/>
|
|
|
</attributes>
|
|
|
</classpathentry>
|
|
|
<classpathentry kind="src" output="target/test-classes" path="src/test/java">
|
|
|
<attributes>
|
|
|
<attribute name="optional" value="true"/>
|
...
|
...
|
|