This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/sling-htl-maven-plugin.git
commit d416bf771c70c7b215e58e8dd4b2838627744251 Author: Radu Cotescu <[email protected]> AuthorDate: Wed Aug 2 09:36:59 2017 +0000 SLING-6651 - Improve documentation for htl-maven-plugin * added JIRA version IDs for the report page git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@1803788 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 11 +++++++++++ src/site/markdown/usage.md.vm | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 243c302..c90b40a 100644 --- a/pom.xml +++ b/pom.xml @@ -52,6 +52,7 @@ <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> + <site.jira.version.id>12336741,12338350,12338646,12338974,12341271</site.jira.version.id> <maven.version>3.3.9</maven.version> <maven.site.path>${project.artifactId}-archives/${project.artifactId}-LATEST</maven.site.path> </properties> @@ -233,6 +234,16 @@ <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-plugin-plugin</artifactId> </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-changes-plugin</artifactId> + <configuration> + <useJql>true</useJql> + <sortColumnNames>Key DESC</sortColumnNames> + <columnNames>Type,Key,Summary,Fix Version</columnNames> + <resolutionIds>Fixed</resolutionIds> + </configuration> + </plugin> </plugins> </reporting> diff --git a/src/site/markdown/usage.md.vm b/src/site/markdown/usage.md.vm index cb89c11..1518825 100644 --- a/src/site/markdown/usage.md.vm +++ b/src/site/markdown/usage.md.vm @@ -47,7 +47,7 @@ $h3 Configuring Your HTL Maven Plugin <executions> <execution> <goals> - <!-- configure which goals you want to execute --> + <goal>validate</goal> </goals> </execution> </executions> -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
