You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by rf...@apache.org on 2014/08/26 20:32:27 UTC

svn commit: r1620685 - in /maven/plugins/trunk/maven-deploy-plugin/src/it/MDEPLOY-181: invoker.properties test.properties

Author: rfscholte
Date: Tue Aug 26 18:32:27 2014
New Revision: 1620685

URL: http://svn.apache.org/r1620685
Log:
Move -D arguments to test.properties.
Since it's a Maven Core issue (feature or bug) set it to its next release

Added:
    maven/plugins/trunk/maven-deploy-plugin/src/it/MDEPLOY-181/test.properties
Modified:
    maven/plugins/trunk/maven-deploy-plugin/src/it/MDEPLOY-181/invoker.properties

Modified: maven/plugins/trunk/maven-deploy-plugin/src/it/MDEPLOY-181/invoker.properties
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-deploy-plugin/src/it/MDEPLOY-181/invoker.properties?rev=1620685&r1=1620684&r2=1620685&view=diff
==============================================================================
--- maven/plugins/trunk/maven-deploy-plugin/src/it/MDEPLOY-181/invoker.properties (original)
+++ maven/plugins/trunk/maven-deploy-plugin/src/it/MDEPLOY-181/invoker.properties Tue Aug 26 18:32:27 2014
@@ -15,6 +15,6 @@
 # specific language governing permissions and limitations
 # under the License.
 
-invoker.goals = clean deploy -DdeployAtEnd=false 
+invoker.goals = clean deploy
 # waiting for MDEPLOY-181 fix
 invoker.buildResult = failure
\ No newline at end of file

Added: maven/plugins/trunk/maven-deploy-plugin/src/it/MDEPLOY-181/test.properties
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-deploy-plugin/src/it/MDEPLOY-181/test.properties?rev=1620685&view=auto
==============================================================================
--- maven/plugins/trunk/maven-deploy-plugin/src/it/MDEPLOY-181/test.properties (added)
+++ maven/plugins/trunk/maven-deploy-plugin/src/it/MDEPLOY-181/test.properties Tue Aug 26 18:32:27 2014
@@ -0,0 +1,18 @@
+# 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.
+
+deployAtEnd=false
\ No newline at end of file