From commits-return-71720-archive-asf-public=cust-asf.ponee.io@maven.apache.org Sun Mar 25 20:10:45 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id E4DC918063B for ; Sun, 25 Mar 2018 20:10:44 +0200 (CEST) Received: (qmail 8428 invoked by uid 500); 25 Mar 2018 18:10:43 -0000 Mailing-List: contact commits-help@maven.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@maven.apache.org Delivered-To: mailing list commits@maven.apache.org Received: (qmail 8417 invoked by uid 99); 25 Mar 2018 18:10:43 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 25 Mar 2018 18:10:43 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 4DF8380957; Sun, 25 Mar 2018 18:10:43 +0000 (UTC) Date: Sun, 25 Mar 2018 18:10:43 +0000 To: "commits@maven.apache.org" Subject: [maven-compiler-plugin] branch TEST_TO_FIX_MCOMPILER-192 updated: Revert "Trying to fix groovy-project-with-new-plexus-compiler" MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <152200144327.32621.16198283608942603821@gitbox.apache.org> From: khmarbaise@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: maven-compiler-plugin X-Git-Refname: refs/heads/TEST_TO_FIX_MCOMPILER-192 X-Git-Reftype: branch X-Git-Oldrev: de43545ae4a7b4e0da1359d7ae2c3a5025142b9b X-Git-Newrev: ce9429830ff4d5816783794ba0885434a5dc6cd1 X-Git-Rev: ce9429830ff4d5816783794ba0885434a5dc6cd1 X-Git-NotificationType: ref_changed_plus_diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated This is an automated email from the ASF dual-hosted git repository. khmarbaise pushed a commit to branch TEST_TO_FIX_MCOMPILER-192 in repository https://gitbox.apache.org/repos/asf/maven-compiler-plugin.git The following commit(s) were added to refs/heads/TEST_TO_FIX_MCOMPILER-192 by this push: new ce94298 Revert "Trying to fix groovy-project-with-new-plexus-compiler" ce94298 is described below commit ce9429830ff4d5816783794ba0885434a5dc6cd1 Author: Karl Heinz Marbaise AuthorDate: Sun Mar 25 20:10:33 2018 +0200 Revert "Trying to fix groovy-project-with-new-plexus-compiler" This reverts commit 11fdf0f5239aea248fe6d16ed81a0e2400811689. --- .../src/main/groovy/GroovyMain.groovy | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/src/it/groovy-project-with-new-plexus-compiler/src/main/groovy/GroovyMain.groovy b/src/it/groovy-project-with-new-plexus-compiler/src/main/groovy/GroovyMain.groovy index 088bdb9..5c23be6 100755 --- a/src/it/groovy-project-with-new-plexus-compiler/src/main/groovy/GroovyMain.groovy +++ b/src/it/groovy-project-with-new-plexus-compiler/src/main/groovy/GroovyMain.groovy @@ -1,3 +1,22 @@ +/* + * 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. + */ + class GroovyMain { static void main(String... args) { new GroovyHello().sayHello() -- To stop receiving notification emails like this one, please contact khmarbaise@apache.org.