updated documentation per issue #230

Former-commit-id: 28c50979be4f2fbdbab36cc75d65c45d7729ff27
This commit is contained in:
Jeremy Long
2015-05-08 19:03:15 -04:00
parent e2c92c57e6
commit 145bf70420
2 changed files with 2 additions and 2 deletions

View File

@@ -626,7 +626,7 @@ public class DependencyCheckTask extends Task {
}
/**
* The URL of the Nexus server.
* The URL of a Nexus server's REST API end point (http://domain/nexus/service/local).
*/
private String nexusUrl;

View File

@@ -238,7 +238,7 @@ public abstract class BaseDependencyCheckMojo extends AbstractMojo implements Ma
private boolean nexusAnalyzerEnabled = true;
/**
* The URL of a Nexus Pro server.
* The URL of a Nexus server's REST API end point (http://domain/nexus/service/local).
*/
@Parameter(property = "nexusUrl", defaultValue = "", required = false)
private String nexusUrl;