sevenzipjbinding-all-platforms-16.02-2.01.pom 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  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" 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. <groupId>net.sf.sevenzipjbinding</groupId>
  5. <artifactId>sevenzipjbinding-all-platforms</artifactId>
  6. <version>16.02-2.01</version>
  7. <packaging>jar</packaging>
  8. <name>7-Zip-JBinding-AllPlatforms</name>
  9. <description>
  10. 7-Zip-JBinding is a free cross-platform java binding of 7-Zip free compress/decompress library
  11. (http://www.7-zip.org/, http://p7zip.sourceforge.net/)
  12. </description>
  13. <url>http://sevenzipjbind.sourceforge.net/</url>
  14. <licenses>
  15. <license>
  16. <name>LGPL</name>
  17. <url>http://www.gnu.org/licenses/lgpl-2.1.html</url>
  18. <distribution>repo</distribution>
  19. </license>
  20. <license>
  21. <name>unRAR restriction</name>
  22. <url>http://www.7-zip.org/license.txt</url>
  23. </license>
  24. </licenses>
  25. <scm>
  26. <url>https://git.code.sf.net/p/sevenzipjbind/code</url>
  27. <connection>scm:git:git.code.sf.net/p/sevenzipjbind/code</connection>
  28. <developerConnection>scm:git:https://boris_brodski@git.code.sf.net/p/sevenzipjbind/code</developerConnection>
  29. </scm>
  30. <developers>
  31. <developer>
  32. <name>Boris Brodski</name>
  33. <email>Brodsky_Boris@yahoo.com</email>
  34. <timezone>+1</timezone>
  35. </developer>
  36. </developers>
  37. <inceptionYear>2012</inceptionYear>
  38. <issueManagement>
  39. <url>https://sourceforge.net/p/sevenzipjbind/_list/tickets?source=navbar</url>
  40. </issueManagement>
  41. <build>
  42. <plugins>
  43. <plugin>
  44. <groupId>org.apache.maven.plugins</groupId>
  45. <artifactId>maven-gpg-plugin</artifactId>
  46. <version>1.5</version>
  47. <executions>
  48. <execution>
  49. <id>sign-artifacts</id>
  50. <phase>verify</phase>
  51. <goals>
  52. <goal>sign</goal>
  53. </goals>
  54. </execution>
  55. </executions>
  56. </plugin>
  57. </plugins>
  58. </build>
  59. <distributionManagement>
  60. <!-- Repository for snapshots -->
  61. <snapshotRepository>
  62. <id>sonatype-nexus-snapshots</id>
  63. <url>https://oss.sonatype.org/content/repositories/snapshots</url>
  64. </snapshotRepository>
  65. <!-- Repository for releases -->
  66. <repository>
  67. <id>nexus-releases</id>
  68. <name>Nexus Release Repository</name>
  69. <url>https://oss.sonatype.org/service/local/staging/deploy/maven2</url>
  70. </repository>
  71. </distributionManagement>
  72. </project>