Changed rootPom() to pomRoot()
This commit is contained in:
parent
2d0167e5e9
commit
91e19d325e
1 changed files with 3 additions and 3 deletions
|
@ -143,16 +143,16 @@ public class HttpStatusBuild extends Project {
|
|||
@Override
|
||||
public void publish() throws Exception {
|
||||
super.publish();
|
||||
rootPom();
|
||||
pomRoot();
|
||||
}
|
||||
|
||||
@Override
|
||||
public void publishLocal() throws Exception {
|
||||
super.publishLocal();
|
||||
rootPom();
|
||||
pomRoot();
|
||||
}
|
||||
|
||||
private void rootPom() throws FileUtilsErrorException {
|
||||
private void pomRoot() throws FileUtilsErrorException {
|
||||
PomBuilder.generateInto(publishOperation().info(), dependencies(),
|
||||
Path.of(workDirectory.getPath(), "pom.xml").toFile());
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue