You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sc...@apache.org on 2016/01/26 08:48:30 UTC

maven git commit: o Updated to correct '[ERROR] src/main/java/org/apache/maven/execution/MavenExecutionRequest.java[31:8] (imports) UnusedImports: Unused import - org.apache.maven.lifecycle.internal.builder.Builder.'.

Repository: maven
Updated Branches:
  refs/heads/master ae9ccf2e4 -> 770b0f99e


o Updated to correct '[ERROR] src/main/java/org/apache/maven/execution/MavenExecutionRequest.java[31:8] (imports) UnusedImports: Unused import - org.apache.maven.lifecycle.internal.builder.Builder.'.


Project: http://git-wip-us.apache.org/repos/asf/maven/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/770b0f99
Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/770b0f99
Diff: http://git-wip-us.apache.org/repos/asf/maven/diff/770b0f99

Branch: refs/heads/master
Commit: 770b0f99e321ce4f61f3fd2039dc0247ffa8b0cd
Parents: ae9ccf2
Author: Christian Schulte <sc...@apache.org>
Authored: Tue Jan 26 08:47:23 2016 +0100
Committer: Christian Schulte <sc...@apache.org>
Committed: Tue Jan 26 08:47:23 2016 +0100

----------------------------------------------------------------------
 .../java/org/apache/maven/execution/MavenExecutionRequest.java  | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven/blob/770b0f99/maven-core/src/main/java/org/apache/maven/execution/MavenExecutionRequest.java
----------------------------------------------------------------------
diff --git a/maven-core/src/main/java/org/apache/maven/execution/MavenExecutionRequest.java b/maven-core/src/main/java/org/apache/maven/execution/MavenExecutionRequest.java
index a87f674..fc77f43 100644
--- a/maven-core/src/main/java/org/apache/maven/execution/MavenExecutionRequest.java
+++ b/maven-core/src/main/java/org/apache/maven/execution/MavenExecutionRequest.java
@@ -28,7 +28,6 @@ import java.util.Properties;
 import org.apache.maven.artifact.repository.ArtifactRepository;
 import org.apache.maven.artifact.repository.ArtifactRepositoryPolicy;
 import org.apache.maven.eventspy.internal.EventSpyDispatcher;
-import org.apache.maven.lifecycle.internal.builder.Builder;
 import org.apache.maven.model.Profile;
 import org.apache.maven.project.ProjectBuildingRequest;
 //
@@ -389,14 +388,14 @@ public interface MavenExecutionRequest
     MavenExecutionRequest setUseLegacyLocalRepository( boolean useLegacyLocalRepository );
 
     /**
-     * Controls the {@link Builder} used by Maven by specification of the builder's id.
+     * Controls the {@link org.apache.maven.lifecycle.internal.builder.Builder} used by Maven by specification of the builder's id.
      *
      * @since 3.2.0
      */
     MavenExecutionRequest setBuilderId( String builderId );
 
     /**
-     * Controls the {@link Builder} used by Maven by specification of the builders id.
+     * Controls the {@link org.apache.maven.lifecycle.internal.builder.Builder} used by Maven by specification of the builders id.
      *
      * @since 3.2.0
      */