Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit a707bae

Browse files
committedJan 31, 2025
ensure we have artifacts for EE8 for javadoc
Signed-off-by: Olivier Lamy <olamy@apache.org>
1 parent f2d8762 commit a707bae

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed
 

‎pom.xml

+16
Original file line numberDiff line numberDiff line change
@@ -2837,6 +2837,20 @@
28372837
<groupId>org.apache.maven.plugins</groupId>
28382838
<artifactId>maven-javadoc-plugin</artifactId>
28392839
<configuration>
2840+
<additionalDependencies>
2841+
<additionalDependency>
2842+
<groupId>jakarta.transaction</groupId>
2843+
<artifactId>jakarta.transaction-api</artifactId>
2844+
<version>1.3.3</version>
2845+
</additionalDependency>
2846+
<additionalDependency>
2847+
<groupId>jakarta.annotation</groupId>
2848+
<artifactId>jakarta.annotation-api</artifactId>
2849+
<version>1.3.5</version>
2850+
</additionalDependency>
2851+
</additionalDependencies>
2852+
<disableSourcepathUsage>true</disableSourcepathUsage>
2853+
<legacyMode>true</legacyMode>
28402854
<skippedModules>org.eclipse.jetty.*.demos:.*,
28412855
org.eclipse.jetty.ee11:jetty-ee11-test.*,
28422856
org.eclipse.jetty.ee10:jetty-ee10-test.*,
@@ -2855,6 +2869,8 @@
28552869
<sourceFileIncludes>
28562870
<sourceFileInclude>org/eclipse/jetty/**/*.java</sourceFileInclude>
28572871
</sourceFileIncludes>
2872+
<!-- <sourcepath>src/main/foo</sourcepath>-->
2873+
<!-- <subpackages>src/main/foo</subpackages>-->
28582874
</configuration>
28592875
</plugin>
28602876
</plugins>

0 commit comments

Comments
 (0)
Please sign in to comment.