Skip to content

Commit e3bb9ec

Browse files
authored
chore: [scala] Fix javadoc config (#5920)
2 parents a5b3fe4 + a3cbe4c commit e3bb9ec

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

docs/pages/release_notes.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ It is shipped with the new module `pmd-css`.
9595
* [#5911](https://github.com/pmd/pmd/pull/5911): \[doc] Reference CPD Capable Languages in CPD CLI docu - [Andreas Dangel](https://github.com/adangel) (@adangel)
9696
* [#5914](https://github.com/pmd/pmd/pull/5914): Fix #5892: \[java] ShortVariable FP for java 22 Unnamed Variable - [Lukas Gräf](https://github.com/lukasgraef) (@lukasgraef)
9797
* [#5918](https://github.com/pmd/pmd/pull/5918): chore: \[cli] Improve symbolic link tests for Windows - [Andreas Dangel](https://github.com/adangel) (@adangel)
98+
* [#5920](https://github.com/pmd/pmd/pull/5920): chore: \[scala] Fix javadoc config - [Andreas Dangel](https://github.com/adangel) (@adangel)
9899

99100
### 📦 Dependency updates
100101
<!-- content will be automatically generated, see /do-release.sh -->

pmd-scala-modules/pmd-scala-common/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,12 +112,12 @@
112112
<url>../../pmd-lang-test/${project.version}</url>
113113
</offlineLink>
114114
<offlineLink>
115-
<location>${project.basedir}/../../pmd-test/target/apidocs</location>
115+
<location>${project.basedir}/../../pmd-test/target/reports/apidocs</location>
116116
<url>../../pmd-test/${project.version}</url>
117117
</offlineLink>
118118
<!-- core needs to be last, because the package "net.sourceforge.pmd.lang" is both in pmd-core and pmd-test -->
119119
<offlineLink>
120-
<location>${project.basedir}/../../pmd-core/target/apidocs</location>
120+
<location>${project.basedir}/../../pmd-core/target/reports/apidocs</location>
121121
<url>../../pmd-core/${project.version}</url>
122122
</offlineLink>
123123
</offlineLinks>

0 commit comments

Comments
 (0)