Skip to content

Commit

Permalink
Fixes to javadoc generation for Jet 4.5 (#3034)
Browse files Browse the repository at this point in the history
  • Loading branch information
olukas committed Apr 20, 2021
1 parent a4053ef commit a90ca43
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion hazelcast-jet-distribution/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
<properties>
<configs.from.jar>${project.build.directory}/config</configs.from.jar>
<openhft.affinity.version>3.2.3</openhft.affinity.version>
<org.jetbrains.annotations.version>19.0.0</org.jetbrains.annotations.version>
</properties>

<build>
Expand Down Expand Up @@ -126,7 +127,7 @@
<dependencySourceInclude>com.hazelcast.jet:*</dependencySourceInclude>
</dependencySourceIncludes>
<excludePackageNames>
*.impl:*.impl.*:*.internal:*.internal.*:*.picocli:*.picocli.*:*.com.fasterxml:*.com.fasterxml.*:*.org.snakeyaml:*.org.snakeyaml.*:*.io.github.*:org.apache.calcite.*
*.impl:*.impl.*:*.internal:*.internal.*:*.picocli:*.picocli.*:*.com.fasterxml:*.com.fasterxml.*:*.org.snakeyaml:*.org.snakeyaml.*:*.io.github.*:org.apache.calcite.*:org.jetbrains.annotations.*
</excludePackageNames>
<additionalDependencies>
<!-- provided deps are required for javadoc generation -->
Expand Down Expand Up @@ -231,6 +232,11 @@
<artifactId>affinity</artifactId>
<version>${openhft.affinity.version}</version>
</dependency>
<dependency>
<groupId>org.jetbrains</groupId>
<artifactId>annotations</artifactId>
<version>${org.jetbrains.annotations.version}</version>
</dependency>
</additionalDependencies>
</configuration>
</plugin>
Expand Down

0 comments on commit a90ca43

Please sign in to comment.