Skip to content
DocsTry Aspire
DocsTry

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)
{
// ...
}
}
namestringThe name of the resource.
wrapperScriptstringThe full path to the Maven wrapper script.
workingDirectorystringThe working directory to use for the command.