aboutsummaryrefslogtreecommitdiffstats
path: root/sonar/integration-test
diff options
context:
space:
mode:
Diffstat (limited to 'sonar/integration-test')
-rw-r--r--sonar/integration-test/pom.xml11
1 files changed, 10 insertions, 1 deletions
diff --git a/sonar/integration-test/pom.xml b/sonar/integration-test/pom.xml
index 668c6469b3..d28861c891 100644
--- a/sonar/integration-test/pom.xml
+++ b/sonar/integration-test/pom.xml
@@ -18,7 +18,7 @@
<!-- copy sources, resources and tests in place as otherwise Sonar does not pick them up correctly! -->
<plugin>
<artifactId>maven-resources-plugin</artifactId>
- <version>${maven.plugin.resources.version}</version>
+<!-- <version>${mavnen.plugin.resources.version}</version>-->
<executions>
<execution>
<id>copy-tests</id>
@@ -32,6 +32,15 @@
<resource>
<directory>../../src/integrationtest</directory>
</resource>
+ <resource>
+ <directory>../../src/testcases</directory>
+ <includes>
+ <include>org/apache/poi/POIDataSamples.java</include>
+ <include>org/apache/poi/util/NullPrintStream.java</include>
+ <include>org/apache/poi/util/NullOutputStream.java</include>
+ <include>org/apache/poi/hssf/HSSFTestDataSamples.java</include>
+ </includes>
+ </resource>
</resources>
</configuration>
</execution>