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-bundle-archetype.git
commit a3135e8fbfb5bf3e7bb0cd103223ab9154734180 Author: Robert Munteanu <[email protected]> AuthorDate: Fri Oct 16 19:38:55 2015 +0000 archetypes: move to archetype parent 4-SNAPSHOT and fix rat checks git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@1709070 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 2 +- .../resources/projects/normal/archetype.properties | 18 ++++++++++++++++++ src/test/resources/projects/normal/verify.groovy | 16 ++++++++++++++++ 3 files changed, 35 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 9da7b91..dd7463b 100644 --- a/pom.xml +++ b/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.sling</groupId> <artifactId>sling-archetype-parent</artifactId> - <version>3</version> + <version>4-SNAPSHOT</version> <relativePath/> </parent> diff --git a/src/test/resources/projects/normal/archetype.properties b/src/test/resources/projects/normal/archetype.properties index 7a24f94..c18596e 100644 --- a/src/test/resources/projects/normal/archetype.properties +++ b/src/test/resources/projects/normal/archetype.properties @@ -1,3 +1,21 @@ +##################################################################### +# 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. +##################################################################### groupId=org.apache.sling artifactId=test-bundle-archetype-project version=0.0.1-SNAPSHOT diff --git a/src/test/resources/projects/normal/verify.groovy b/src/test/resources/projects/normal/verify.groovy index 8e4bc97..dda5e44 100644 --- a/src/test/resources/projects/normal/verify.groovy +++ b/src/test/resources/projects/normal/verify.groovy @@ -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. + */ new File(basedir, '.').eachFileRecurse(groovy.io.FileType.FILES) { logFile -> if ( logFile.name == "build.log" ) { logFile.eachLine { line -> -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
