
com.tvarit.plugin.TempStackMaker 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;
import java.net.MalformedURLException;
class TempStackMaker {
void makeTempStack(MavenProject project) {
try {
String templateUrl = new TemplateUrlMaker().makeUrl(project, "autoscaling.template").toString();
} catch (MalformedURLException e) {
throw new RuntimeException(e);
}
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy