We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00a4626 commit 81cbc9dCopy full SHA for 81cbc9d
1 file changed
xmvn-tools/xmvn-resolve/.classpath
@@ -23,5 +23,11 @@
23
<attribute name="maven.pomderived" value="true"/>
24
</attributes>
25
</classpathentry>
26
+ <classpathentry excluding="**" kind="src" output="target/test-classes" path="src/test/resources">
27
+ <attributes>
28
+ <attribute name="maven.pomderived" value="true"/>
29
+ <attribute name="test" value="true"/>
30
+ </attributes>
31
+ </classpathentry>
32
<classpathentry kind="output" path="target/classes"/>
33
</classpath>
0 commit comments