Added WAR instructions
This commit is contained in:
parent
2e9c73968c
commit
2b69c37e2b
3 changed files with 11 additions and 12 deletions
|
@ -52,14 +52,4 @@ public class ApplicationBuild extends WebProject {
|
|||
.fromProject(this)
|
||||
.execute();
|
||||
}
|
||||
|
||||
@BuildCommand(summary = "Creates an executable JAR for the project")
|
||||
public void uberjar() throws Exception {
|
||||
bootjar();
|
||||
}
|
||||
|
||||
@BuildCommand(summary = "Create an executable WAR for the project")
|
||||
public void war() throws Exception {
|
||||
bootwar();
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue