|
| 1 | +<?xml version="1.0" encoding="UTF-8"?> |
| 2 | +<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> |
| 3 | + <!-- This module was also published with a richer model, Gradle metadata, --> |
| 4 | + <!-- which should be used instead. Do not delete the following line which --> |
| 5 | + <!-- is to indicate to Gradle or any Gradle module metadata file consumer --> |
| 6 | + <!-- that they should prefer consuming it instead. --> |
| 7 | + <!-- do_not_remove: published-with-gradle-metadata --> |
| 8 | + <modelVersion>4.0.0</modelVersion> |
| 9 | + <groupId>com.example</groupId> |
| 10 | + <artifactId>test-artifact-android-debug</artifactId> |
| 11 | + <version>1.0.0</version> |
| 12 | + <packaging>aar</packaging> |
| 13 | + <name>Gradle Maven Publish Plugin Test Artifact</name> |
| 14 | + <description>Testing the Gradle Maven Publish Plugin</description> |
| 15 | + <url>https://github.com/vanniktech/gradle-maven-publish-plugin/</url> |
| 16 | + <inceptionYear>2018</inceptionYear> |
| 17 | + <licenses> |
| 18 | + <license> |
| 19 | + <name>The Apache Software License, Version 2.0</name> |
| 20 | + <url>https://www.apache.org/licenses/LICENSE-2.0.txt</url> |
| 21 | + <distribution>repo</distribution> |
| 22 | + </license> |
| 23 | + </licenses> |
| 24 | + <developers> |
| 25 | + <developer> |
| 26 | + <id>vanniktech</id> |
| 27 | + <name>Niklas Baudy</name> |
| 28 | + <url>https://github.com/vanniktech/</url> |
| 29 | + </developer> |
| 30 | + </developers> |
| 31 | + <scm> |
| 32 | + <connection>scm:git:git://github.com/vanniktech/gradle-maven-publish-plugin.git</connection> |
| 33 | + <developerConnection>scm:git:ssh://git@github.com/vanniktech/gradle-maven-publish-plugin.git</developerConnection> |
| 34 | + <url>https://github.com/vanniktech/gradle-maven-publish-plugin/</url> |
| 35 | + </scm> |
| 36 | + <dependencies> |
| 37 | + <dependency> |
| 38 | + <groupId>org.jetbrains.kotlin</groupId> |
| 39 | + <artifactId>kotlin-stdlib-jdk8</artifactId> |
| 40 | + <version>1.6.10</version> |
| 41 | + <scope>compile</scope> |
| 42 | + </dependency> |
| 43 | + <dependency> |
| 44 | + <groupId>org.jetbrains.kotlin</groupId> |
| 45 | + <artifactId>kotlin-stdlib-common</artifactId> |
| 46 | + <version>1.6.10</version> |
| 47 | + <scope>compile</scope> |
| 48 | + </dependency> |
| 49 | + </dependencies> |
| 50 | +</project> |
0 commit comments