The Grails and Maven plugins manage named clusters. Information about a particular named cluster is stored in your ~/.cloudtools directory in a file called <cluster name>.xml. This file contains information about the instances, the deployed web applications etc.
I'm trying to get started using this maven plugin. I configured my aws.properties file and my pom. Now I'm trying to execute 'mvn cloudtools:decribe' and getting an error b/c i don't have a ~/.cloudtools/maven-cluster.xml file created. I see this is suppose to describe the configuration of my instance, but what's the format of this file?
That's ~/.cloudtools (with a period in hte dir name)? How about some details on the xml file (e.g. a grammar)?
Hello Chris,
Thanks! -Blair
That file is created when you run "mvn cloudtools:deploy" - once you have created a cluster you can then run "mvn cloudtools:describe"