Skip to content

Commit 61cd8d1

Browse files
author
nicolaiparlog
committed
Javadoc now links to Java 8 documentation and puts the LibFX-doc under CC-BY 4.0.
1 parent acfb67a commit 61cd8d1

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

pom.xml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,25 @@
136136
</goals>
137137
</execution>
138138
</executions>
139+
<configuration>
140+
<!-- force links to Java 8 documentation (should happen automatically
141+
but doesn't) -->
142+
<javaApiLinks>
143+
<property>
144+
<name>api_1.8</name>
145+
<value>https://docs.oracle.com/javase/8/docs/api/</value>
146+
</property>
147+
</javaApiLinks>
148+
<!-- add license notice -->
149+
<bottom>
150+
<![CDATA[
151+
This documentation is licensed under
152+
<a href="https://creativecommons.org/licenses/by/4.0/" title="CC-BY 4.0">CC-BY 4.0</a>,
153+
attributed to Nicolai Parlog from
154+
<a href="http://codefx.org" title="CodeFX">CodeFX</a>.
155+
]]>
156+
</bottom>
157+
</configuration>
139158
</plugin>
140159
<plugin>
141160
<!-- sign all jars and pom -->

0 commit comments

Comments
 (0)