pom.xml 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3. xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
  4. <modelVersion>4.0.0</modelVersion>
  5. <packaging>pom</packaging>
  6. <groupId>cn.keking</groupId>
  7. <artifactId>kkFileView-parent</artifactId>
  8. <version>4.1.0-SNAPSHOT</version>
  9. <properties>
  10. <java.version>1.8</java.version>
  11. <spring.boot.version>2.4.2</spring.boot.version>
  12. <maven.compiler.source>${java.version}</maven.compiler.source>
  13. <maven.compiler.target>${java.version}</maven.compiler.target>
  14. <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
  15. <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
  16. </properties>
  17. <modules>
  18. <module>office-plugin</module>
  19. <module>server</module>
  20. </modules>
  21. <name>kkFileView-parent</name>
  22. <description>专注文件在线预览服务</description>
  23. <url>https://github.com/kekingcn/kkFileView</url>
  24. <licenses>
  25. <license>
  26. <name>Apache License, Version 2.0</name>
  27. <url>http://www.apache.org/licenses/LICENSE-2.0</url>
  28. </license>
  29. </licenses>
  30. <scm>
  31. <url>https://github.com/kekingcn/kkFileView</url>
  32. <connection>scm:git:git://github.com/kekingcn/kkFileView.git</connection>
  33. <developerConnection>scm:git:ssh://git@github.com/kekingcn/kkFileView.git</developerConnection>
  34. </scm>
  35. <developers>
  36. <developer>
  37. <id>klboke</id>
  38. <name>kl</name>
  39. <email>g632104866@gmail.com</email>
  40. <url>http://www.kailing.pub</url>
  41. </developer>
  42. <developer>
  43. <id>gitchenjh</id>
  44. <name>chenjinghua</name>
  45. <email>842761733@qq.com</email>
  46. </developer>
  47. </developers>
  48. <issueManagement>
  49. <system>github</system>
  50. <url>https://github.com/kekingcn/kkFileView/issues</url>
  51. </issueManagement>
  52. </project>