|
13 | 13 | See the License for the specific language governing permissions and |
14 | 14 | limitations under the License. --> |
15 | 15 | <project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> |
16 | | - <modelVersion>4.0.0</modelVersion> |
| 16 | + <parent> |
| 17 | + <groupId>org.terracotta</groupId> |
| 18 | + <artifactId>terracotta-parent</artifactId> |
| 19 | + <version>6.0</version> |
| 20 | + </parent> |
| 21 | + |
| 22 | +<modelVersion>4.0.0</modelVersion> |
17 | 23 | <groupId>org.terracotta</groupId> |
18 | 24 | <artifactId>statistics</artifactId> |
19 | 25 | <version>2.1-SNAPSHOT</version> |
|
38 | 44 | <java.version>1.8</java.version> |
39 | 45 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
40 | 46 | <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> |
41 | | - <terracotta-os-snapshots-url>http://nexus.terracotta.eur.ad.sag/content/repositories/terracotta-os-snapshots</terracotta-os-snapshots-url> |
42 | | - <terracotta-os-releases-url>http://nexus.terracotta.eur.ad.sag/content/repositories/terracotta-os-releases</terracotta-os-releases-url> |
43 | 47 | <slf4j.base.version>1.7.32</slf4j.base.version> |
44 | 48 | <slf4j.range.version>[${slf4j.base.version},3)</slf4j.range.version> |
45 | 49 | <spotbugs.version>3.1.6</spotbugs.version> |
| 50 | + <license.skip>true</license.skip> |
46 | 51 | </properties> |
47 | 52 |
|
48 | 53 | <dependencies> |
|
128 | 133 | <artifactId>versions-maven-plugin</artifactId> |
129 | 134 | <version>2.5</version> |
130 | 135 | </plugin> |
131 | | - <plugin> |
132 | | - <groupId>org.sonatype.plugins</groupId> |
133 | | - <artifactId>nexus-staging-maven-plugin</artifactId> |
134 | | - <version>1.6.8</version> |
135 | | - <extensions>true</extensions> |
136 | | - <configuration> |
137 | | - <!-- The Base URL of Nexus instance where we want to stage --> |
138 | | - <nexusUrl>https://oss.sonatype.org</nexusUrl> |
139 | | - <!-- The server "id" element from settings to use authentication from --> |
140 | | - <serverId>sonatype-nexus-staging</serverId> |
141 | | - <skipNexusStagingDeployMojo>${maven.deploy.skip}</skipNexusStagingDeployMojo> |
142 | | - </configuration> |
143 | | - </plugin> |
144 | 136 | </plugins> |
145 | 137 | </pluginManagement> |
146 | 138 | <plugins> |
|
262 | 254 | </execution> |
263 | 255 | </executions> |
264 | 256 | </plugin> |
265 | | - <plugin> |
266 | | - <groupId>org.sonatype.plugins</groupId> |
267 | | - <artifactId>nexus-staging-maven-plugin</artifactId> |
268 | | - </plugin> |
269 | 257 | </plugins> |
270 | 258 | </build> |
271 | 259 |
|
|
314 | 302 | </profile> |
315 | 303 | </profiles> |
316 | 304 |
|
317 | | - <distributionManagement> |
318 | | - <repository> |
319 | | - <id>sonatype-nexus-staging</id> |
320 | | - <url>http://oss.sonatype.org/service/local/staging/deploy/maven2</url> |
321 | | - </repository> |
322 | | - <snapshotRepository> |
323 | | - <id>terracotta-os-snapshots</id> |
324 | | - <uniqueVersion>false</uniqueVersion> |
325 | | - <name>Terracotta OS Snapshots Repository</name> |
326 | | - <url>${terracotta-os-snapshots-url}</url> |
327 | | - </snapshotRepository> |
328 | | - </distributionManagement> |
329 | | - |
330 | 305 | <scm> |
331 | 306 | <url>https://github.com/Terracotta-OSS/statistics</url> |
332 | 307 | <connection>scm:git:https://github.com/Terracotta-OSS/statistics.git</connection> |
333 | 308 | <developerConnection>scm:git:git@github.com:Terracotta-OSS/statistics.git</developerConnection> |
334 | 309 | </scm> |
335 | | - |
| 310 | + |
336 | 311 | <developers> |
337 | 312 | <developer> |
338 | 313 | <name>Terracotta Engineers</name> |
|
341 | 316 | <organizationUrl>https://terracotta.org</organizationUrl> |
342 | 317 | </developer> |
343 | 318 | </developers> |
| 319 | + |
| 320 | + <repositories> |
| 321 | + <!-- required to resolve parent pom --> |
| 322 | + <repository> |
| 323 | + <id>terracotta-releases</id> |
| 324 | + <url>https://repo.terracotta.org/maven2</url> |
| 325 | + <snapshots> |
| 326 | + <enabled>false</enabled> |
| 327 | + </snapshots> |
| 328 | + </repository> |
| 329 | +</repositories> |
| 330 | + |
344 | 331 | </project> |
0 commit comments