
com.g2forge.gearbox.maven.HMaven Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of gb-maven Show documentation
Show all versions of gb-maven Show documentation
Command line wrapper and helpers for running maven.
The newest version!
package com.g2forge.gearbox.maven;
import com.g2forge.alexandria.java.core.marker.Helpers;
import com.g2forge.gearbox.command.converter.dumb.DumbCommandConverter;
import com.g2forge.gearbox.command.process.ProcessBuilderRunner;
import com.g2forge.gearbox.command.proxy.CommandProxyFactory;
import lombok.Getter;
import lombok.experimental.UtilityClass;
@UtilityClass
@Helpers
public class HMaven {
@Getter(lazy = true)
private final IMaven maven = new CommandProxyFactory(DumbCommandConverter.create(), new ProcessBuilderRunner()).apply(IMaven.class);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy