You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

pom.xml 10KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322
  1. <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/maven-v4_0_0.xsd">
  2. <modelVersion>4.0.0</modelVersion>
  3. <parent>
  4. <groupId>com.healthmarketscience</groupId>
  5. <artifactId>openhms-parent</artifactId>
  6. <version>1.0.16</version>
  7. </parent>
  8. <groupId>com.healthmarketscience.jackcess</groupId>
  9. <artifactId>jackcess</artifactId>
  10. <name>Jackcess</name>
  11. <description>A pure Java library for reading from and writing to MS Access databases.</description>
  12. <version>1.2.14.1</version>
  13. <url>http://jackcess.sf.net</url>
  14. <inceptionYear>2005</inceptionYear>
  15. <developers>
  16. <developer>
  17. <name>Tim McCune</name>
  18. <id>javajedi</id>
  19. <email>javajedi@users.sf.net</email>
  20. <roles>
  21. <role>Original author and project founder</role>
  22. </roles>
  23. <timezone>-5</timezone>
  24. </developer>
  25. <developer>
  26. <name>James Ahlborn</name>
  27. <id>jahlborn</id>
  28. <email>jahlborn@users.sf.net</email>
  29. <organization>Dell Boomi</organization>
  30. <roles>
  31. <role>Owner</role>
  32. </roles>
  33. <timezone>-5</timezone>
  34. </developer>
  35. </developers>
  36. <contributors>
  37. <contributor>
  38. <name>Rob Di Marco</name>
  39. <roles>
  40. <role>Added ability to import delimited text into new tables</role>
  41. </roles>
  42. <timezone>-5</timezone>
  43. </contributor>
  44. <contributor>
  45. <name>Mitchell J. Friedman</name>
  46. <roles>
  47. <role>Added support for additional JDBC data types</role>
  48. </roles>
  49. </contributor>
  50. <contributor>
  51. <name>Jon Iles</name>
  52. <roles>
  53. <role>Added support for reading table definitions that span multiple
  54. pages</role>
  55. </roles>
  56. </contributor>
  57. <contributor>
  58. <name>James Schopp</name>
  59. <roles>
  60. <role>Added support for reading currency columns</role>
  61. </roles>
  62. </contributor>
  63. <contributor>
  64. <name>Patricia Donaldson</name>
  65. <roles>
  66. <role>Contributed RowFilter class</role>
  67. </roles>
  68. </contributor>
  69. <contributor>
  70. <name>Dan Rollo</name>
  71. <email>bhamail@users.sf.net</email>
  72. <organization>Composite Software, Inc.</organization>
  73. <roles>
  74. <role>Added support for new DB file formats (2003/2007)</role>
  75. </roles>
  76. <timezone>-5</timezone>
  77. </contributor>
  78. <contributor>
  79. <name>F. Gerbig</name>
  80. <roles>
  81. <role>added ExportUtil, contributed some of the code for Jet3
  82. read-only support</role>
  83. </roles>
  84. </contributor>
  85. <contributor>
  86. <name>Lorenzo Carrara</name>
  87. <roles>
  88. <role>Reverse engineered the attachment data encoding.</role>
  89. </roles>
  90. </contributor>
  91. </contributors>
  92. <issueManagement>
  93. <system>SourceForge2</system>
  94. <url>http://sourceforge.net/p/jackcess/bugs/</url>
  95. </issueManagement>
  96. <scm>
  97. <connection>scm:svn:svn://svn.code.sf.net/p/jackcess/code/jackcess/tags/jackcess-1.2.14.1</connection>
  98. <!-- read/write svn connection -->
  99. <developerConnection>scm:svn:svn+ssh://svn.code.sf.net/p/jackcess/code/jackcess/tags/jackcess-1.2.14.1</developerConnection>
  100. <url>http://svn.code.sf.net/p/jackcess/code/jackcess/tags/jackcess-1.2.14.1</url>
  101. </scm>
  102. <build>
  103. <defaultGoal>install</defaultGoal>
  104. <sourceDirectory>src/java</sourceDirectory>
  105. <testSourceDirectory>test/src/java</testSourceDirectory>
  106. <resources>
  107. <resource>
  108. <directory>src/resources</directory>
  109. </resource>
  110. </resources>
  111. <testResources>
  112. <testResource>
  113. <directory>test/src/resources</directory>
  114. </testResource>
  115. </testResources>
  116. <pluginManagement>
  117. <plugins>
  118. <plugin>
  119. <groupId>org.apache.maven.plugins</groupId>
  120. <artifactId>maven-surefire-plugin</artifactId>
  121. <configuration>
  122. <forkMode>once</forkMode>
  123. <argLine>-Xmx256M -server</argLine>
  124. <systemProperties>
  125. <property>
  126. <name>log4j.configuration</name>
  127. <value>log4j_test.properties</value>
  128. </property>
  129. <property>
  130. <name>com.healthmarketscience.jackcess.bigIndex</name>
  131. <value>${jackcess.bigIndex}</value>
  132. </property>
  133. <property>
  134. <name>com.healthmarketscience.jackcess.testFormats</name>
  135. <value>${jackcess.testFormats}</value>
  136. </property>
  137. </systemProperties>
  138. </configuration>
  139. </plugin>
  140. </plugins>
  141. </pluginManagement>
  142. <plugins>
  143. <plugin>
  144. <groupId>org.apache.felix</groupId>
  145. <artifactId>maven-bundle-plugin</artifactId>
  146. <extensions>true</extensions>
  147. <configuration>
  148. <instructions>
  149. </instructions>
  150. </configuration>
  151. <executions>
  152. <execution>
  153. <id>bundle-manifest</id>
  154. <phase>process-classes</phase>
  155. <goals>
  156. <goal>manifest</goal>
  157. </goals>
  158. </execution>
  159. </executions>
  160. </plugin>
  161. <plugin>
  162. <groupId>org.codehaus.mojo</groupId>
  163. <artifactId>cobertura-maven-plugin</artifactId>
  164. <configuration>
  165. <instrumentation>
  166. <excludes>
  167. <exclude>com/healthmarketscience/jackcess/scsu/**</exclude>
  168. </excludes>
  169. </instrumentation>
  170. </configuration>
  171. <executions>
  172. <execution>
  173. <id>clean</id>
  174. <goals>
  175. <goal>clean</goal>
  176. </goals>
  177. </execution>
  178. </executions>
  179. </plugin>
  180. <plugin>
  181. <groupId>org.apache.maven.plugins</groupId>
  182. <artifactId>maven-changes-plugin</artifactId>
  183. <configuration>
  184. <smtpHost>localhost</smtpHost>
  185. <toAddresses>
  186. <toAddress>jackcess-users@lists.sourceforge.net</toAddress>
  187. </toAddresses>
  188. </configuration>
  189. </plugin>
  190. <plugin>
  191. <groupId>org.apache.maven.plugins</groupId>
  192. <artifactId>maven-jar-plugin</artifactId>
  193. <configuration>
  194. <archive>
  195. <manifestFile>${project.build.outputDirectory}/META-INF/MANIFEST.MF</manifestFile>
  196. </archive>
  197. </configuration>
  198. <executions>
  199. <execution>
  200. <id>build-test-jar</id>
  201. <goals>
  202. <goal>test-jar</goal>
  203. </goals>
  204. <configuration>
  205. <archive combine.self="override">
  206. </archive>
  207. </configuration>
  208. </execution>
  209. </executions>
  210. </plugin>
  211. <plugin>
  212. <artifactId>maven-release-plugin</artifactId>
  213. <configuration>
  214. <!-- Don't deploy site for Jackcess 1.x releases -->
  215. <goals>deploy nexus-staging:release</goals>
  216. </configuration>
  217. </plugin>
  218. </plugins>
  219. </build>
  220. <dependencies>
  221. <dependency>
  222. <groupId>commons-lang</groupId>
  223. <artifactId>commons-lang</artifactId>
  224. <version>2.0</version>
  225. </dependency>
  226. <dependency>
  227. <groupId>commons-logging</groupId>
  228. <artifactId>commons-logging</artifactId>
  229. <version>1.0.3</version>
  230. </dependency>
  231. <dependency>
  232. <groupId>log4j</groupId>
  233. <artifactId>log4j</artifactId>
  234. <version>1.2.7</version>
  235. <scope>runtime</scope>
  236. <optional>true</optional>
  237. </dependency>
  238. <dependency>
  239. <groupId>junit</groupId>
  240. <artifactId>junit</artifactId>
  241. <version>4.0</version>
  242. <scope>test</scope>
  243. </dependency>
  244. </dependencies>
  245. <reporting>
  246. <plugins>
  247. <plugin>
  248. <artifactId>maven-changes-plugin</artifactId>
  249. <configuration>
  250. <issueLinkTemplatePerSystem>
  251. <SourceForge2Features>http://sourceforge.net/p/jackcess/feature-requests/%ISSUE%</SourceForge2Features>
  252. </issueLinkTemplatePerSystem>
  253. </configuration>
  254. <reportSets>
  255. <reportSet>
  256. <reports>
  257. <report>changes-report</report>
  258. </reports>
  259. </reportSet>
  260. </reportSets>
  261. </plugin>
  262. <plugin>
  263. <artifactId>maven-javadoc-plugin</artifactId>
  264. <configuration>
  265. <additionalJOption>-J-DTaglets.ConfigurationFile=${basedir}/src/site/javadoc/taglets.properties -J-DTaglets.NoDefaultConfiguration=true</additionalJOption>
  266. <minmemory>128m</minmemory>
  267. <maxmemory>512</maxmemory>
  268. <links>
  269. <list>http://download.oracle.com/javase/1.5.0/docs/api</list>
  270. <list>http://download.oracle.com/javaee/5/api</list>
  271. </links>
  272. <source>1.5</source>
  273. <excludePackageNames>com.healthmarketscience.jackcess.scsu</excludePackageNames>
  274. <show>public</show>
  275. <stylesheetfile>${basedir}/src/site/javadoc/stylesheet.css</stylesheetfile>
  276. <tags>
  277. <tag>
  278. <name>usage</name>
  279. <placement>a</placement>
  280. <head>Usage:</head>
  281. </tag>
  282. </tags>
  283. <taglets>
  284. <taglet>
  285. <tagletClass>net.sourceforge.taglets.Taglets</tagletClass>
  286. <tagletArtifact>
  287. <groupId>net.sourceforge.taglets</groupId>
  288. <artifactId>taglets</artifactId>
  289. <version>2.0.3</version>
  290. </tagletArtifact>
  291. </taglet>
  292. </taglets>
  293. <quiet>true</quiet>
  294. </configuration>
  295. </plugin>
  296. </plugins>
  297. </reporting>
  298. <repositories>
  299. <repository>
  300. <releases>
  301. <enabled>true</enabled>
  302. </releases>
  303. <snapshots>
  304. <enabled>false</enabled>
  305. </snapshots>
  306. <id>taglets</id>
  307. <name>Taglets</name>
  308. <url>http://maven.geotoolkit.org/</url>
  309. <layout>default</layout>
  310. </repository>
  311. </repositories>
  312. <distributionManagement>
  313. <site>
  314. <id>jackcess-build-site</id>
  315. <url>scp://shell.sourceforge.net/home/project-web/jackcess/htdocs</url>
  316. </site>
  317. </distributionManagement>
  318. <properties>
  319. <jackcess.bigIndex>true</jackcess.bigIndex>
  320. <jackcess.testFormats>V1997,V2000,V2003,V2007,V2010</jackcess.testFormats>
  321. </properties>
  322. </project>