Code and Javadoc cleanup
This commit is contained in:
parent
700bf84b34
commit
f815b7d712
5 changed files with 117 additions and 77 deletions
|
@ -58,14 +58,4 @@ public class DemoApplicationBuild 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