summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 78396a2..3b37a09 100644
--- a/pom.xml
+++ b/pom.xml
@@ -82,6 +82,10 @@
<name>com.healthmarketscience.jackcess.bigIndex</name>
<value>${jackcess.bigIndex}</value>
</property>
+ <property>
+ <name>com.healthmarketscience.jackcess.testFormats</name>
+ <value>${jackcess.testFormats}</value>
+ </property>
</systemProperties>
</configuration>
</plugin>
@@ -182,4 +186,8 @@
<url>scp://shell.sourceforge.net/home/groups/j/ja/jackcess/htdocs</url>
</site>
</distributionManagement>
+ <properties>
+ <jackcess.bigIndex>true</jackcess.bigIndex>
+ <jackcess.testFormats>V2000,V2003,V2007</jackcess.testFormats>
+ </properties>
</project>