2
0
Fork 0
mirror of https://github.com/ethauvin/bld.git synced 2025-04-26 08:37:11 -07:00

Make PomBuilder.generateInto(File) static

This commit is contained in:
Erik C. Thauvin 2023-08-16 12:10:49 -07:00
parent 49243568c6
commit c933f16e0f
2 changed files with 6 additions and 5 deletions

View file

@ -106,7 +106,7 @@ public class TestPomBuilder {
var deps = new DependencyScopes();
deps.scope(Scope.compile).include(new Dependency("com.uwyn.rife2", "rife2"));
new PomBuilder().generateInto(new PublishInfo().name("the thing"), deps, temp);
PomBuilder.generateInto(new PublishInfo().name("the thing"), deps, temp);
assertEquals("""
<?xml version="1.0" encoding="UTF-8"?>