-
Unresolved directive in README.adoc - include::https://raw.github.com/spring-cloud/spring-cloud-build/origin/master/pom.xml[tags=attributes,indent=0]
+
<attributes>
+ <docinfo>shared</docinfo>
+ <allow-uri-read>true</allow-uri-read>
+ <nofooter/>
+ <toc>left</toc>
+ <toc-levels>4</toc-levels>
+ <sectlinks>true</sectlinks>
+ <sources-root>${project.basedir}/src</sources-root>
+ <asciidoc-sources-root>${project.basedir}/src/main/asciidoc</asciidoc-sources-root>
+ <generated-resources-root>${project.basedir}/target/generated-resources
+ </generated-resources-root>
+ <!-- Use this attribute the reference code from another module -->
+ <project-root>${maven.multiModuleProjectDirectory}</project-root>
+ <!-- It's mandatory for you to pass the docs.main property -->
+ <github-repo>${docs.main}</github-repo>
+ <github-raw>https://raw.githubusercontent.com/spring-cloud/${docs.main}/${github-tag}</github-raw>
+ <github-code>https://github.com/spring-cloud/${docs.main}/tree/${github-tag}</github-code>
+ <github-issues>https://github.com/spring-cloud/${docs.main}/issues/</github-issues>
+ <github-wiki>https://github.com/spring-cloud/${docs.main}/wiki</github-wiki>
+ <github-master-code>https://github.com/spring-cloud/${docs.main}/tree/master</github-master-code>
+ <index-link>${index-link}</index-link>
+
+ <!-- Spring Cloud specific -->
+ <project-version>${project.version}</project-version>
+ <github-tag>${github-tag}</github-tag>
+ <version-type>${version-type}</version-type>
+ <docs-url>${docs-url}</docs-url>
+ <raw-docs-url>${raw-docs-url}</raw-docs-url>
+ <project-version>${project.version}</project-version>
+ <project-name>${docs.main}</project-name>
+</attributes>