Add pomRoot to publishLocal

This commit is contained in:
Erik C. Thauvin 2025-03-16 11:23:10 -07:00
parent c770e8a659
commit c707eefa4f
Signed by: erik
GPG key ID: 776702A6A2DA330E

View file

@ -226,6 +226,12 @@ public class AkismetBuild extends Project {
pomRoot();
}
@Override
public void publishLocal() throws Exception {
super.publishLocal();
pomRoot();
}
@BuildCommand(value = "pom-root", summary = "Generates the POM file in the root directory")
public void pomRoot() throws FileUtilsErrorException {
PomBuilder.generateInto(publishOperation().fromProject(this).info(), dependencies(),