File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed
Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change 1111 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
1212 <project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
1313
14+ <local .staging.root.directory>${maven.multiModuleProjectDirectory} /target/staging-deploy</local .staging.root.directory>
15+
1416 <develocity-maven-extension .version>2.2</develocity-maven-extension .version>
1517 <!--
1618 When updating maven version:
213215 </property >
214216 </activation >
215217 <properties >
216- <altDeploymentRepository >local::file:${maven.multiModuleProjectDirectory}/target/ staging-deploy /maven</altDeploymentRepository >
218+ <altDeploymentRepository >local::file:${local. staging.root.directory} /maven</altDeploymentRepository >
217219 </properties >
218220 <build >
219221 <plugins >
245247 <id >attach-javadocs</id >
246248 <goals >
247249 <goal >jar</goal >
250+ <goal >javadoc</goal >
248251 </goals >
252+ <configuration >
253+ <outputDirectory >${local.staging.root.directory} /documentation/</outputDirectory >
254+ </configuration >
249255 </execution >
250256 </executions >
251257 </plugin >
You can’t perform that action at this time.
0 commit comments