Skip to content

Commit ebb82cf

Browse files
HannesWellakurtakov
authored andcommitted
Adapt to changed output directory in maven-javadoc-plugin 3.10.0
Fixes #1392
1 parent d7f7ee3 commit ebb82cf

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

org.eclipse.pde.doc.user/forceQualifierUpdate.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@
22
Fix deprecation tag 'since' value
33
Modernize pde.project description interfaces: https://github.com/eclipse-pde/eclipse.pde/pull/1341
44
Rework PluginRegistry API and introduce VersionMatchRule enum : https://github.com/eclipse-pde/eclipse.pde/pull/1163
5-
Comparator errors in I20240904-0240
5+
Comparator errors in I20240904-0240
6+
Add missing reference/api content

org.eclipse.pde.doc.user/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@
228228
<outputDirectory>${basedir}/reference/api</outputDirectory>
229229
<resources>
230230
<resource>
231-
<directory>${project.build.directory}/site/apidocs</directory>
231+
<directory>${project.build.directory}/reports/apidocs</directory>
232232
</resource>
233233
</resources>
234234
</configuration>

0 commit comments

Comments
 (0)