Skip to content

Commit e18407f

Browse files
committed
Add missing pom.xml <testResource> for tcl
1 parent 33305de commit e18407f

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

opengrok-indexer/pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,13 @@ Portions Copyright (c) 2017, Chris Fraire <[email protected]>.
200200
<exclude>*.java</exclude>
201201
</excludes>
202202
</testResource>
203+
<testResource>
204+
<targetPath>org/opensolaris/opengrok/analysis/tcl/</targetPath>
205+
<directory>../test/org/opensolaris/opengrok/analysis/tcl/</directory>
206+
<excludes>
207+
<exclude>*.java</exclude>
208+
</excludes>
209+
</testResource>
203210
<testResource>
204211
<targetPath>org/opensolaris/opengrok/analysis/haskell/</targetPath>
205212
<directory>../test/org/opensolaris/opengrok/analysis/haskell/</directory>

0 commit comments

Comments
 (0)