Class MavenProcess
java.lang.Object
org.savantbuild.dep.workflow.process.URLProcess
org.savantbuild.dep.workflow.process.MavenProcess
- All Implemented Interfaces:
Process
This class is a workflow process that attempts to download artifacts from a Maven repository via HTTP.
Maven's URL scheme is
domain/group/project/version/name-version.type
-
Field Summary
Fields inherited from class org.savantbuild.dep.workflow.process.URLProcess
itemSource, output, password, url, username -
Constructor Summary
ConstructorsConstructorDescriptionMavenProcess(org.savantbuild.output.Output output, String url, String username, String password) -
Method Summary
Methods inherited from class org.savantbuild.dep.workflow.process.URLProcess
fetch, publish
-
Constructor Details
-
MavenProcess
-
-
Method Details
-
toString
- Overrides:
toStringin classURLProcess
-