Skip to content

Commit

Permalink
Fixes to javadoc generation
Browse files Browse the repository at this point in the history
  • Loading branch information
cangencer committed Jul 13, 2020
1 parent 8fb51f1 commit 0e841ef
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
5 changes: 3 additions & 2 deletions hazelcast-jet-all/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -121,9 +121,10 @@
<artifactId>maven-javadoc-plugin</artifactId>
<configuration>
<includeDependencySources>true</includeDependencySources>
<includeTransitiveDependencySources>true</includeTransitiveDependencySources>
<dependencySourceIncludes>
<dependencySourceInclude>com.hazelcast:hazelcast</dependencySourceInclude>
<dependencySourceInclude>com.hazelcast.jet:hazelcast-jet-core</dependencySourceInclude>
<dependencySourceInclude>com.hazelcast:*</dependencySourceInclude>
<dependencySourceInclude>com.hazelcast.jet:*</dependencySourceInclude>
</dependencySourceIncludes>
</configuration>
</plugin>
Expand Down
6 changes: 1 addition & 5 deletions hazelcast-jet-distribution/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@
</executions>
<configuration>
<includeDependencySources>true</includeDependencySources>
<includeTransitiveDependencySources>true</includeTransitiveDependencySources>
<dependencySourceIncludes>
<dependencySourceInclude>com.hazelcast:*</dependencySourceInclude>
<dependencySourceInclude>com.hazelcast.jet:*</dependencySourceInclude>
Expand Down Expand Up @@ -262,11 +263,6 @@
<artifactId>log4j-slf4j-impl</artifactId>
<version>${log4j2.version}</version>
</dependency>
<dependency>
<groupId>com.hazelcast.jet</groupId>
<artifactId>hazelcast-jet-core</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>com.hazelcast.jet</groupId>
<artifactId>hazelcast-jet-avro</artifactId>
Expand Down

0 comments on commit 0e841ef

Please sign in to comment.