This repository has been archived by the owner on Dec 20, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
pom.xml.in
48 lines (40 loc) · 1.66 KB
/
pom.xml.in
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
<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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<groupId>@@GROUP@@</groupId>
<artifactId>@@ARTIFACT@@</artifactId>
<version>@@VERSION@@</version>
<packaging>jar</packaging>
<name>@@ARTIFACT@@</name>
<description>The Gradle Tooling API - Republished</description>
<url>https://github.com/AndroidIDEOfficial/@@ARTIFACT@@</url>
<licenses>
<license>
<name>The GNU General Public License, v3.0</name>
<url>https://www.gnu.org/licenses/gpl-3.0.en.html</url>
<distribution>https://www.gnu.org/licenses/gpl-3.0.en.html</distribution>
</license>
</licenses>
<developers>
<developer>
<id>androidide</id>
<name>AndroidIDE</name>
<url>https://androidide.com</url>
</developer>
</developers>
<scm>
<connection>scm:git:git://github.com/AndroidIDEOfficial/@@ARTIFACT@@.git</connection>
<developerConnection>scm:git:ssh://git@github.com/AndroidIDEOfficial/@@ARTIFACT@@.git
</developerConnection>
<url>https://github.com/AndroidIDEOfficial/@@ARTIFACT@@</url>
</scm>
<distributionManagement>
<repository>
<id>sonatype-nexus</id>
<url>https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/</url>
</repository>
</distributionManagement>
</project>