diff options
| -rw-r--r-- | .classpath | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ <attribute name="maven.pomderived" value="true"/> </attributes> </classpathentry> - <classpathentry kind="src" output="target/classes" path="src"> + <classpathentry including="**/*.java" kind="src" output="target/classes" path="src"> <attributes> <attribute name="optional" value="true"/> <attribute name="maven.pomderived" value="true"/> |
