File tree 2 files changed +3
-3
lines changed
spring-vault-distribution
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 244
244
<configuration >
245
245
<target >
246
246
<copy todir =" ${project.root}/target/antora/modules/ROOT/assets/attachments/api/java" >
247
- <fileset dir =" ${project.root}/target/site /apidocs" erroronmissingdir =" true" />
247
+ <fileset dir =" ${project.root}/target/reports /apidocs" erroronmissingdir =" true" />
248
248
</copy >
249
249
</target >
250
250
</configuration >
Original file line number Diff line number Diff line change 12
12
Adds reference manual (html and pdf) to the distribution archive
13
13
under the 'docs/reference' directory see pom.xml 'maven-javadoc-plugin' declaration.
14
14
-->
15
- <directory >${project.root}/target/site /reference</directory >
15
+ <directory >${project.root}/target/reports /reference</directory >
16
16
<outputDirectory >reference</outputDirectory >
17
17
</fileSet >
18
18
<fileSet >
19
19
<!--
20
20
Adds javadoc html to the distribution archive under the 'docs/javadoc'
21
21
directory see pom.xml 'maven-javadoc-plugin' declaration.
22
22
-->
23
- <directory >${project.root}/target/site /apidocs</directory >
23
+ <directory >${project.root}/target/reports /apidocs</directory >
24
24
<outputDirectory >api</outputDirectory >
25
25
</fileSet >
26
26
</fileSets >
You can’t perform that action at this time.
0 commit comments