Skip to content
Docs Try Aspire
Docs Try

MavenBuildResource Constructors

Class Constructors 1 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)
{
// ...
}
}
name string The name of the resource.
wrapperScript string The full path to the Maven wrapper script.
workingDirectory string The working directory to use for the command.