You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ss...@apache.org on 2016/09/30 14:41:48 UTC

svn commit: r1762921 - /sling/trunk/tooling/maven/htl-maven-plugin/README.md

Author: sseifert
Date: Fri Sep 30 14:41:47 2016
New Revision: 1762921

URL: http://svn.apache.org/viewvc?rev=1762921&view=rev
Log:
compile phase is the default phase, no need to define it explicitly

Modified:
    sling/trunk/tooling/maven/htl-maven-plugin/README.md

Modified: sling/trunk/tooling/maven/htl-maven-plugin/README.md
URL: http://svn.apache.org/viewvc/sling/trunk/tooling/maven/htl-maven-plugin/README.md?rev=1762921&r1=1762920&r2=1762921&view=diff
==============================================================================
--- sling/trunk/tooling/maven/htl-maven-plugin/README.md (original)
+++ sling/trunk/tooling/maven/htl-maven-plugin/README.md Fri Sep 30 14:41:47 2016
@@ -20,7 +20,6 @@ The Apache Sling HTL Maven Plugin, M2Ecl
                     <goals>
                         <goal>validate</goal>
                     </goals>
-                    <phase>compile</phase>
                 </execution>
             </executions>
         </plugin>