Class MavenHelper
java.lang.Object
com.aeontronix.enhancedmule.tools.anypoint.application.MavenHelper
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Stringstatic StringmavenMetaPath(ApplicationIdentifier appId, String orgId, String file) static 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
-
generateTimestampString
-