Skip to content

Commit 611f42b

Browse files
committed
Follow-up to previous commit (a POM modification was needed).
1 parent a182a13 commit 611f42b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

pom.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,14 @@
6767
</includes>
6868
</resource>
6969
</resources>
70+
<testResources>
71+
<testResource>
72+
<directory>${project.basedir}/junit</directory>
73+
<excludes>
74+
<exclude>**/*.java</exclude>
75+
</excludes>
76+
</testResource>
77+
</testResources>
7078
</build>
7179
<scm>
7280
<connection>scm:git:https://github.com/css4j/xml-dtd.git</connection>

0 commit comments

Comments
 (0)