File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change 136
136
</goals >
137
137
</execution >
138
138
</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 >
139
158
</plugin >
140
159
<plugin >
141
160
<!-- sign all jars and pom -->
You can’t perform that action at this time.
0 commit comments