Skip to content

Commit

Permalink
Follow-up to previous commit (a POM modification was needed).
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosame committed Feb 25, 2021
1 parent a182a13 commit 611f42b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,14 @@
</includes>
</resource>
</resources>
<testResources>
<testResource>
<directory>${project.basedir}/junit</directory>
<excludes>
<exclude>**/*.java</exclude>
</excludes>
</testResource>
</testResources>
</build>
<scm>
<connection>scm:git:https://github.com/css4j/xml-dtd.git</connection>
Expand Down

0 comments on commit 611f42b

Please sign in to comment.