You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ti...@apache.org on 2020/05/22 02:06:15 UTC

[maven-surefire] 02/03: removed unnecessary surefire.properties

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

tibordigana pushed a commit to branch SUREFIRE-1733
in repository https://gitbox.apache.org/repos/asf/maven-surefire.git

commit 46a0e120213fde21be40ef0490011835e1398c27
Author: tibordigana <ti...@apache.org>
AuthorDate: Tue May 19 03:31:53 2020 +0200

    removed unnecessary surefire.properties
---
 .../org/apache/maven/surefire/surefire.properties  | 27 ----------------------
 1 file changed, 27 deletions(-)

diff --git a/surefire-api/src/main/resources/org/apache/maven/surefire/surefire.properties b/surefire-api/src/main/resources/org/apache/maven/surefire/surefire.properties
deleted file mode 100644
index be83f76..0000000
--- a/surefire-api/src/main/resources/org/apache/maven/surefire/surefire.properties
+++ /dev/null
@@ -1,27 +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.
-#
-
-setupFixtureFailed=Method setupFixture threw an exception prior to calling {0}.
-cleanupFixtureFailed=Method cleanupFixture threw an exception prior to calling {0}.
-testSetStarting=Test set starting.
-testSetCompletedNormally=Test set completed.
-testStarting=Test starting.
-executeException=Exception occurred.
-testSuccessful=Test succeeded.
-testSkipped=Test skipped.
\ No newline at end of file