Skip to content

Commit

Permalink
add javadoc version
Browse files Browse the repository at this point in the history
  • Loading branch information
max402 committed Nov 14, 2023
1 parent 741c1f3 commit 8bde9eb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@
<keymanagement.version>0.0.9</keymanagement.version>
<jakarta.annotation-api.varsion>2.1.1</jakarta.annotation-api.varsion>
<jaxb-api.version>2.3.1</jaxb-api.version>
<maven-javadoc-plugin.version>3.6.2</maven-javadoc-plugin.version>
</properties>

<dependencies>
Expand Down Expand Up @@ -554,6 +555,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>${maven-javadoc-plugin.version}</version>
<configuration>
<!-- Exclude Dagger2 generated code -->
<sourceFileExcludes>**/*Dagger*</sourceFileExcludes>
Expand Down

0 comments on commit 8bde9eb

Please sign in to comment.