Skip to content

Commit

Permalink
WIP - do not add module-info into aggregated javadoc for shaded jar
Browse files Browse the repository at this point in the history
  • Loading branch information
manovotn committed Jul 2, 2024
1 parent dfffb80 commit 7349677
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions environments/se/build/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,10 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<configuration>
<sourceFileExcludes>
<!-- Skip module-info as multiple would be included -->
<sourceFileExclude>**/module-info.java</sourceFileExclude>
</sourceFileExcludes>
<includeDependencySources>true</includeDependencySources>
<dependencySourceIncludes>
<dependencySourceInclude>org.jboss.weld:*</dependencySourceInclude>
Expand All @@ -144,12 +148,6 @@
<artifactId>bcel</artifactId>
<version>${apache.bcel.version}</version>
</additionalDependency>
<!-- Temporary until there is release with https://github.com/eclipse-ee4j/cdi/pull/449 -->
<additionalDependency>
<groupId>jakarta.ejb</groupId>
<artifactId>jakarta.ejb-api</artifactId>
<version>4.0.0-RC2</version>
</additionalDependency>
</additionalDependencies>
</configuration>
<executions>
Expand Down

0 comments on commit 7349677

Please sign in to comment.