Skip to content

Commit

Permalink
Fixes #170 - Set WAR packaging to be the default
Browse files Browse the repository at this point in the history
  • Loading branch information
mnriem committed Apr 27, 2024
1 parent 200e048 commit df98bdb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/main/java/start/StartBean.java
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@

import jakarta.annotation.PostConstruct;
import jakarta.enterprise.context.RequestScoped;
import jakarta.faces.component.UIInput;
import jakarta.faces.context.ExternalContext;
import jakarta.faces.context.FacesContext;
import jakarta.faces.event.AbortProcessingException;
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/start/StartModel.java
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ public class StartModel {
/**
* Stores the packaging.
*/
private String packaging;
private String packaging = "war";

/**
* Stores the stack.
Expand Down

0 comments on commit df98bdb

Please sign in to comment.