|
1 | 1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | 2 | <!-- |
3 | | -~ Copyright 2014-2017 The Billing Project, LLC |
4 | | -~ |
5 | | -~ The Billing Project licenses this file to you under the Apache License, version 2.0 |
6 | | -~ (the "License"); you may not use this file except in compliance with the |
7 | | -~ License. You may obtain a copy of the License at: |
8 | | -~ |
9 | | -~ http://www.apache.org/licenses/LICENSE-2.0 |
10 | | -~ |
11 | | -~ Unless required by applicable law or agreed to in writing, software |
12 | | -~ distributed under the License is distributed on an "AS IS" BASIS, WITHOUT |
13 | | -~ WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the |
14 | | -~ License for the specific language governing permissions and limitations |
15 | | -~ under the License. |
16 | | ---> |
17 | | - |
| 3 | + ~ Copyright 2010-2014 Ning, Inc. |
| 4 | + ~ Copyright 2014-2020 Groupon, Inc |
| 5 | + ~ Copyright 2020-2020 Equinix, Inc |
| 6 | + ~ Copyright 2014-2020 The Billing Project, LLC |
| 7 | + ~ |
| 8 | + ~ The Billing Project licenses this file to you under the Apache License, version 2.0 |
| 9 | + ~ (the "License"); you may not use this file except in compliance with the |
| 10 | + ~ License. You may obtain a copy of the License at: |
| 11 | + ~ |
| 12 | + ~ http://www.apache.org/licenses/LICENSE-2.0 |
| 13 | + ~ |
| 14 | + ~ Unless required by applicable law or agreed to in writing, software |
| 15 | + ~ distributed under the License is distributed on an "AS IS" BASIS, WITHOUT |
| 16 | + ~ WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the |
| 17 | + ~ License for the specific language governing permissions and limitations |
| 18 | + ~ under the License. |
| 19 | + --> |
18 | 20 | <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
19 | 21 | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
20 | | - <parent> |
21 | | - <groupId>org.sonatype.oss</groupId> |
22 | | - <artifactId>oss-parent</artifactId> |
23 | | - <version>5</version> |
24 | | - </parent> |
25 | | - <modelVersion>4.0.0</modelVersion> |
26 | | - <groupId>org.kill-bill.billing.installer</groupId> |
27 | | - <artifactId>kpm</artifactId> |
28 | | - <packaging>pom</packaging> |
29 | | - <version>0.9.0</version> |
30 | | - <name>KPM</name> |
31 | | - <url>http://github.com/killbill/killbill-cloud</url> |
32 | | - <description>KPM: the Kill Bill Package Manager</description> |
33 | | - <licenses> |
34 | | - <license> |
35 | | - <name>Apache License 2.0</name> |
36 | | - <url>http://www.apache.org/licenses/LICENSE-2.0.html</url> |
37 | | - <distribution>repo</distribution> |
38 | | - </license> |
39 | | - </licenses> |
40 | | - <scm> |
41 | | - <connection>scm:git:git://github.com/killbill/killbill-cloud.git</connection> |
42 | | - <url>https://github.com/killbill/killbill-cloud/</url> |
43 | | - <developerConnection>scm:git:git@github.com:killbill/killbill-cloud.git</developerConnection> |
44 | | - </scm> |
| 22 | + <modelVersion>4.0.0</modelVersion> |
| 23 | + <groupId>org.kill-bill.billing.installer</groupId> |
| 24 | + <artifactId>kpm</artifactId> |
| 25 | + <version>0.9.0</version> |
| 26 | + <packaging>pom</packaging> |
| 27 | + <name>KPM</name> |
| 28 | + <description>KPM: the Kill Bill Package Manager</description> |
| 29 | + <url>http://github.com/killbill/killbill-cloud</url> |
| 30 | + <inceptionYear>2010</inceptionYear> |
| 31 | + <licenses> |
| 32 | + <license> |
| 33 | + <name>Apache License 2.0</name> |
| 34 | + <url>http://www.apache.org/licenses/LICENSE-2.0.html</url> |
| 35 | + <distribution>repo</distribution> |
| 36 | + </license> |
| 37 | + </licenses> |
| 38 | + <developers> |
| 39 | + <developer> |
| 40 | + <id>pierre</id> |
| 41 | + <name>Pierre-Alexandre Meyer</name> |
| 42 | + <email>pierre@mouraf.org</email> |
| 43 | + </developer> |
| 44 | + <developer> |
| 45 | + <id>stephane</id> |
| 46 | + <name>Stephane Brossier</name> |
| 47 | + </developer> |
| 48 | + </developers> |
| 49 | + <mailingLists> |
| 50 | + <mailingList> |
| 51 | + <name>Kill Bill users</name> |
| 52 | + <subscribe>killbilling-users+subscribe@googlegroups.com</subscribe> |
| 53 | + <unsubscribe>killbilling-users+unsubscribe@googlegroups.com</unsubscribe> |
| 54 | + <post>killbilling-users@googlegroups.com</post> |
| 55 | + <archive>http://groups.google.com/group/killbilling-users</archive> |
| 56 | + </mailingList> |
| 57 | + </mailingLists> |
| 58 | + <scm> |
| 59 | + <connection>scm:git:git://github.com/killbill/killbill-cloud.git</connection> |
| 60 | + <url>https://github.com/killbill/killbill-cloud/</url> |
| 61 | + <developerConnection>scm:git:git@github.com:killbill/killbill-cloud.git</developerConnection> |
| 62 | + </scm> |
| 63 | + <issueManagement> |
| 64 | + <system>Github</system> |
| 65 | + <url>https://github.com/killbill/killbill-cloud/issues</url> |
| 66 | + </issueManagement> |
| 67 | + <distributionManagement> |
| 68 | + <repository> |
| 69 | + <id>${repository.release.id}</id> |
| 70 | + <name>${repository.release.name}</name> |
| 71 | + <url>${repository.release.url}</url> |
| 72 | + </repository> |
| 73 | + <snapshotRepository> |
| 74 | + <id>${repository.snapshot.id}</id> |
| 75 | + <name>${repository.snapshot.name}</name> |
| 76 | + <url>${repository.snapshot.url}</url> |
| 77 | + </snapshotRepository> |
| 78 | + </distributionManagement> |
| 79 | + <properties> |
| 80 | + <repository.release.id>sonatype-nexus-staging</repository.release.id> |
| 81 | + <repository.release.name>Nexus Release Repository</repository.release.name> |
| 82 | + <repository.release.url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</repository.release.url> |
| 83 | + <repository.snapshot.id>sonatype-nexus-snapshots</repository.snapshot.id> |
| 84 | + <repository.snapshot.name>Sonatype Nexus Snapshots</repository.snapshot.name> |
| 85 | + <repository.snapshot.url>https://oss.sonatype.org/content/repositories/snapshots/</repository.snapshot.url> |
| 86 | + </properties> |
| 87 | + <build> |
| 88 | + <pluginManagement> |
| 89 | + <plugins> |
| 90 | + <plugin> |
| 91 | + <artifactId>maven-compiler-plugin</artifactId> |
| 92 | + <executions> |
| 93 | + <execution> |
| 94 | + <id>default-compile</id> |
| 95 | + <phase>none</phase> |
| 96 | + </execution> |
| 97 | + <execution> |
| 98 | + <id>default-testCompile</id> |
| 99 | + <phase>none</phase> |
| 100 | + </execution> |
| 101 | + </executions> |
| 102 | + </plugin> |
| 103 | + <plugin> |
| 104 | + <artifactId>maven-install-plugin</artifactId> |
| 105 | + <executions> |
| 106 | + <execution> |
| 107 | + <id>default-install</id> |
| 108 | + <phase>none</phase> |
| 109 | + </execution> |
| 110 | + </executions> |
| 111 | + </plugin> |
| 112 | + <plugin> |
| 113 | + <artifactId>maven-resources-plugin</artifactId> |
| 114 | + <executions> |
| 115 | + <execution> |
| 116 | + <id>default-resources</id> |
| 117 | + <phase>none</phase> |
| 118 | + </execution> |
| 119 | + <execution> |
| 120 | + <id>default-testResources</id> |
| 121 | + <phase>none</phase> |
| 122 | + </execution> |
| 123 | + </executions> |
| 124 | + </plugin> |
| 125 | + <plugin> |
| 126 | + <artifactId>maven-surefire-plugin</artifactId> |
| 127 | + <executions> |
| 128 | + <execution> |
| 129 | + <id>default-test</id> |
| 130 | + <phase>none</phase> |
| 131 | + </execution> |
| 132 | + </executions> |
| 133 | + </plugin> |
| 134 | + </plugins> |
| 135 | + </pluginManagement> |
| 136 | + <plugins> |
| 137 | + <plugin> |
| 138 | + <groupId>org.codehaus.mojo</groupId> |
| 139 | + <artifactId>build-helper-maven-plugin</artifactId> |
| 140 | + <version>3.2.0</version> |
| 141 | + <executions> |
| 142 | + <execution> |
| 143 | + <id>attach-artifacts</id> |
| 144 | + <phase>package</phase> |
| 145 | + <goals> |
| 146 | + <goal>attach-artifact</goal> |
| 147 | + </goals> |
| 148 | + <configuration> |
| 149 | + <artifacts> |
| 150 | + <artifact> |
| 151 | + <file>kpm-${project.version}-linux-x86.tar.gz</file> |
| 152 | + <type>tar.gz</type> |
| 153 | + <classifier>linux-x86</classifier> |
| 154 | + </artifact> |
| 155 | + <artifact> |
| 156 | + <file>kpm-${project.version}-linux-x86_64.tar.gz</file> |
| 157 | + <type>tar.gz</type> |
| 158 | + <classifier>linux-x86_64</classifier> |
| 159 | + </artifact> |
| 160 | + <artifact> |
| 161 | + <file>kpm-${project.version}-osx.tar.gz</file> |
| 162 | + <type>tar.gz</type> |
| 163 | + <classifier>osx</classifier> |
| 164 | + </artifact> |
| 165 | + </artifacts> |
| 166 | + </configuration> |
| 167 | + </execution> |
| 168 | + </executions> |
| 169 | + </plugin> |
| 170 | + </plugins> |
| 171 | + </build> |
| 172 | + <profiles> |
| 173 | + <profile> |
| 174 | + <id>sonatype-oss-release</id> |
| 175 | + <build> |
| 176 | + <plugins> |
| 177 | + <plugin> |
| 178 | + <groupId>org.apache.maven.plugins</groupId> |
| 179 | + <artifactId>maven-gpg-plugin</artifactId> |
| 180 | + <version>1.6</version> |
| 181 | + <executions> |
| 182 | + <execution> |
| 183 | + <id>sign-artifacts</id> |
| 184 | + <phase>verify</phase> |
| 185 | + <goals> |
| 186 | + <goal>sign</goal> |
| 187 | + </goals> |
| 188 | + <configuration> |
| 189 | + <!-- Prevent `gpg` from using pinentry programs --> |
| 190 | + <gpgArguments> |
| 191 | + <arg>--pinentry-mode</arg> |
| 192 | + <arg>loopback</arg> |
| 193 | + </gpgArguments> |
| 194 | + </configuration> |
| 195 | + </execution> |
| 196 | + </executions> |
| 197 | + </plugin> |
| 198 | + <plugin> |
| 199 | + <groupId>org.sonatype.plugins</groupId> |
| 200 | + <artifactId>nexus-staging-maven-plugin</artifactId> |
| 201 | + <version>1.6.8</version> |
| 202 | + <extensions>true</extensions> |
| 203 | + <configuration> |
| 204 | + <serverId>ossrh-releases</serverId> |
| 205 | + <nexusUrl>https://oss.sonatype.org/</nexusUrl> |
| 206 | + <keepStagingRepositoryOnFailure>true</keepStagingRepositoryOnFailure> |
| 207 | + <keepStagingRepositoryOnCloseRuleFailure>true</keepStagingRepositoryOnCloseRuleFailure> |
| 208 | + <autoReleaseAfterClose>true</autoReleaseAfterClose> |
| 209 | + <stagingProgressTimeoutMinutes>10</stagingProgressTimeoutMinutes> |
| 210 | + </configuration> |
| 211 | + </plugin> |
| 212 | + </plugins> |
| 213 | + </build> |
| 214 | + </profile> |
| 215 | + </profiles> |
45 | 216 | </project> |
0 commit comments