Skip to content

Commit 6cf54fd

Browse files
committed
add additional project information to pom.xml
1 parent 118e2ca commit 6cf54fd

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

pom.xml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,22 @@
2626
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
2727
</properties>
2828

29+
<name>JavaFXLibrary</name>
30+
<description>JavaFXLibrary for the Robot Framework.</description>
31+
<url>https://github.com/eficode/JavaFXLibrary/</url>
32+
<licenses>
33+
<license>
34+
<name>The Apache Software License, Version 2.0</name>
35+
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
36+
<distribution>repo</distribution>
37+
<comments>A business-friendly OSS license</comments>
38+
</license>
39+
</licenses>
40+
<issueManagement>
41+
<system>Github Issues</system>
42+
<url>https://github.com/eficode/JavaFXLibrary/issues</url>
43+
</issueManagement>
44+
2945
<build>
3046
<plugins>
3147
<plugin>

0 commit comments

Comments
 (0)