Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in / Register
Toggle navigation
S
spring-boot
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
DEMO
spring-boot
Commits
5bc721f3
Commit
5bc721f3
authored
Apr 05, 2017
by
Andy Wilkinson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Polish Gradle plugin's documentation
parent
2de7e9c3
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
2 deletions
+7
-2
pom.xml
spring-boot-tools/spring-boot-gradle-plugin/pom.xml
+6
-1
index.adoc
...ls/spring-boot-gradle-plugin/src/main/asciidoc/index.adoc
+1
-1
No files found.
spring-boot-tools/spring-boot-gradle-plugin/pom.xml
View file @
5bc721f3
...
...
@@ -175,7 +175,11 @@
<target>
<zip
destfile=
"${project.build.directory}/${project.artifactId}-${project.version}-docs.zip"
>
<zipfileset
src=
"build/libs/${project.artifactId}-${project.version}-javadoc.jar"
prefix=
"api"
/>
<zipfileset
dir=
"${project.build.directory}/generated-docs"
prefix=
"reference"
/>
<zipfileset
dir=
"${project.build.directory}/generated-docs"
includes=
"index.html"
prefix=
"reference/html"
/>
<mappedresources>
<fileset
dir=
"${project.build.directory}/generated-docs"
includes=
"index.pdf"
/>
<globmapper
from=
"index.pdf"
to=
"reference/pdf/spring-boot-gradle-plugin-reference.pdf"
/>
</mappedresources>
</zip>
</target>
</configuration>
...
...
@@ -209,6 +213,7 @@
</execution>
</executions>
<configuration>
<sourceDocumentName>
index.adoc
</sourceDocumentName>
<attributes>
<version-type>
${version-type}
</version-type>
<version>
${project.version}
</version>
...
...
spring-boot-tools/spring-boot-gradle-plugin/src/main/asciidoc/index.adoc
View file @
5bc721f3
...
...
@@ -19,7 +19,7 @@ Andy Wilkinson
:maven-publish-plugin: {gradle-userguide}/maven_publish_plugin.html
:software-component: {gradle-userguide}/software_model_extend.html
:kotlin-plugin: https://kotlinlang.org/docs/reference/using-gradle.html
:spring-boot-docs: https://docs.spring.io/spring-boot/{version}
:spring-boot-docs: https://docs.spring.io/spring-boot/
docs/
{version}
:api-documentation: {spring-boot-docs}/gradle-plugin/api
:spring-boot-reference: {spring-boot-docs}/reference/htmlsingle
:build-info-javadoc: {api-documentation}/org/springframework/boot/gradle/tasks/buildinfo/BuildInfo.html
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment