This is an automated email from the ASF dual-hosted git repository. djencks pushed a commit to branch camel-spring-boot-3.12.x in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git
commit 3928000ff2a8f100c008708def0b8d7ca05d6dd9 Author: David Jencks <[email protected]> AuthorDate: Wed Oct 6 15:55:10 2021 -0700 copy adocs to new partials location --- docs/pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/pom.xml b/docs/pom.xml index bd0004b..0ab3b13 100644 --- a/docs/pom.xml +++ b/docs/pom.xml @@ -46,13 +46,13 @@ </goals> <configuration> <target> - <copy file="${project.basedir}/../components-starter/README.adoc" tofile="${project.basedir}/modules/ROOT/pages/list.adoc" /> - <copy todir="${project.basedir}/modules/ROOT/pages/" flatten="true"> + <copy file="${project.basedir}/../components-starter/README.adoc" tofile="${project.basedir}/spring-boot/modules/ROOT/pages/list.adoc" /> + <copy todir="${project.basedir}/spring-boot/modules/ROOT/pages/" flatten="true"> <fileset dir="${project.basedir}/../core/"> <include name="**/src/main/docs/*.adoc" /> </fileset> </copy> - <copy todir="${project.basedir}/modules/ROOT/pages" flatten="true"> + <copy todir="${project.basedir}/components/modules/spring-boot/partials" flatten="true"> <fileset dir="${project.basedir}/../components-starter/"> <include name="*/src/main/docs/*.adoc" /> </fileset>
