1 <?xml version="1.0" encoding="UTF-8"?>
2 <project xmlns="http://maven.apache.org/POM/4.0.0"
3 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
5 <modelVersion>4.0.0</modelVersion>
7 <groupId>org.lightningdevkit</groupId>
8 <artifactId>ldk-java</artifactId>
9 <version>Set in genbindings.sh automagically</version>
11 <name>LDK Java Bindings and Binaries</name>
12 <description>LDK Java Bindings and Release Binaries</description>
13 <url>https://lightningdevkit.org</url>
17 <name>MIT License</name>
18 <url>http://www.opensource.org/licenses/MIT</url>
21 <name>The Apache License, Version 2.0</name>
22 <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
28 <name>Lightning Dev Kit Developers</name>
29 <organization>LDK</organization>
30 <organizationUrl>https://github.com/lightningdevkit</organizationUrl>
35 <connection>scm:git:https://github.com/lightningdevkit/ldk-garbagecollected.git</connection>
36 <url>https://github.com/lightningdevkit/ldk-garbagecollected</url>
41 <groupId>org.junit.jupiter</groupId>
42 <artifactId>junit-jupiter</artifactId>
43 <version>RELEASE</version>
47 <groupId>org.junit.jupiter</groupId>
48 <artifactId>junit-jupiter</artifactId>
49 <version>RELEASE</version>
53 <groupId>org.bitcoinj</groupId>
54 <artifactId>bitcoinj-core</artifactId>
55 <version>RELEASE</version>
59 <groupId>com.google.code.findbugs</groupId>
60 <artifactId>jsr305</artifactId>
61 <version>3.0.2</version>
62 <scope>compile</scope>
66 <maven.compiler.source>9</maven.compiler.source>
67 <maven.compiler.target>9</maven.compiler.target>
68 <org.lightningdevkit.skipdocs>true</org.lightningdevkit.skipdocs>
74 <groupId>org.apache.maven.plugins</groupId>
75 <artifactId>maven-source-plugin</artifactId>
76 <version>3.2.0</version>
79 <id>attach-sources</id>
87 <groupId>org.apache.maven.plugins</groupId>
88 <artifactId>maven-javadoc-plugin</artifactId>
89 <version>3.3.1</version>
91 <skip>${org.lightningdevkit.skipdocs}</skip>
95 <id>attach-javadocs</id>