diff --git a/src/bld/java/net/thauvin/erik/MobibotBuild.java b/src/bld/java/net/thauvin/erik/MobibotBuild.java index 0cc441e..ddc0b75 100644 --- a/src/bld/java/net/thauvin/erik/MobibotBuild.java +++ b/src/bld/java/net/thauvin/erik/MobibotBuild.java @@ -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");