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 <[email protected]>
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
[email protected].