Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Raptor Engineering Public Development
Jitsi
jaxb-api
Commits
c6992313
Commit
c6992313
authored
5 years ago
by
Lukas Jungmann
Browse files
Options
Download
Email Patches
Plain Diff
switch to modularized javadoc format
Signed-off-by:
Lukas Jungmann
<
lukas.jungmann@oracle.com
>
parent
b95949b6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
10 deletions
+2
-10
.travis.yml
.travis.yml
+1
-2
jaxb-api/pom.xml
jaxb-api/pom.xml
+1
-8
No files found.
.travis.yml
View file @
c6992313
...
...
@@ -13,8 +13,7 @@ dist: bionic
jdk
:
-
oraclejdk11
# jdk 14 does not provide JDK 8 compatible javadoc, disabled for now
# - oraclejdk14
-
oraclejdk14
cache
:
directories
:
...
...
This diff is collapsed.
Click to expand it.
jaxb-api/pom.xml
View file @
c6992313
...
...
@@ -78,14 +78,7 @@
<plugin>
<artifactId>
maven-javadoc-plugin
</artifactId>
<configuration>
<source>
1.8
</source>
<release>
8
</release>
<additionalOptions>
<additionalOption>
--frames
</additionalOption>
</additionalOptions>
<sourceFileExcludes>
<sourceFileExclude>
module-info.java
</sourceFileExclude>
</sourceFileExcludes>
<release>
11
</release>
<nodeprecated>
false
</nodeprecated>
<notimestamp>
true
</notimestamp>
<use>
false
</use>
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment