Skip to content

Commit 9afb3f1

Browse files
author
nicolaiparlog
committed
Included more information in pom.xml.
1 parent 1eca200 commit 9afb3f1

File tree

1 file changed

+23
-1
lines changed

1 file changed

+23
-1
lines changed

pom.xml

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,27 +2,49 @@
22
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
33
<modelVersion>4.0.0</modelVersion>
44

5+
<!-- PROJECT COORDINATES -->
6+
57
<groupId>org.codefx.libfx</groupId>
68
<artifactId>LibFX</artifactId>
79
<version>0.1.1-SNAPSHOT</version>
810
<packaging>jar</packaging>
911

12+
<!-- PROJECT META INFORMATION -->
13+
1014
<name>LibFX</name>
11-
<url>http://libfx.codefx.org</url>
1215
<description>LibFX provides utility classes for JavaFX.</description>
16+
<url>http://libfx.codefx.org</url>
17+
1318
<scm>
1419
<url>https://github.com/CodeFX-org/LibFX</url>
20+
<connection>scm:git:git://github.com/CodeFX-org/LibFX.git</connection>
1521
</scm>
22+
1623
<issueManagement>
1724
<url>https://github.com/CodeFX-org/LibFX/issues</url>
1825
<system>GitHub</system>
1926
</issueManagement>
2027

28+
<!-- ORGANIZATION META INFORMATION -->
29+
2130
<organization>
2231
<name>CodeFX</name>
2332
<url>http://codefx.org</url>
2433
</organization>
2534

35+
<developers>
36+
<developer>
37+
<id>nipa</id>
38+
<name>Nicolai Parlog</name>
39+
<email>[email protected]</email>
40+
<organization>CodeFX</organization>
41+
<organizationUrl>http://codefx.org</organizationUrl>
42+
<timezone>+1</timezone>
43+
</developer>
44+
</developers>
45+
46+
<!-- BUILD -->
47+
2648
<properties>
2749
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
2850
</properties>

0 commit comments

Comments
 (0)