Class MavenHelper
java.lang.Object
com.aeontronix.enhancedmule.tools.application.MavenHelper
public class MavenHelper extends Object
-
Constructor Summary
Constructors Constructor Description MavenHelper() -
Method Summary
Modifier and Type Method Description static @NotNull StringmavenMetaPath(ApplicationIdentifier appId, String orgId, String file)static @NotNull StringpomPath(ApplicationIdentifier appId, String orgId)static voidpublishArchive(ApplicationIdentifier appId, Organization org, File appArchFile)static ApplicationIdentifieruploadToMaven(ApplicationIdentifier appId, Organization org, ApplicationSource applicationSource, String newVersion, String buildNumber)
-
Constructor Details
-
MavenHelper
public MavenHelper()
-
-
Method Details
-
uploadToMaven
public static ApplicationIdentifier uploadToMaven(ApplicationIdentifier appId, Organization org, ApplicationSource applicationSource, String newVersion, String buildNumber) throws IOException, com.aeontronix.unpack.UnpackException- Throws:
IOExceptioncom.aeontronix.unpack.UnpackException
-
publishArchive
public static void publishArchive(ApplicationIdentifier appId, Organization org, File appArchFile) throws IOException- Throws:
IOException
-
pomPath
-
mavenMetaPath
@NotNull public static @NotNull String mavenMetaPath(ApplicationIdentifier appId, String orgId, String file)
-