APIGEE Maven plugin -installation query

Once we install maven from http://maven.apache.org/download.cgi ,is there any additional installation steps to use Maven APIGEE Plugin?

Can we use the below command directly once Maven installation is done?

mvn apigee-enterprise:deploy -P -Dusername= -Dpassword=

Is there any need to clone the https://github.com/apigee/apigee-deploy-maven-plugin/blob/master/README.md repository?If yes,please explain why?

0 2 350
2 REPLIES 2

You don't need to clone the entire project from github. What you need to do is setup maven compatible directory structure for you api proxies as described in step 1 and setup your pom files as described .

The apigee maven plugin is available in http://maven.apache.org so it will download all the dependencies when you execute the install command.

Thanks @rajeshmishra

But I am not able to see apigee maven plugin in this list http://maven.apache.org/plugins/index.html