Added root POM generation to updates command
This commit is contained in:
parent
48d7953580
commit
8959a13444
1 changed files with 6 additions and 0 deletions
|
@ -150,6 +150,12 @@ public class MobibotBuild extends Project {
|
|||
.execute();
|
||||
}
|
||||
|
||||
@Override
|
||||
public void updates() throws Exception {
|
||||
super.updates();
|
||||
rootPom();
|
||||
}
|
||||
|
||||
@BuildCommand(summary = "Copies all needed files to the deploy directory")
|
||||
public void deploy() throws FileUtilsErrorException {
|
||||
var deploy = new File("deploy");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue