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 2015/11/04 21:35:22 UTC

svn commit: r1712636 - /maven/shared/trunk/maven-invoker/src/main/java/org/apache/maven/shared/invoker/Invoker.java

Author: khmarbaise
Date: Wed Nov  4 20:35:22 2015
New Revision: 1712636

URL: http://svn.apache.org/viewvc?rev=1712636&view=rev
Log:
[MSHARED-459] Remove deprecated parts from invoker interface

Modified:
    maven/shared/trunk/maven-invoker/src/main/java/org/apache/maven/shared/invoker/Invoker.java

Modified: maven/shared/trunk/maven-invoker/src/main/java/org/apache/maven/shared/invoker/Invoker.java
URL: http://svn.apache.org/viewvc/maven/shared/trunk/maven-invoker/src/main/java/org/apache/maven/shared/invoker/Invoker.java?rev=1712636&r1=1712635&r2=1712636&view=diff
==============================================================================
--- maven/shared/trunk/maven-invoker/src/main/java/org/apache/maven/shared/invoker/Invoker.java (original)
+++ maven/shared/trunk/maven-invoker/src/main/java/org/apache/maven/shared/invoker/Invoker.java Wed Nov  4 20:35:22 2015
@@ -36,13 +36,6 @@ public interface Invoker
     String ROLE = Invoker.class.getName();
 
     /**
-     * @deprecated Query this property by yourself, this has nothing to do with invoking Maven and as such does not
-     *             belong into this API!
-     */
-    @SuppressWarnings( "checkstyle:constantname" )
-    String userHome = System.getProperty( "user.home" );
-
-    /**
      * Executes Maven using the parameters specified by the given invocation request. Parameters not specified by the
      * invocation request will be derived from the state of this invoker instance. In case both the invoker instance and
      * the invocation request provide a value for a particular option, the value from the invocation request dominates.