summaryrefslogtreecommitdiffstats
path: root/ooxml-schemas/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'ooxml-schemas/pom.xml')
-rw-r--r--ooxml-schemas/pom.xml8
1 files changed, 5 insertions, 3 deletions
diff --git a/ooxml-schemas/pom.xml b/ooxml-schemas/pom.xml
index a1805c2b1a..ac5bc7ecb7 100644
--- a/ooxml-schemas/pom.xml
+++ b/ooxml-schemas/pom.xml
@@ -30,7 +30,7 @@
<artifactId>ooxml-schemas</artifactId>
<packaging>jar</packaging>
- <name>Apache POI - Openxmlformats Schema package</name>
+ <name>Apache POI - ooxml schema package</name>
<description>XmlBeans generated from the Ecma supplied xsds:
http://www.ecma-international.org/publications/files/ECMA-ST/Office%20Open%20XML%20Part%204%20(DOCX).zip</description>
<url>http://poi.apache.org/</url>
@@ -99,13 +99,15 @@
<configuration>
<schemaDirectory>target/schemas</schemaDirectory>
<javaSource>1.5</javaSource>
- <optimize>yes</optimize>
+ <!--<optimize>yes</optimize>-->
</configuration>
</plugin>
</plugins>
</build>
<dependencies>
+
+ <!-- TODO to check not required to build
<dependency>
<groupId>org.apache.poi</groupId>
<artifactId>poi-main</artifactId>
@@ -115,7 +117,7 @@
<groupId>org.apache.poi</groupId>
<artifactId>poi-scratchpad</artifactId>
<version>${project.version}</version>
- </dependency>
+ </dependency>-->
<dependency>
<groupId>org.apache.xmlbeans</groupId>