Skip to content

Commit

Permalink
Adapt to changed output directory in maven-javadoc-plugin 3.10.0
Browse files Browse the repository at this point in the history
Fixes #1392
  • Loading branch information
HannesWell committed Sep 9, 2024
1 parent d7f7ee3 commit a76977a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion org.eclipse.pde.doc.user/forceQualifierUpdate.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
Fix deprecation tag 'since' value
Modernize pde.project description interfaces: https://github.com/eclipse-pde/eclipse.pde/pull/1341
Rework PluginRegistry API and introduce VersionMatchRule enum : https://github.com/eclipse-pde/eclipse.pde/pull/1163
Comparator errors in I20240904-0240
Comparator errors in I20240904-0240
Add missing reference/api content
2 changes: 1 addition & 1 deletion org.eclipse.pde.doc.user/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@
<outputDirectory>${basedir}/reference/api</outputDirectory>
<resources>
<resource>
<directory>${project.build.directory}/site/apidocs</directory>
<directory>${project.build.directory}/reports/apidocs</directory>
</resource>
</resources>
</configuration>
Expand Down

0 comments on commit a76977a

Please sign in to comment.