orai18n-12.1.0.2.0.pom 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107
  1. <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2. xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
  3. <modelVersion>4.0.0</modelVersion>
  4. <!-- 1. OSS parent -->
  5. <parent>
  6. <groupId>org.sonatype.oss</groupId>
  7. <artifactId>oss-parent</artifactId>
  8. <version>9</version>
  9. </parent>
  10. <!-- 2. OSS infomation -->
  11. <groupId>cn.easyproject</groupId>
  12. <artifactId>orai18n</artifactId>
  13. <version>12.1.0.2.0</version>
  14. <packaging>jar</packaging>
  15. <name>orai18n</name>
  16. <url>http://easyproject.cn/easyshiro</url>
  17. <description>
  18. <![CDATA[
  19. Oracle 12cR1: orai18n.jar.
  20. Classes for NLS support.
  21. ]]>
  22. </description>
  23. <licenses>
  24. <license>
  25. <name>The Apache Software License, Version 2.0</name>
  26. <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
  27. </license>
  28. </licenses>
  29. <developers>
  30. <developer>
  31. <name>Oracle</name>
  32. <email>inthinkcolor@gmail.com</email>
  33. <url>http://easyproject.cn</url>
  34. <timezone>+8</timezone>
  35. </developer>
  36. </developers>
  37. <properties>
  38. <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
  39. </properties>
  40. <profiles>
  41. <profile>
  42. <id>release</id>
  43. <build>
  44. <plugins>
  45. <plugin>
  46. <groupId>org.apache.maven.plugins</groupId>
  47. <artifactId>maven-source-plugin</artifactId>
  48. <version>2.2.1</version>
  49. <executions>
  50. <execution>
  51. <phase>package</phase>
  52. <goals>
  53. <goal>jar-no-fork</goal>
  54. </goals>
  55. </execution>
  56. </executions>
  57. </plugin>
  58. <plugin>
  59. <groupId>org.apache.maven.plugins</groupId>
  60. <artifactId>maven-javadoc-plugin</artifactId>
  61. <version>2.9.1</version>
  62. <configuration>
  63. <charset>UTF-8</charset>
  64. <encoding>UTF-8</encoding>
  65. <docencoding>UTF-8</docencoding>
  66. </configuration>
  67. <executions>
  68. <execution>
  69. <phase>package</phase>
  70. <goals>
  71. <goal>jar</goal>
  72. </goals>
  73. </execution>
  74. </executions>
  75. </plugin>
  76. <plugin>
  77. <groupId>org.apache.maven.plugins</groupId>
  78. <artifactId>maven-gpg-plugin</artifactId>
  79. <version>1.5</version>
  80. <executions>
  81. <execution>
  82. <phase>verify</phase>
  83. <goals>
  84. <goal>sign</goal>
  85. </goals>
  86. </execution>
  87. </executions>
  88. </plugin>
  89. </plugins>
  90. </build>
  91. </profile>
  92. </profiles>
  93. <build>
  94. <plugins>
  95. <plugin>
  96. <artifactId>maven-compiler-plugin</artifactId>
  97. <configuration>
  98. <source>1.6</source>
  99. <target>1.6</target>
  100. </configuration>
  101. </plugin>
  102. </plugins>
  103. </build>
  104. </project>