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

svn commit: r1620966 - /maven/plugins/trunk/maven-install-plugin/src/it/MINSTALL-108/invoker.properties

Author: khmarbaise
Date: Wed Aug 27 20:00:44 2014
New Revision: 1620966

URL: http://svn.apache.org/r1620966
Log:
[MINSTALL-108]
 - Removed installAtEnd property from goals

Modified:
    maven/plugins/trunk/maven-install-plugin/src/it/MINSTALL-108/invoker.properties

Modified: maven/plugins/trunk/maven-install-plugin/src/it/MINSTALL-108/invoker.properties
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-install-plugin/src/it/MINSTALL-108/invoker.properties?rev=1620966&r1=1620965&r2=1620966&view=diff
==============================================================================
--- maven/plugins/trunk/maven-install-plugin/src/it/MINSTALL-108/invoker.properties (original)
+++ maven/plugins/trunk/maven-install-plugin/src/it/MINSTALL-108/invoker.properties Wed Aug 27 20:00:44 2014
@@ -15,6 +15,6 @@
 # specific language governing permissions and limitations
 # under the License.
 
-invoker.goals = clean install -DinstallAtEnd=false 
+invoker.goals = clean install
 # waiting for MINSTALL-108 fix
 invoker.maven.version = 3.2.4+