This is an automated email from the ASF dual-hosted git repository. djencks pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git
commit 213dc7240a04bea790e08d03ca7e799bd021ceeb 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 51939f2..8a1d706 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>
