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 33305de commit e18407fCopy full SHA for e18407f
opengrok-indexer/pom.xml
@@ -200,6 +200,13 @@ Portions Copyright (c) 2017, Chris Fraire <[email protected]>.
200
<exclude>*.java</exclude>
201
</excludes>
202
</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>
210
<testResource>
211
<targetPath>org/opensolaris/opengrok/analysis/haskell/</targetPath>
212
<directory>../test/org/opensolaris/opengrok/analysis/haskell/</directory>
0 commit comments