MavenOptions
Class sealed net10.0
Represents the options for configuring a Maven build step.
namespace Aspire.Hosting;
public sealed class MavenOptions{ // ...}Constructors1
Section titled ConstructorsProperties3
Section titled PropertiesArgsget; setstring[] Gets or sets the arguments to pass to the command. Default is "--quiet clean package".
Commandget; setstring Gets or sets the command to execute. Default is "mvnw".
WorkingDirectoryget; setstring? Gets or sets the working directory to use for the command. If null, the working directory of the current process is used.