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

radu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-htl-maven-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new 22fe36d  SLING-7155 - htl-maven-plugin: Add option to precompile the 
HTL scripts
22fe36d is described below

commit 22fe36dd9c398a25a55bec325f06d4ff8e737d15
Author: Radu Cotescu <r...@apache.org>
AuthorDate: Mon Oct 23 13:26:58 2017 +0200

    SLING-7155 - htl-maven-plugin: Add option to precompile the HTL scripts
    
    * added license header for test file to pass RAT check
---
 .../src/main/resources/apps/projects/Pojo.java           | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git 
a/src/test/resources/test-project/src/main/resources/apps/projects/Pojo.java 
b/src/test/resources/test-project/src/main/resources/apps/projects/Pojo.java
index 588cfa2..f1f9c9e 100644
--- a/src/test/resources/test-project/src/main/resources/apps/projects/Pojo.java
+++ b/src/test/resources/test-project/src/main/resources/apps/projects/Pojo.java
@@ -1,3 +1,19 @@
+/*******************************************************************************
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ 
******************************************************************************/
 package apps.projects;
 
 public class Pojo {}

-- 
To stop receiving notification emails like this one, please contact
['"commits@sling.apache.org" <commits@sling.apache.org>'].

Reply via email to