aboutsummaryrefslogtreecommitdiffstats
path: root/sonar/ooxml-full/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'sonar/ooxml-full/pom.xml')
-rw-r--r--sonar/ooxml-full/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/sonar/ooxml-full/pom.xml b/sonar/ooxml-full/pom.xml
index 263136d962..3b10eff008 100644
--- a/sonar/ooxml-full/pom.xml
+++ b/sonar/ooxml-full/pom.xml
@@ -34,7 +34,7 @@
</goals>
<configuration>
<target>
- <property name="xsdir" value="${basedir}/../../ooxml-schema/src/main/xmlschema/org/apache/poi"/>
+ <property name="xsdir" value="${basedir}/../../poi-ooxml-full/src/main/xmlschema/org/apache/poi"/>
<copy todir="${basedir}/target/schemas">
<zipfileset src="${xsdir}/schemas/OfficeOpenXML-XMLSchema-Transitional.zip"/>
<zipfileset src="${xsdir}/schemas/OpenPackagingConventions-XMLSchema.zip" includes="opc-digSig.xsd,opc-relationships.xsd"/>
@@ -100,7 +100,7 @@
<directory>${basedir}/target/generated-resources</directory>
</resource>
<resource>
- <directory>${basedir}/../../ooxml-schema/src/ooxml-full/java9</directory>
+ <directory>${basedir}/../../poi-ooxml-full/src/main/java9</directory>
<targetPath>META-INF/versions/9</targetPath>
<includes>
<include>*.class</include>