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/maven-v4_0_0.xsd">
3 <modelVersion>4.0.0</modelVersion>
5 <groupId>org.sonatype.oss</groupId>
6 <artifactId>oss-parent</artifactId>
10 <groupId>com.threerings.getdown</groupId>
11 <artifactId>getdown</artifactId>
12 <packaging>pom</packaging>
13 <version>1.8.3-1.2.13_FJVL</version>
16 <description>An application installer and updater.</description>
17 <url>https://github.com/threerings/getdown</url>
19 <url>https://github.com/threerings/getdown/issues</url>
24 <name>The (New) BSD License</name>
25 <url>http://www.opensource.org/licenses/bsd-license.php</url>
26 <distribution>repo</distribution>
33 <name>Michael Bayne</name>
34 <email>mdb@samskivert.com</email>
39 <connection>scm:git:git://github.com/threerings/getdown.git</connection>
40 <developerConnection>scm:git:git@github.com:threerings/getdown.git</developerConnection>
41 <url>https://github.com/threerings/getdown</url>
46 <module>launcher</module>
52 <id>ej-technologies</id>
53 <url>https://maven.ej-technologies.com/repository</url>
60 <groupId>com.install4j</groupId>
61 <artifactId>install4j-runtime</artifactId>
62 <version>7.0.11</version>
63 <scope>provided</scope>
70 <groupId>org.sonatype.plugins</groupId>
71 <artifactId>nexus-staging-maven-plugin</artifactId>
72 <version>1.6.8</version>
73 <extensions>true</extensions>
74 <inherited>false</inherited>
76 <serverId>ossrh-releases</serverId>
77 <nexusUrl>https://oss.sonatype.org/</nexusUrl>
78 <stagingProfileId>aa555c46fc37d0</stagingProfileId>
83 <!-- Common plugin configuration for all children -->
87 <groupId>org.apache.maven.plugins</groupId>
88 <artifactId>maven-compiler-plugin</artifactId>
89 <version>3.8.1</version>
94 <showDeprecation>true</showDeprecation>
95 <showWarnings>true</showWarnings>
98 <arg>-Xlint:-serial</arg>
99 <arg>-Xlint:-path</arg>
105 <groupId>org.apache.maven.plugins</groupId>
106 <artifactId>maven-resources-plugin</artifactId>
107 <version>3.0.2</version>
109 <encoding>UTF-8</encoding>
114 <groupId>org.apache.maven.plugins</groupId>
115 <artifactId>maven-javadoc-plugin</artifactId>
116 <version>3.0.0-M1</version>
120 <additionalparam>-Xdoclint:all -Xdoclint:-missing</additionalparam>
132 <name>m2e.version</name>
139 <!-- Tell m2eclipse to ignore the enforcer plugin from our parent. Otherwise it warns
140 about not being able to run it. -->
141 <groupId>org.eclipse.m2e</groupId>
142 <artifactId>lifecycle-mapping</artifactId>
143 <version>1.0.0</version>
145 <lifecycleMappingMetadata>
148 <pluginExecutionFilter>
149 <groupId>org.apache.maven.plugins</groupId>
150 <artifactId>maven-enforcer-plugin</artifactId>
151 <versionRange>[1.0,)</versionRange>
155 </pluginExecutionFilter>
161 </lifecycleMappingMetadata>
170 <id>release-sign-artifacts</id>
172 <property><name>performRelease</name><value>true</value></property>
177 <groupId>org.apache.maven.plugins</groupId>
178 <artifactId>maven-gpg-plugin</artifactId>
179 <version>1.6</version>
182 <id>sign-artifacts</id>
183 <phase>verify</phase>
190 <keyname>mdb@samskivert.com</keyname>