From 92ed68529df2708e492daa3bf78f93bd22f08dc4 Mon Sep 17 00:00:00 2001 From: aheritier Date: Tue, 13 Sep 2005 22:15:05 +0000 Subject: [PATCH] Fix plugin:test adding a value for the property maven.gump.svn.dir git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@280688 13f79535-47bb-0310-9956-ffa450edef68 --- gump/src/plugin-test/project.properties | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 gump/src/plugin-test/project.properties diff --git a/gump/src/plugin-test/project.properties b/gump/src/plugin-test/project.properties new file mode 100644 index 00000000..4357ba07 --- /dev/null +++ b/gump/src/plugin-test/project.properties @@ -0,0 +1,16 @@ +# ------------------------------------------------------------------- +# Copyright 2005 The Apache Software Foundation. +# +# Licensed 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. +# ------------------------------------------------------------------- +maven.gump.svn.dir=trunk \ No newline at end of file