File tree Expand file tree Collapse file tree 2 files changed +48
-1
lines changed Expand file tree Collapse file tree 2 files changed +48
-1
lines changed Original file line number Diff line number Diff line change 70
70
<id >javadoc-site</id >
71
71
<build >
72
72
<defaultGoal >clean package javadoc:aggregate</defaultGoal >
73
+ <plugins >
74
+ <plugin >
75
+ <artifactId >maven-javadoc-plugin</artifactId >
76
+ <configuration >
77
+ <doctitle >JSON→ URL Java ${project.version} API</doctitle >
78
+ </configuration >
79
+ </plugin >
80
+ </plugins >
73
81
</build >
74
82
</profile >
75
83
90
98
<scmBranch >gh-pages</scmBranch >
91
99
<content >${project.reporting.outputDirectory} /apidocs</content >
92
100
<checkinComment >doc: update by maven-scm-publish-plugin</checkinComment >
93
- <!-- <serverId>github</serverId> -->
94
101
<ignorePathsToDelete >
95
102
<ignorePathsToDelete >.gitignore</ignorePathsToDelete >
96
103
<ignorePathsToDelete >.gitattributes</ignorePathsToDelete >
Original file line number Diff line number Diff line change
1
+ < html >
2
+ <!--
3
+ Copyright 2020 David MacCormack
4
+
5
+ Licensed under the Apache License, Version 2.0 (the "License"); you may not
6
+ use this file except in compliance with the License. You may obtain a copy
7
+ of the License at
8
+
9
+ http://www.apache.org/licenses/LICENSE-2.0
10
+
11
+ Unless required by applicable law or agreed to in writing,
12
+ software distributed under the License is distributed on an
13
+ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
14
+ KIND, either express or implied. See the License for the
15
+ specific language governing permissions and limitations
16
+ under the License.
17
+ -->
18
+ < body >
19
+ This API documentation includes the Javadocs for all Java artifacts in
20
+ < a href ="https://search.maven.org/search?q=g:org.jsonurl "> org.jsonurl</ a > < var > groupId</ var > .
21
+ < h2 > < a id ="security " href ="#security "> Artifacts and Packages</ a > </ h2 >
22
+ < dl >
23
+ < dt > jsonurl-core</ dt >
24
+ < dd > Provides the < a href ="org/jsonurl/package-summary.html "> org.jsonurl</ a > package</ dd >
25
+
26
+ < dt > jsonurl-jsonorg</ dt >
27
+ < dd > Provides the < a href ="org/jsonurl/jsonorg/package-summary.html "> org.jsonurl.jsonorg</ a > package</ dd >
28
+
29
+ < dt > jsonurl-jsr374</ dt >
30
+ < dd > Provides the < a href ="org/jsonurl/jsonp/package-summary.html "> org.jsonurl.jsonp</ a > package</ dd >
31
+ </ dl >
32
+
33
+ < h2 > < a id ="security " href ="#security "> Security</ a > </ h2 >
34
+ < p > The parser is designed to parse untrusted input. It supports limits on
35
+ the number of parsed values and depth of nested arrays or objects. When the
36
+ limit is exceeded a LimitException is thrown. Sane limit values are set by
37
+ default.
38
+
39
+ </ body >
40
+ </ html >
You can’t perform that action at this time.
0 commit comments