-
Notifications
You must be signed in to change notification settings - Fork 0
/
template.pom
38 lines (32 loc) · 1.4 KB
/
template.pom
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
${ivy.pom.license}
${ivy.pom.header}
<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">
<modelVersion>4.0.0</modelVersion>
<groupId>${ivy.pom.groupId}</groupId>
<artifactId>${ivy.pom.artifactId}</artifactId>
<packaging>${ivy.pom.packaging}</packaging>
<version>${ivy.pom.version}</version>
<name>${ivy.pom.name}</name>
<description>${ivy.pom.description}</description>
<url>https://github.com/SolarNetwork/solarnetwork-external-jakarta/tree/develop/${ivy.pom.url.path}</url>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
</license>
</licenses>
<developers>
<developer>
<name>Matt Magoffin</name>
<email>[email protected]</email>
<organization>SolarNetwork Foundation</organization>
<organizationUrl>https://solarnetwork.org.nz</organizationUrl>
</developer>
</developers>
<scm>
<connection>scm:git:https://github.com/SolarNetwork/solarnetwork-external-jakarta.git</connection>
<developerConnection>scm:git:[email protected]:SolarNetwork/solarnetwork-external-jakarta.git</developerConnection>
<url>https://github.com/SolarNetwork/solarnetwork-external-jakarta</url>
</scm>
</project>