maven deployment error:No enum constant io.apigee.buildTools.enterprise4g.mavenplugin.DeployMojo.OPTIONS.none

I am getting below error while deploying proxy by Maven build tool,please help with your answers

"No enum constant io.apigee.buildTools.enterprise4g.mavenplugin.DeployMojo.OPTIONS.none"

1 2 550
2 REPLIES 2

HI @mahesh

Can you add more details like what was your maven command ? error trace ? etc etc

Just the one line error will not be helpful

Did you try the samples provided in the GitHub repo for the plugin

@mahesh. The options tags in your pom.xml file under the profiles you changed/created must be causing the issue. Resolved it by commenting it out.