We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 118e2ca commit 6cf54fdCopy full SHA for 6cf54fd
pom.xml
@@ -26,6 +26,22 @@
26
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
27
</properties>
28
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
+
45
<build>
46
<plugins>
47
<plugin>
0 commit comments