This is an automated email from the ASF dual-hosted git repository. rfscholte pushed a commit to branch ARCHETYPE-606 in repository https://gitbox.apache.org/repos/asf/maven-archetype.git
commit d518207db05132bbbfa6b4429819eeb13c902b53 Author: Peter Lamby <[email protected]> AuthorDate: Tue Oct 27 15:07:03 2020 +0100 Cleanup integration tests --- .../invoker.properties | 2 +- .../{setup.bsh => setup.groovy} | 0 .../src/test/resources/projects/basic/verify.groovy | 21 --------------------- 3 files changed, 1 insertion(+), 22 deletions(-) diff --git a/maven-archetype-plugin/src/it/projects/ARCHETYPE-606_include-gitignore/invoker.properties b/maven-archetype-plugin/src/it/projects/ARCHETYPE-606_include-gitignore/invoker.properties index 963ca6c..e71f103 100644 --- a/maven-archetype-plugin/src/it/projects/ARCHETYPE-606_include-gitignore/invoker.properties +++ b/maven-archetype-plugin/src/it/projects/ARCHETYPE-606_include-gitignore/invoker.properties @@ -15,4 +15,4 @@ # specific language governing permissions and limitations # under the License. -invoker.goals = clean integration-test +invoker.goals = clean verify diff --git a/maven-archetype-plugin/src/it/projects/ARCHETYPE-606_include-gitignore/setup.bsh b/maven-archetype-plugin/src/it/projects/ARCHETYPE-606_include-gitignore/setup.groovy similarity index 100% rename from maven-archetype-plugin/src/it/projects/ARCHETYPE-606_include-gitignore/setup.bsh rename to maven-archetype-plugin/src/it/projects/ARCHETYPE-606_include-gitignore/setup.groovy diff --git a/maven-archetype-plugin/src/it/projects/ARCHETYPE-606_include-gitignore/src/test/resources/projects/basic/verify.groovy b/maven-archetype-plugin/src/it/projects/ARCHETYPE-606_include-gitignore/src/test/resources/projects/basic/verify.groovy deleted file mode 100644 index 02d9429..0000000 --- a/maven-archetype-plugin/src/it/projects/ARCHETYPE-606_include-gitignore/src/test/resources/projects/basic/verify.groovy +++ /dev/null @@ -1,21 +0,0 @@ -/* - * 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. - */ - -println( 'Yeah Baby, it rocks!' ) -System.out.flush()
