MavenBuildResource Constructors
ClassConstructors1 member
A resource that represents a Maven build step.
Constructor(string, string, string)Section titled Constructor(string, string, string) A resource that represents a Maven build step.
public class MavenBuildResource{ public MavenBuildResource( string name, string wrapperScript, string workingDirectory) { // ... }}Parameters
namestringThe name of the resource.wrapperScriptstringThe full path to the Maven wrapper script.workingDirectorystringThe working directory to use for the command.