Skip to content

Commit

Permalink
Merge branch 'JENKINS-58113-remove-maven-internal' of https://github.…
Browse files Browse the repository at this point in the history
…com/oleg-nenashev/plugin-compat-tester into JENKINS-58113-remove-maven-internal
  • Loading branch information
oleg-nenashev committed Oct 3, 2019
2 parents 4ad3bfc + ead8247 commit ea23cef
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,16 @@

import javax.annotation.CheckForNull;

/**
* Runs external Maven executable.
*/
public class ExternalMavenRunner implements MavenRunner {

@CheckForNull
private File mvn;

/**
*
* Constructor.
* @param mvn Path to Maven.
* If {@code null}, a default Maven executable from {@code PATH} will be used
*/
Expand Down

0 comments on commit ea23cef

Please sign in to comment.