summaryrefslogtreecommitdiffstats
path: root/sonar
diff options
context:
space:
mode:
authorAndreas Beeker <kiwiwings@apache.org>2018-05-28 20:05:50 +0000
committerAndreas Beeker <kiwiwings@apache.org>2018-05-28 20:05:50 +0000
commitc736ce9dfa04588c038f9aec00c66c9a01db2817 (patch)
tree40e03a1342433cd0ba98797eb3eac6fe3b6b2043 /sonar
parentc9924177d1e8f8f706125c4a0c50f951984752a2 (diff)
downloadpoi-c736ce9dfa04588c038f9aec00c66c9a01db2817.tar.gz
poi-c736ce9dfa04588c038f9aec00c66c9a01db2817.zip
#62355 - fix class names in maven build
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1832417 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sonar')
-rw-r--r--sonar/pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/sonar/pom.xml b/sonar/pom.xml
index d673b570d2..81b000c761 100644
--- a/sonar/pom.xml
+++ b/sonar/pom.xml
@@ -234,9 +234,9 @@
<target>
<copy todir="${basedir}/target/generated-sources/xmlbeans">
<fileset dir="${basedir}/../../src/ooxml/java">
- <include name="org/apache/poi/POIXMLTypeLoader.java"/>
- <include name="org/apache/poi/util/DocumentHelper.java"/>
- <include name="org/apache/poi/util/SAXHelper.java"/>
+ <include name="org/apache/poi/ooxml/POIXMLTypeLoader.java"/>
+ <include name="org/apache/poi/ooxml/util/DocumentHelper.java"/>
+ <include name="org/apache/poi/ooxml/util/SAXHelper.java"/>
<include name="org/apache/poi/openxml4j/opc/PackageNamespaces.java"/>
</fileset>
<fileset dir="${basedir}/../../src/java">