
com.tvarit.plugin.UpdateStackDeployer Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of fastup-maven-plugin Show documentation
Show all versions of fastup-maven-plugin Show documentation
AWS DevOps Automation for JEE
The newest version!
package com.tvarit.plugin;
import org.apache.maven.project.MavenProject;
class UpdateStackDeployer implements Deployer {
MavenProject project;
UpdateStackDeployer(MavenProject project) {
super();
this.project = project;
}
@Override
public void perform() {
new TempStackMaker().makeTempStack(project);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy