Class PrepareExchangePublish
java.lang.Object
org.apache.maven.plugin.AbstractMojo
com.aeontronix.enhancedmule.tools.AbstractAnypointMojo
com.aeontronix.enhancedmule.tools.AbstractOrganizationalMojo
com.aeontronix.enhancedmule.tools.PrepareExchangePublish
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled,org.apache.maven.plugin.Mojo
@Mojo(name="prepare-publish",
defaultPhase=VALIDATE)
public class PrepareExchangePublish
extends AbstractOrganizationalMojo
Prepare a project for deployment to anypoint exchange maven by changing group ids to org ids
-
Field Summary
Fields inherited from class com.aeontronix.enhancedmule.tools.AbstractAnypointMojo
ACCESSTOKEN_ID, ACCESSTOKEN_SECRET, accessTokenId, accessTokenSecret, BEARER_TOKEN_PROPERTY, bearerToken, DEFAULT_EMSERVER_URL, EM_CLIENT, emClient, enhancedMuleServerUrl, org, password, profile, session, settings, username -
Constructor Summary
Constructors Constructor Description PrepareExchangePublish() -
Method Summary
Modifier and Type Method Description protected voiddoExecute()Methods inherited from class com.aeontronix.enhancedmule.tools.AbstractOrganizationalMojo
getOrganizationMethods inherited from class com.aeontronix.enhancedmule.tools.AbstractAnypointMojo
execute, findPrefixProperties, findPrefixProperties, getClient, getEmClient, getProperty
-
Constructor Details
-
PrepareExchangePublish
public PrepareExchangePublish()
-
-
Method Details
-
doExecute
- Specified by:
doExecutein classAbstractAnypointMojo- Throws:
Exception
-