You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ro...@apache.org on 2017/11/07 09:13:56 UTC

[sling-htl-maven-plugin] 13/15: SLING-6651 - Improve documentation for htl-maven-plugin

This is an automated email from the ASF dual-hosted git repository.

rombert pushed a commit to annotated tag htl-maven-plugin-1.0.8
in repository https://gitbox.apache.org/repos/asf/sling-htl-maven-plugin.git

commit ca40a06b13fdbf78fa5f263137aa7b6623eeb6b2
Author: Radu Cotescu <ra...@apache.org>
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/tooling/maven/htl-maven-plugin@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
"commits@sling.apache.org" <co...@sling.apache.org>.