diff --git a/pom.xml b/pom.xml index 35ba4b47..cdd6a428 100755 --- a/pom.xml +++ b/pom.xml @@ -183,7 +183,7 @@ aggregate - site + package aggregate diff --git a/spring-cloud-task-docs/src/main/asciidoc/features.adoc b/spring-cloud-task-docs/src/main/asciidoc/features.adoc index ed7fa41e..6ecebd0b 100644 --- a/spring-cloud-task-docs/src/main/asciidoc/features.adoc +++ b/spring-cloud-task-docs/src/main/asciidoc/features.adoc @@ -277,7 +277,7 @@ exception is thrown by the task. The following example shows the three annotations in use: [source,java] ---- +---- public class MyBean { @BeforeTask @@ -292,7 +292,8 @@ The following example shows the three annotations in use: public void methodC(TaskExecution taskExecution, Throwable throwable) { } } ---- +---- + [[features-task-execution-listener-Exceptions]] ==== Exceptions Thrown by Task Execution Listener @@ -358,7 +359,6 @@ To use this feature, you must add the following Spring Integration dependencies application: [source,xml] ---- org.springframework.integration spring-integration-core @@ -367,4 +367,3 @@ application: org.springframework.integration spring-integration-jdbc ----